MCPcopy
hub / github.com/django/django / test_ticket_17477

Method test_ticket_17477

tests/test_runner/tests.py:757–761  ·  view source on GitHub ↗

manage.py help test' works after r16352.

(self)

Source from the content-addressed store, hash-verified

755 self.write_settings("settings.py")
756
757 def test_ticket_17477(self):
758 """'manage.py help test' works after r16352."""
759 args = ["help", "test"]
760 out, err = self.run_manage(args)
761 self.assertNoOutput(err)
762
763
764class SQLiteInMemoryTestDbs(TransactionTestCase):

Callers

nothing calls this directly

Calls 2

run_manageMethod · 0.80
assertNoOutputMethod · 0.80

Tested by

no test coverage detected