| 39 | using StreamingReporterBase<ProgressReporter>::StreamingReporterBase; |
| 40 | |
| 41 | static std::string getDescription() { return "Simple progress reporter (one line per test)"; } |
| 42 | |
| 43 | void testCaseStarting(Catch::TestCaseInfo const &testInfo) override { |
| 44 | print_python_version_once(); |
nothing calls this directly
no outgoing calls
no test coverage detected