Fixed typo in CHANGELOG: "testdirs" -> "testpaths"

This commit is contained in:
Bruno Oliveira 2015-07-22 12:14:49 -03:00
parent 045274e647
commit 77844ec5f3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
or no tests were run at all (this is a partial fix for issue500). or no tests were run at all (this is a partial fix for issue500).
Thanks Eric Siegerman. Thanks Eric Siegerman.
- New `testdirs` ini option: list of directories to search for tests - New `testpaths` ini option: list of directories to search for tests
when executing pytest from the root directory. This can be used when executing pytest from the root directory. This can be used
to speed up test collection when a project has well specified directories to speed up test collection when a project has well specified directories
for tests, being usually more practical than configuring norecursedirs for for tests, being usually more practical than configuring norecursedirs for