Parcourir la source

Make it easier to run Python tests

Before one need to run:

	nosetests test/ utils/

Now:

	nosetests
Rodolfo Carvalho il y a 8 ans
Parent
commit
68aad3986f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      setup.cfg

+ 2 - 0
setup.cfg

@@ -0,0 +1,2 @@
+[nosetests]
+tests=test,utils