MCPcopy
hub / github.com/django/django / test_white_space_query

Method test_white_space_query

tests/raw_query/tests.py:347–350  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

345 self.assertSuccessfulRawQuery(Author, query, authors, expected_annotations)
346
347 def test_white_space_query(self):
348 query = " SELECT * FROM raw_query_author"
349 authors = Author.objects.all()
350 self.assertSuccessfulRawQuery(Author, query, authors)
351
352 def test_multiple_iterations(self):
353 query = "SELECT * FROM raw_query_author"

Callers

nothing calls this directly

Calls 2

allMethod · 0.45

Tested by

no test coverage detected