mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-04-03 09:21:48 +01:00
test checked
This commit is contained in:
parent
4d8cb82ef9
commit
0a76acd664
@ -103,12 +103,12 @@ class ImportTest(TestCase):
|
|||||||
self.assertNotIn(e, messages)
|
self.assertNotIn(e, messages)
|
||||||
|
|
||||||
def test_aliases(self):
|
def test_aliases(self):
|
||||||
# Needs another test with test data
|
# Problem: '' empty string appears as valid alias for David Smartarse
|
||||||
response = self.client.get(f"/aliases/{TEST_YEAR}")
|
response = self.client.get(f"/aliases/{TEST_YEAR}")
|
||||||
self.assertEqual(response.status_code, HTTPStatus.OK)
|
self.assertEqual(response.status_code, HTTPStatus.OK)
|
||||||
content = response.content.decode()
|
content = response.content.decode()
|
||||||
with open('_test_response.html', 'w') as f:
|
# with open('_test_response.html', 'w') as f:
|
||||||
f.write(content)
|
# f.write(content)
|
||||||
ph = f"'fsmartarse'"
|
ph = f"'fsmartarse'"
|
||||||
phmatch = re.search(ph, content)
|
phmatch = re.search(ph, content)
|
||||||
self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph + "'")
|
self.assertIsNotNone(phmatch, "Failed to find expected text: '" + ph + "'")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user