Merge pull request #2270 from coreos-inc/FIX-test-suite

fix(test): run only unit tests
This commit is contained in:
Erica 2017-01-12 13:27:48 -05:00 committed by GitHub
commit f36ee0ce21
2 changed files with 2 additions and 1 deletions

View file

@ -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