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

Method run_all

unittests/_test_runner.py:112–116  ·  view source on GitHub ↗

Run all tests from current directory.

(self)

Source from the content-addressed store, hash-verified

110 self._run_discovered_suites()
111
112 def run_all(self):
113 # type: () -> None
114 """Run all tests from current directory."""
115 self._discover("[!_]*.py")
116 self._run_discovered_suites()
117
118 # ---- Private methods
119

Callers 1

mainFunction · 0.95

Calls 2

_discoverMethod · 0.95

Tested by

no test coverage detected