mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 19:57:08 +00:00
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