Coverage for tests / unit / core / conftest.py: 100%
0 statements
« prev ^ index » next coverage.py v7.13.0, created at 2026-04-03 18:53 +0000
« prev ^ index » next coverage.py v7.13.0, created at 2026-04-03 18:53 +0000
1"""Pytest configuration for core unit tests.
3Tests in this directory focus on core Lintro functionality including:
4- Package imports and circular dependency detection
5- Version requirement validation
6- Enforcement of no duplicate configurations
7"""
9# Add any core-specific fixtures here in the future