Coverage for tests/test_generation/exhaustive/utils.py: 100%
2 statements
« prev ^ index » next coverage.py v7.2.7, created at 2024-08-27 18:25 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2024-08-27 18:25 +0000
1from pathlib import Path
3ROOTDIR = (Path(__file__).parent.parent.parent.parent / '.tests_cache' / 'generation' / 'exhaustive').absolute()