From 383fc02ba6ffed96aa1f50f9e2f502caf0e9feb9 Mon Sep 17 00:00:00 2001 From: Skylar Downes Date: Thu, 15 Sep 2016 10:47:16 -0700 Subject: [PATCH] fix spacing --- doc/en/customize.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/en/customize.rst b/doc/en/customize.rst index 2a61aa1ef..7215c3e47 100644 --- a/doc/en/customize.rst +++ b/doc/en/customize.rst @@ -99,6 +99,7 @@ check for ini-files as follows:: Change which files are added to sys.path ----------------------------------------------- + To tell pytest which files you want it to run your tests against place both your pytest.ini file and a conftest.py file in a directory above both your test folder and source folder. By having a conftest.py