MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / setUp

Method setUp

tests_runfiles/test_runfiles.py:69–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 self.filtered_tests = self.MyTestRunner.filter_tests(self.all_tests)
68
69 def setUp(self):
70 self.file_dir = [os.path.abspath(os.path.join(project_rootdir, "tests_runfiles", "samples"))]
71 self._setup_scenario(self.file_dir, None)
72
73 def test_suite_used(self):
74 for suite in self.all_tests + self.filtered_tests:

Callers

nothing calls this directly

Calls 2

_setup_scenarioMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected