From: Paul Brossier Date: Sat, 30 Apr 2016 05:19:59 +0000 (+0200) Subject: python/nose2.cfg: add minimal config X-Git-Tag: 0.4.4~300^2~164 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=43de50df7aae26d952486bf7178412ad01ae5586;p=aubio.git python/nose2.cfg: add minimal config --- diff --git a/python/nose2.cfg b/python/nose2.cfg new file mode 100644 index 00000000..93f8a5f1 --- /dev/null +++ b/python/nose2.cfg @@ -0,0 +1,6 @@ +[unittest] +start-dir = tests/ +plugins = nose2.plugins.mp + +[multiprocess] +always-on = true