rearrange(appc/test): use test_*.py naming convention
This commit is contained in:
parent
4f1d9275e0
commit
796be75bbc
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[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 srv sys tmp usr var venv
|
||||||
testpaths = ./
|
testpaths = ./
|
||||||
python_files = **/test/test_*.py
|
python_files = **/test/test*.py
|
||||||
confcutdir = test
|
confcutdir = test
|
||||||
|
|
||||||
[coverage:run]
|
[coverage:run]
|
||||||
|
|
Reference in a new issue