MCPcopy
hub / github.com/django/django / assertLocationCommentNotPresent

Method assertLocationCommentNotPresent

tests/i18n/test_extraction.py:125–127  ·  view source on GitHub ↗

Check the opposite of assertLocationComment()

(self, po_filename, line_number, *comment_parts)

Source from the content-addressed store, hash-verified

123 return self._assertPoLocComment(True, po_filename, line_number, *comment_parts)
124
125 def assertLocationCommentNotPresent(self, po_filename, line_number, *comment_parts):
126 """Check the opposite of assertLocationComment()"""
127 return self._assertPoLocComment(False, po_filename, line_number, *comment_parts)
128
129 def assertRecentlyModified(self, path):
130 """

Calls 1

_assertPoLocCommentMethod · 0.95

Tested by

no test coverage detected