diff --git a/.coveragerc b/.coveragerc index 5cd599a0..f024452c 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True source = keystoneclient -omit = keystoneclient/openstack/* +omit = keystoneclient/tests/*,keystoneclient/openstack/* [report] ignore-errors = True diff --git a/.testr.conf b/.testr.conf index 081907d5..9355c274 100644 --- a/.testr.conf +++ b/.testr.conf @@ -1,4 +1,4 @@ [DEFAULT] -test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./tests $LISTOPT $IDOPTION +test_command=${PYTHON:-python} -m subunit.run discover -t ./ ./keystoneclient/tests $LISTOPT $IDOPTION test_id_option=--load-list $IDFILE test_list_option=--list