From 7e4d1df0e5e6e1b56edff5d407eaae7a3e01b019 Mon Sep 17 00:00:00 2001 From: EvB Date: Thu, 29 Dec 2016 17:02:35 -0500 Subject: [PATCH] fix(setup.cfg): exclude ext test dirs --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fe664afff..636bdd178 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,7 @@ [tool:pytest] -norecursedirs = .* *.egg build dist docs +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 testpaths = ./ +python_files = **/test/*.py test/**.py [coverage:run] branch = True