summaryrefslogtreecommitdiff
path: root/.testr.conf
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-04-10 00:06:35 +1200
committerRobert Collins <robertc@robertcollins.net>2013-04-10 00:06:35 +1200
commit10892056dad5f2eb482fa6a3582589d875d26023 (patch)
tree1e7f86660c82b811e15c4b3302fd311bcac1d609 /.testr.conf
parentdcee5da3a240a2d241589f7b2cd431e31e45580f (diff)
downloadtestrepository-10892056dad5f2eb482fa6a3582589d875d26023.tar.gz
Move tag based test filtering into the UI: many test things won't be filtered, such as slow tests and pdb debugging, so the UI has to see the tests. Moving the responsibility into the UI may lead to repetition in other UI's if not made easy to reuse, but that seems like the lesser of evils for now.
Diffstat (limited to '.testr.conf')
-rw-r--r--.testr.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.testr.conf b/.testr.conf
index c54ceb6..8cd68fb 100644
--- a/.testr.conf
+++ b/.testr.conf
@@ -2,3 +2,4 @@
test_command=${PYTHON:-python} -m subunit.run $LISTOPT $IDOPTION testrepository.tests.test_suite
test_id_option=--load-list $IDFILE
test_list_option=--list
+;filter_tags=worker-0