MCPcopy
hub / github.com/django/django / run_tests

Method run_tests

tests/test_runner/runner.py:28–29  ·  view source on GitHub ↗
(self, test_labels, **kwargs)

Source from the content-addressed store, hash-verified

26 parser.add_argument("--option_c", "-c", default="3")
27
28 def run_tests(self, test_labels, **kwargs):
29 print("%s:%s:%s" % (self.option_a, self.option_b, self.option_c))

Calls

no outgoing calls