From 2f8390a01786af8acf76dd901f7343906ca544a2 Mon Sep 17 00:00:00 2001 From: EvB Date: Thu, 9 Feb 2017 16:10:31 -0800 Subject: [PATCH] fix(setup.cfg): ignore src dir for tests --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2710b40f0..7a0fb2639 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [tool:pytest] -norecursedirs = .* *.egg build dist docs bin boot core dev etc home lib lib64 media mnt node_modules opt proc root run sbin srv sys tmp usr var venv +norecursedirs = .* *.egg build dist docs bin boot core dev etc home lib lib64 media mnt node_modules opt proc root run sbin src srv sys tmp usr var venv testpaths = ./ python_files = **/test/test*.py confcutdir = test