We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d524bb4 commit d564749Copy full SHA for d564749
2 files changed
setup.cfg
@@ -1,7 +1,11 @@
1
[nosetests]
2
-match=^test
3
-where=oca
+#match=^test
+where=oca/tests
4
nocapture=1
5
-cover-package=oca
6
cover-erase=1
+detailed-errors=1
7
+with-coverage=1
8
+cover-package=oca
9
+pdb=1
10
+pdb-failures=1
11
setup.py
@@ -18,6 +18,7 @@
18
version=__version__,
19
description='Bindings for XMLRPC OpenNebula Cloud API',
20
long_description=README + '\n\n' + CHANGES,
21
+ test_suite = 'nose.collector',
22
classifiers=[
23
'Development Status :: 3 - Alpha',
24
'License :: OSI Approved :: Apache Software License',
0 commit comments