rearrange(appc/test): use test_*.py naming convention

This commit is contained in:
EvB 2017-01-09 15:53:58 -05:00
parent 4f1d9275e0
commit 796be75bbc
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
[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
testpaths = ./
python_files = **/test/test_*.py
python_files = **/test/test*.py
confcutdir = test
[coverage:run]