Use pytest to run test in tox

py.test gives more readable output for tests.

Change-Id: I134b122b5398c24e6012e26f384bc607753ec872
This commit is contained in:
Anton Studenov
2016-09-14 17:46:33 +03:00
parent 9520dcdde9
commit 27fe6b40ed
4 changed files with 22 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[run]
branch = True
source = os_faults
omit = os_faults/openstack/*
omit = os_faults/tests/*
[report]
ignore_errors = True