python/nose2.cfg: add minimal config
authorPaul Brossier <piem@piem.org>
Sat, 30 Apr 2016 05:19:59 +0000 (07:19 +0200)
committerPaul Brossier <piem@piem.org>
Sat, 30 Apr 2016 05:19:59 +0000 (07:19 +0200)
python/nose2.cfg [new file with mode: 0644]

diff --git a/python/nose2.cfg b/python/nose2.cfg
new file mode 100644 (file)
index 0000000..93f8a5f
--- /dev/null
@@ -0,0 +1,6 @@
+[unittest]
+start-dir = tests/
+plugins = nose2.plugins.mp
+
+[multiprocess]
+always-on = true