Spelling and grammar fixes

This commit is contained in:
Ville Skyttä
2018-05-13 12:06:09 +02:00
parent 84b37e1b57
commit aa51fcb2b6
21 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ comes with the following fixes and features:
rather use the post-2.0 parametrize features instead of yield, see:
http://pytest.org/latest/example/parametrize.html
- fix autouse-issue where autouse-fixtures would not be discovered
if defined in a a/conftest.py file and tests in a/tests/test_some.py
if defined in an a/conftest.py file and tests in a/tests/test_some.py
- fix issue226 - LIFO ordering for fixture teardowns
- fix issue224 - invocations with >256 char arguments now work
- fix issue91 - add/discuss package/directory level setups in example