forked from expo/troggle
stop file logging from tests
This commit is contained in:
@@ -170,8 +170,8 @@ class PageTests(TestCase):
|
||||
ph = r'All Survey scans folders '
|
||||
content = response.content.decode()
|
||||
phmatch = re.search(ph, content)
|
||||
with open('ss-op.html', 'w') as f:
|
||||
f.write(content)
|
||||
# with open('ss-op.html', 'w') as f:
|
||||
# f.write(content)
|
||||
self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph +"'")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user