summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2017-02-18 18:25:57 -0500
committerRodolfo Carvalho <rhcarvalho@gmail.com>2017-02-19 15:47:50 +0100
commit218af8732f39cb5e129be8bdb9c7ae4a8e9f6067 (patch)
tree96a544fda53c901816f98dde3287f9c8eb72457b /setup.cfg
parent6ea3e740607297a9800a6ef24d6c07dfae1c873d (diff)
downloadopenshift-218af8732f39cb5e129be8bdb9c7ae4a8e9f6067.tar.gz
openshift-218af8732f39cb5e129be8bdb9c7ae4a8e9f6067.tar.bz2
openshift-218af8732f39cb5e129be8bdb9c7ae4a8e9f6067.tar.xz
openshift-218af8732f39cb5e129be8bdb9c7ae4a8e9f6067.zip
Unset exec bit in tests, add missing requirements
was: separate lib_ unit tests from other unit tests
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 0b0b18beb..d8e2bc609 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,7 +9,6 @@ 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