Files
2025-10-20 14:19:25 +03:00

6 lines
386 B
Markdown

# Python Virtual Environment Fixture
The fixture mimics a trimmed `site-packages/` layout with three common dependencies (`requests`, `urllib3`, `certifi`). Each package exposes a `*.dist-info/METADATA` file so the analyzer bench can validate parsing performance and header extraction.
Files intentionally omit wheels and bytecode to keep the tree compact while still realistic.