Coverage for tests / unit / exceptions / conftest.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.13.0, created at 2026-04-03 18:53 +0000

1"""Pytest configuration for exception unit tests. 

2 

3Tests in this directory focus on custom exception handling and error scenarios 

4in the Lintro codebase. 

5""" 

6 

7# Add any exception-specific fixtures here in the future