Commit 11dceeb6 authored by Łukasz Nowak's avatar Łukasz Nowak

caddy-frontend: Show diffs on test failures

By setting maxDiff to None the test failures are more explanatory.
parent 7ec20d5c
......@@ -213,6 +213,9 @@ class TestDataMixin(object):
class HttpFrontendTestCase(SlapOSInstanceTestCase):
# show full diffs, as it is required for proper analysis of problems
maxDiff = None
@classmethod
def getSoftwareURLList(cls):
return [os.path.realpath(os.environ['TEST_SR'])]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment