aboutsummaryrefslogtreecommitdiff
path: root/.testr.conf
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-06-06 18:38:03 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-06-06 18:38:03 +0200
commit14aa1e4a2d56db81672e2a5dd38d8cc13fd065f3 (patch)
treee5b266de5ef6a93ca2b1bc7c93782437996be575 /.testr.conf
parenta0dfc171ccc1fdc206db7f44eaac9f7a3ec499a0 (diff)
Added testrepository support to run tests.
* Tests can now be run with 'testr run'. * Removed unused import.
Diffstat (limited to '.testr.conf')
-rw-r--r--.testr.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.testr.conf b/.testr.conf
new file mode 100644
index 0000000..81694cb
--- /dev/null
+++ b/.testr.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+test_command=python -m subunit.run $IDLIST
+test_id_list_default=lava_tool.tests.test_suite