summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorArnaud Fabre <fabre.arnaud@gmail.com>2013-07-18 01:57:34 +0200
committerClark Boylan <clark.boylan@gmail.com>2013-07-19 14:08:02 -0700
commita9cf2a26615165a23cfaf8c05f954f256973e9a9 (patch)
treead145392654a0602d7f03e126cc31355ae28dd59 /tools
parentb829874916287022fe9dc8423e458c51e1b6a797 (diff)
downloadpython-jenkins-job-builder-a9cf2a26615165a23cfaf8c05f954f256973e9a9.tar.gz
python-jenkins-job-builder-a9cf2a26615165a23cfaf8c05f954f256973e9a9.tar.xz
python-jenkins-job-builder-a9cf2a26615165a23cfaf8c05f954f256973e9a9.zip
Tests: Use a testscenarios for running tests.
Instead of using load_tests to build a test suite out of a single test case, rely on testscenarios. This library aims at running the same test with different input data (`scenarios'). Some code is moved inside the test case to reduce the number of scenario parameters (previously fixtures). Change-Id: Iedb4cb3ad6341a9b397fa305b1ce2b329b6fdc15
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index cca00c0d..0b233be7 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -3,5 +3,5 @@ fixtures
python-subunit
sphinx
setuptools_git>=0.4
-testtools
+testscenarios
testrepository