commit | 5c399cea7b4636b60b5d059a3522f91451897464 | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Sat Nov 16 13:20:22 2013 -0800 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Sat Nov 16 13:20:22 2013 -0800 |
tree | 2de5e088c500e3724a2585aa06236c20218cb8b5 | |
parent | 3d1d0b0e7150ef0d8f1a945a31f3a70339bd919e [diff] |
add setup.cfg for nosetests to find its unittests
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..de01cc1 --- /dev/null +++ b/setup.cfg
@@ -0,0 +1,3 @@ +[nosetests] +where = utest +exe = True