MCPcopy
hub / github.com/django/django / run

Method run

tests/test_runner/test_discover_runner.py:629–630  ·  view source on GitHub ↗
(self, suite)

Source from the content-addressed store, hash-verified

627 def test_run_suite_logs_seed(self):
628 class TestRunner:
629 def run(self, suite):
630 return "<fake-result>"
631
632 expected_prefix = "Used shuffle seed"
633 # Test with and without shuffling enabled.

Calls

no outgoing calls

Tested by

no test coverage detected