浏览代码

Make it easier to run Python tests

Before one need to run:

	nosetests test/ utils/

Now:

	nosetests
Rodolfo Carvalho 8 年之前
父节点
当前提交
68aad3986f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      setup.cfg

+ 2 - 0
setup.cfg

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