| 87 | |
| 88 | |
| 89 | class CustomSpecTestCreator(SpecTestCreator): |
| 90 | def tests(self, scenario_def): |
| 91 | """Extract the tests from a spec file. |
| 92 | |
| 93 | Server selection in_window tests do not have a 'tests' field. |
| 94 | The whole file represents a single test case. |
| 95 | """ |
| 96 | return [scenario_def] |
| 97 | |
| 98 | |
| 99 | CustomSpecTestCreator(create_test, TestAllScenarios, TEST_PATH).create_tests() |
no outgoing calls
no test coverage detected