diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-11-04 16:51:45 +0100 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-11-08 14:18:21 +0100 |
commit | 68aad3986f698cbe1385b65b8802063a614d8530 (patch) | |
tree | 117254d2ef3de5d4cf68d16a49635d830bf16732 | |
parent | f5f7937a89deceae5795987d2eeae26810499b99 (diff) | |
download | openshift-68aad3986f698cbe1385b65b8802063a614d8530.tar.gz openshift-68aad3986f698cbe1385b65b8802063a614d8530.tar.bz2 openshift-68aad3986f698cbe1385b65b8802063a614d8530.tar.xz openshift-68aad3986f698cbe1385b65b8802063a614d8530.zip |
Make it easier to run Python tests
Before one need to run:
nosetests test/ utils/
Now:
nosetests
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 000000000..dd2913b35 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[nosetests] +tests=test,utils |