summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2011-04-01 14:19:34 +0100
committerJonathan Lange <jml@canonical.com>2011-04-01 14:19:34 +0100
commitbcd8c0887573ec8a995bb0adae6485aea98eb80a (patch)
treeeb845c5f3e81f214d31707ffea4b1b0e60b76bce /setup.cfg
parent03e3e412600b8b15c8ec0a00c33a5e412501b30c (diff)
parentb3a4299f74c015f9f935e58bbbca142c32b3b59b (diff)
downloadtesttools-bcd8c0887573ec8a995bb0adae6485aea98eb80a.tar.gz
Merge Christian Kampka's patch to give us distutils test running support.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..9f95add
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,4 @@
+[test]
+test_module = testtools.tests
+buffer=1
+catch=1