Ver Fonte

Make it easier to run Python tests

Before one need to run:

	nosetests test/ utils/

Now:

	nosetests
Rodolfo Carvalho há 8 anos atrás
pai
commit
68aad3986f
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      setup.cfg

+ 2 - 0
setup.cfg

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