Coverage for tests/test_generation/exhaustive/utils.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2024-04-28 15:17 +0000

1from pathlib import Path 

2 

3ROOTDIR = (Path(__file__).parent.parent.parent.parent / '.tests_cache' / 'generation' / 'exhaustive').absolute()