From 6ea3e740607297a9800a6ef24d6c07dfae1c873d Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sat, 18 Feb 2017 19:52:37 +0100 Subject: Include missing unit tests to test runner config We were not running those tests in CI, bad :( --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 06346852c..0b0b18beb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,11 @@ universal=1 [nosetests] -tests=roles/openshift_master_facts/test/, test/ +tests=roles/lib_openshift/src/test/unit, + roles/lib_utils/src/test/unit, + roles/openshift_master_facts/test, + test +exe=1 # TODO(rhcarvalho): unset executable bits in test files and remove this verbosity=2 with-coverage=1 cover-html=1 -- cgit v1.2.1