()
| 39 | }; |
| 40 | |
| 41 | function createTestableWorker() { |
| 42 | return new PythonWorker( |
| 43 | path.join(os.tmpdir(), 'provider.py'), |
| 44 | 'call_api', |
| 45 | ) as unknown as TestablePythonWorker; |
| 46 | } |
| 47 | |
| 48 | describe('PythonWorker stderr parsing', () => { |
| 49 | it('honors explicit INFO and DEBUG prefixes before scanning message text', () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…