Coverage for tests/import_test/two/three/runtime.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.2.4, created at 2023-04-29 02:52 -0700

1# A module that fails to import for run time reason 

2 

3raise RuntimeError("This import should always fail")