summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-01-10 17:37:11 -0800
committerMonty Taylor <mordred@inaugust.com>2012-01-18 09:39:25 +1100
commit5082b6181dc0f199f3fc7527d6ae2ada16905779 (patch)
tree6f23d65b14e56bff1c3f7d7a076b3bfc7309e709 /setup.cfg
parenta63b971306633f0aa0374dba78bad5523b886fe0 (diff)
downloadpython-neutronclient-5082b6181dc0f199f3fc7527d6ae2ada16905779.tar.gz
Split quantumclient out.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..f72c0a4
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,12 @@
+[nosetests]
+# NOTE(jkoelker) To run the test suite under nose install the following
+# coverage http://pypi.python.org/pypi/coverage
+# tissue http://pypi.python.org/pypi/tissue (pep8 checker)
+# openstack-nose https://github.com/jkoelker/openstack-nose
+verbosity=2
+detailed-errors=1
+with-openstack=1
+openstack-red=0.05
+openstack-yellow=0.025
+openstack-show-elapsed=1
+