MCPcopy
hub / github.com/django/django / test_ticket7155

Method test_ticket7155

tests/queries/tests.py:792–797  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

790 )
791
792 def test_ticket7155(self):
793 # Nullable dates
794 self.assertSequenceEqual(
795 Item.objects.datetimes("modified", "day"),
796 [datetime.datetime(2007, 12, 19, 0, 0)],
797 )
798
799 def test_order_by_rawsql(self):
800 self.assertSequenceEqual(

Callers

nothing calls this directly

Calls 1

datetimesMethod · 0.80

Tested by

no test coverage detected