From cee2fdfccc1394227931f320c648dc22718a7aac Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Sun, 15 Jan 2017 22:03:27 +0000 Subject: [PATCH] [setup.cfg] configure pytest to run on "Tests/" folder by default The embedded doctests won't work anymore when running "pytest", as they are still in Lib/fontTools. We'll have to port them to unittest/pytest. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 73ec36561..6d864421c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -39,7 +39,7 @@ license_file = LICENSE [tool:pytest] minversion = 2.8 testpaths = - Lib/fontTools + Tests python_files = *_test.py python_classes =