(self)
| 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: |
nothing calls this directly
no test coverage detected