File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -77,21 +77,21 @@ Due to ``pytest``'s detailed assertion introspection, only plain ``assert`` stat
77
77
Features
78
78
--------
79
79
80
- - Detailed info on failing `assert statements <https://docs.pytest.org/en/stable/assert.html >`_ (no need to remember ``self.assert* `` names);
80
+ - Detailed info on failing `assert statements <https://docs.pytest.org/en/stable/assert.html >`_ (no need to remember ``self.assert* `` names)
81
81
82
82
- `Auto-discovery
83
83
<https://docs.pytest.org/en/stable/goodpractices.html#python-test-discovery> `_
84
- of test modules and functions;
84
+ of test modules and functions
85
85
86
86
- `Modular fixtures <https://docs.pytest.org/en/stable/fixture.html >`_ for
87
- managing small or parametrized long-lived test resources;
87
+ managing small or parametrized long-lived test resources
88
88
89
89
- Can run `unittest <https://docs.pytest.org/en/stable/unittest.html >`_ (or trial),
90
- `nose <https://docs.pytest.org/en/stable/nose.html >`_ test suites out of the box;
90
+ `nose <https://docs.pytest.org/en/stable/nose.html >`_ test suites out of the box
91
91
92
- - Python 3.5+ and PyPy3;
92
+ - Python 3.5+ and PyPy3
93
93
94
- - Rich plugin architecture, with over 850+ `external plugins <http://plugincompat.herokuapp.com >`_ and thriving community;
94
+ - Rich plugin architecture, with over 850+ `external plugins <http://plugincompat.herokuapp.com >`_ and thriving community
95
95
96
96
97
97
Documentation
Original file line number Diff line number Diff line change @@ -61,17 +61,17 @@ See :ref:`Getting Started <getstarted>` for more examples.
61
61
Features
62
62
--------
63
63
64
- - Detailed info on failing :ref: `assert statements <assert >` (no need to remember ``self.assert* `` names);
64
+ - Detailed info on failing :ref: `assert statements <assert >` (no need to remember ``self.assert* `` names)
65
65
66
- - :ref: `Auto-discovery <test discovery >` of test modules and functions;
66
+ - :ref: `Auto-discovery <test discovery >` of test modules and functions
67
67
68
- - :ref: `Modular fixtures <fixture >` for managing small or parametrized long-lived test resources;
68
+ - :ref: `Modular fixtures <fixture >` for managing small or parametrized long-lived test resources
69
69
70
- - Can run :ref: `unittest <unittest >` (including trial) and :ref: `nose <noseintegration >` test suites out of the box;
70
+ - Can run :ref: `unittest <unittest >` (including trial) and :ref: `nose <noseintegration >` test suites out of the box
71
71
72
- - Python 3.5+ and PyPy 3;
72
+ - Python 3.5+ and PyPy 3
73
73
74
- - Rich plugin architecture, with over 315+ `external plugins <http://plugincompat.herokuapp.com >`_ and thriving community;
74
+ - Rich plugin architecture, with over 315+ `external plugins <http://plugincompat.herokuapp.com >`_ and thriving community
75
75
76
76
77
77
Documentation
You can’t perform that action at this time.
0 commit comments