summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2013-07-24 13:40:33 -0700
committerClark Boylan <clark.boylan@gmail.com>2013-07-24 13:40:33 -0700
commitb8fbb7193dada44973e8927caed4c163d8e2fa3c (patch)
tree0950de6db454f099d0899bad8594292190f0c24d /tools
parent96211e74d6fddfec38651775ae76b9b40c673519 (diff)
downloadpython-jenkins-job-builder-b8fbb7193dada44973e8927caed4c163d8e2fa3c.tar.gz
python-jenkins-job-builder-b8fbb7193dada44973e8927caed4c163d8e2fa3c.tar.xz
python-jenkins-job-builder-b8fbb7193dada44973e8927caed4c163d8e2fa3c.zip
Add python26 multiline string assertion back.
The assertMultiline equal was removed for assertEqual to be python26 friendly. Testtools has a matcher that provides similar functionality that is python26 compatible. Use testtools instead of unittest for this functionality. Remove use of unittest.main(). Change-Id: I348b0ee0192d3164084c20d9356e69f29e1cb86c
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index 0b233be7..1d0b3720 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -4,4 +4,5 @@ python-subunit
sphinx
setuptools_git>=0.4
testscenarios
+testtools
testrepository