Run unit tests in isolation w/ coverage support.

This commit is contained in:
Matt Clay
2017-02-23 16:58:57 -08:00
parent d0e1a1c6c3
commit fcac261eef
5 changed files with 36 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ branch = True
# results from multiple tests simultaneously, as well as supporting multiple
# test runs, such as from integration tests.
concurrency = multiprocessing
parallel = True
# When running tests through ansible-test, this option is overridden by
# the COVERAGE_FILE environment variable. This option is present for