From 1aa98a896f14d75f0c518e8c978930efaa495a46 Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Mon, 8 Oct 2012 07:58:40 +0200 Subject: [PATCH] Declare nosetests tests Those are non-module tests, and can be run by nosetests without a wrapper script. --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000000..751135dad9 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,5 @@ +[nosetests] +verbosity = 2 +detailed-errors = 1 +where = weboob +tests = weboob.tools.capabilities.paste,weboob.tools.path -- GitLab