From 77844ec5f3c87635d8d39e133ce4bcdd9e7d983e Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 22 Jul 2015 12:14:49 -0300 Subject: [PATCH] Fixed typo in CHANGELOG: "testdirs" -> "testpaths" --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 753c72ef8..8c75acec4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -26,7 +26,7 @@ or no tests were run at all (this is a partial fix for issue500). 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 to speed up test collection when a project has well specified directories for tests, being usually more practical than configuring norecursedirs for