Fix spelling: s/outside a/outside of a/

This commit is contained in:
Daniel Hahler
2016-08-20 18:43:39 +02:00
parent 9aec8d9a47
commit e306a53999
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ Changes 2.6.3
dep). Thanks Charles Cloud for analysing the issue.
- fix conftest related fixture visibility issue: when running with a
CWD outside a test package pytest would get fixture discovery wrong.
CWD outside of a test package pytest would get fixture discovery wrong.
Thanks to Wolfgang Schnerring for figuring out a reproducable example.
- Introduce pytest_enter_pdb hook (needed e.g. by pytest_timeout to cancel the