Coverage for python/pyairflowtester/web/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.16.1, created at 2026-09-19 20:43 +0530

1"""Optional web dashboard for PyAirflowTester's dependency intelligence graph. 

2 

3This package is only importable if the optional `web` extra is installed: 

4 

5 pip install pyairflowtester[web] 

6 

7It has no effect on (and is not imported by) the core CLI/scan/analysis path. 

8"""