fix(setup.cfg): exclude ext test dirs
This commit is contained in:
parent
6513d7085d
commit
7e4d1df0e5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue