Coverage for tests/import_test/two/three/runtime.py: 100%
1 statements
« prev ^ index » next coverage.py v6.5.0, created at 2023-03-09 03:04 -0800
« prev ^ index » next coverage.py v6.5.0, created at 2023-03-09 03:04 -0800
1# A module that fails to import for run time reason
3raise RuntimeError("This import should always fail")