fix(setup.cfg): ignore src dir for tests
This commit is contained in:
parent
7d9004121b
commit
2f8390a017
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[tool:pytest]
|
[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 = ./
|
testpaths = ./
|
||||||
python_files = **/test/test*.py
|
python_files = **/test/test*.py
|
||||||
confcutdir = test
|
confcutdir = test
|
||||||
|
|
Reference in a new issue