Coverage for tests/import_test/two/three/fail.py: 33%
3 statements
« prev ^ index » next coverage.py v7.2.7, created at 2023-07-25 09:27 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2023-07-25 09:27 +0000
1# This will fail to import because of ModuleNotFoundError
2import notthere
5def myfunc():
6 """Return a module that can not be imported."""
7 return notthere