File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,7 @@ Wil Cooley
258
258
William Lee
259
259
Wim Glenn
260
260
Wouter van Ackooy
261
+ Xixi Zhao
261
262
Xuan Luong
262
263
Xuecong Liao
263
264
Zac Hatfield-Dodds
Original file line number Diff line number Diff line change @@ -307,7 +307,6 @@ The fixtures requested by ``test_foo`` will be instantiated in the following ord
307
307
308
308
1. ``s1 ``: is the highest-scoped fixture (``session ``).
309
309
2. ``m1 ``: is the second highest-scoped fixture (``module ``).
310
- because it is a dependency of ``f1 ``.
311
310
3. ``a1 ``: is a ``function ``-scoped ``autouse `` fixture: it will be instantiated before other fixtures
312
311
within the same scope.
313
312
4. ``f3 ``: is a ``function ``-scoped fixture, required by ``f1 ``: it needs to be instantiated at this point
@@ -541,7 +540,7 @@ of a fixture is needed multiple times in a single test. Instead of returning
541
540
data directly, the fixture instead returns a function which generates the data.
542
541
This function can then be called multiple times in the test.
543
542
544
- Factories can have have parameters as needed::
543
+ Factories can have parameters as needed::
545
544
546
545
@pytest.fixture
547
546
def make_customer_record():
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Features
61
61
62
62
- Can run :ref: `unittest <unittest >` (including trial) and :ref: `nose <noseintegration >` test suites out of the box;
63
63
64
- - Python Python 3.5+ and PyPy 3;
64
+ - Python 3.5+ and PyPy 3;
65
65
66
66
- Rich plugin architecture, with over 315+ `external plugins <http://plugincompat.herokuapp.com >`_ and thriving community;
67
67
You can’t perform that action at this time.
0 commit comments