Description: Configure nosetests to run with setup.py test
Author: Afif Elghraoui <afif@ghraoui.name>
Forwarded: not-needed
Last-Update: 2015-08-12
--- python-pbh5tools.orig/setup.py
+++ python-pbh5tools/setup.py
@@ -26,6 +26,7 @@
                'bin/cmph5tools.py'],
     packages = find_packages("."),
     package_dir = {'':'.'},
+    test_suite = 'nose.collector',
     ext_modules=[Extension('pbh5tools/ci', ['pbh5tools/ci.c'],
                            extra_compile_args=["-O3","-shared"])],
     zip_safe = False,
--- /dev/null
+++ python-pbh5tools/setup.cfg
@@ -0,0 +1,3 @@
+[nosetests]
+verbosity=2
+where=tests
