The horizon.test.patches ModuleΒΆ

horizon.test.patches.parse_starttag_patched(self, i)[source]

This method is a patched version of the parse_starttag method from django.utils.html_parser.HTMLParser class, used to patch bug 1273943. The code is taken from file django/utils/html_parser.py, commit 6bc1b22299.

Previous topic

The horizon.test Module

Next topic

The horizon.test.webdriver Module

This Page