File: index.rst

package info (click to toggle)
zope.testrunner 8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,616 kB
  • sloc: python: 6,732; makefile: 15
file content (97 lines) | stat: -rw-r--r-- 2,012 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
========================================
 zope.testrunner Detailed Documentation
========================================

.. image:: https://img.shields.io/pypi/v/zope.testrunner.svg
        :target: https://pypi.python.org/pypi/zope.testrunner/
        :alt: Latest release

.. image:: https://img.shields.io/pypi/pyversions/zope.testrunner.svg
        :target: https://pypi.org/project/zope.testrunner/
        :alt: Supported Python versions

.. image:: https://github.com/zopefoundation/zope.testrunner/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/zopefoundation/zope.testrunner/actions/workflows/tests.yml

.. image:: https://coveralls.io/repos/github/zopefoundation/zope.testrunner/badge.svg?branch=master
        :target: https://coveralls.io/github/zopefoundation/zope.testrunner?branch=master


For an overview of features, see :doc:`testrunner`.

To get started testing right away, see :doc:`getting-started`

.. toctree::
   :maxdepth: 2
   :caption: Usage

   testrunner
   getting-started
   cli

.. toctree::
   :maxdepth: 2
   :caption: Writing Tests

   testrunner-layers-api
   testrunner-layers-ntd
   testrunner-layers-instances


.. toctree::
   :maxdepth: 2
   :caption: Running Tests

   testrunner-discovery
   testrunner-layers
   testrunner-test-selection
   testrunner-shuffle
   testrunner-debugging
   testrunner-coverage
   testrunner-profiling
   testrunner-wo-source
   testrunner-repeat
   testrunner-gc
   testrunner-leaks
   testrunner-new-threads


.. toctree::
   :maxdepth: 2
   :caption: Output Control

   testrunner-verbose
   testrunner-progress
   testrunner-colors
   testrunner-errors


.. toctree::
   :maxdepth: 2
   :caption: Advanced

   testrunner-knit
   testrunner-edge-cases


.. toctree::
   :maxdepth: 2
   :caption: zope.testrunner API

   testrunner-simple
   testrunner-arguments
   api


.. toctree::
   :maxdepth: 2

   changelog


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`