MCPcopy Index your code
hub / github.com/django/django / assertNotInHTML

Method assertNotInHTML

django/test/testcases.py:1026–1027  ·  view source on GitHub ↗
(self, needle, haystack, msg_prefix="")

Source from the content-addressed store, hash-verified

1024 self.fail(msg)
1025
1026 def assertNotInHTML(self, needle, haystack, msg_prefix=""):
1027 self.assertInHTML(needle, haystack, count=0, msg_prefix=msg_prefix)
1028
1029 def assertJSONEqual(self, raw, expected_data, msg=None):
1030 """

Calls 1

assertInHTMLMethod · 0.95

Tested by

no test coverage detected