MCPcopy Create free account
hub / github.com/cztomczak/cefpython / run_file

Method run_file

unittests/_test_runner.py:105–110  ·  view source on GitHub ↗

Run test cases from a specific file. This is needed so that you can use _runner.main() in isolated tests.

(self, filename)

Source from the content-addressed store, hash-verified

103 self._exit()
104
105 def run_file(self, filename):
106 # type: (str) -> None
107 """Run test cases from a specific file. This is needed so that
108 you can use _runner.main() in isolated tests."""
109 self._discover(filename)
110 self._run_discovered_suites()
111
112 def run_all(self):
113 # type: () -> None

Callers 1

mainFunction · 0.95

Calls 2

_discoverMethod · 0.95

Tested by

no test coverage detected