Browse Source

Make it easier to run Python tests

Before one need to run:

	nosetests test/ utils/

Now:

	nosetests
Rodolfo Carvalho 8 năm trước cách đây
mục cha
commit
68aad3986f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      setup.cfg

+ 2 - 0
setup.cfg

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