Coverage for tests / import_test / two / three / runtime.py: 100%
1 statements
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-05 22:17 +0000
« prev ^ index » next coverage.py v7.13.5, created at 2026-05-05 22:17 +0000
1# A module that fails to import for run time reason
3raise RuntimeError("This import should always fail")