fix typos in docs
This commit is contained in:
@@ -5343,7 +5343,7 @@ time or change existing behaviors in order to make them less surprising/more use
|
||||
Thanks Ronny Pfannschmidt for most of the merging work.
|
||||
|
||||
- "-r" option now accepts "a" to include all possible reports, similar
|
||||
to passing "fEsxXw" explicitly (isse960).
|
||||
to passing "fEsxXw" explicitly (issue960).
|
||||
Thanks Abhijeet Kasurde for the PR.
|
||||
|
||||
- avoid python3.5 deprecation warnings by introducing version
|
||||
@@ -5633,7 +5633,7 @@ time or change existing behaviors in order to make them less surprising/more use
|
||||
- fix issue435: make reload() work when assert rewriting is active.
|
||||
Thanks Daniel Hahler.
|
||||
|
||||
- fix issue616: conftest.py files and their contained fixutres are now
|
||||
- fix issue616: conftest.py files and their contained fixtures are now
|
||||
properly considered for visibility, independently from the exact
|
||||
current working directory and test arguments that are used.
|
||||
Many thanks to Eric Siegerman and his PR235 which contains
|
||||
@@ -7180,7 +7180,7 @@ Bug fixes:
|
||||
|
||||
- streamlined plugin loading: order is now as documented in
|
||||
customize.html: setuptools, ENV, commandline, conftest.
|
||||
also setuptools entry point names are turned to canonical namees ("pytest_*")
|
||||
also setuptools entry point names are turned to canonical names ("pytest_*")
|
||||
|
||||
- automatically skip tests that need 'capfd' but have no os.dup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user