Merge pull request #2270 from coreos-inc/FIX-test-suite
fix(test): run only unit tests
This commit is contained in:
commit
f36ee0ce21
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
[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/*.py test/**.py
|
||||
python_files = **/test/test*.py
|
||||
confcutdir = test
|
||||
|
||||
[coverage:run]
|
||||
branch = True
|
||||
|
|
Reference in a new issue