refactoring

This commit is contained in:
frankknoll
2023-10-10 08:54:17 +02:00
parent 4a77e073ad
commit 0eed549b46
4 changed files with 36 additions and 61 deletions

View File

@@ -43,6 +43,7 @@ class KreisOptionsSetterTest(unittest.TestCase):
</html>
''')
# FK-TODO: delegate to use TestHelper.assertEqualHTML()
# adapted from https://stackoverflow.com/questions/8006909/pretty-print-assertequal-for-html-strings
def assertEqualHTML(string1, string2, file1='', file2=''):
u'''