Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
reinit Settings before each test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Dec 27, 2015
1 parent f80b7aa commit 487455b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildtimetrend/test/buildjob_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ def setUp(self):
self.build = BuildJob()
# show full diff in case of assert mismatch
self.maxDiff = None
# reinitialise settings
Settings().__init__()

def test_novalue(self):
"""Test freshly initialised Buildjob object."""
Expand Down

0 comments on commit 487455b

Please sign in to comment.