projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
006c067
)
clear before testing rather than after
author
salimfadhley
<sal@stodge.org>
Sat, 15 Jun 2013 01:15:11 +0000
(
02:15
+0100)
committer
salimfadhley
<sal@stodge.org>
Sat, 15 Jun 2013 01:15:11 +0000
(
02:15
+0100)
jenkinsapi_tests/systests/base.py
patch
|
blob
|
history
diff --git
a/jenkinsapi_tests/systests/base.py
b/jenkinsapi_tests/systests/base.py
index f66cd695b6ef314548c28017c814947f44ac3bb9..4154b3806b22506f26b39d529da6be638aca7598 100644
(file)
--- a/
jenkinsapi_tests/systests/base.py
+++ b/
jenkinsapi_tests/systests/base.py
@@
-27,9
+27,10
@@
class BaseSystemTest(unittest.TestCase):
def setUp(self):
self.jenkins = Jenkins('http://localhost:8080')
+ self._delete_all_jobs()
def tearDown(self):
- self._delete_all_jobs()
+ pass
def _delete_all_jobs(self):
self.jenkins.poll()