pypa / pyproject-metadata

PEP 621 metadata parsing
https://pep621.readthedocs.io
MIT License
37 stars 17 forks source link

tests: refactor and cleanup #136

Closed henryiii closed 1 month ago

henryiii commented 1 month ago

Simpler tests. Removed the custom fixtures and helpers. It's the exact same number of lines to do it with monkeypatch (not counting the removed fixtures). It's also a bad idea to import from conftest.py.

Full static typing, all files, stricter.