ipwnponies / pytest-antilru

Bust functools.lru_cache when running pytest to avoid test pollution
MIT License
22 stars 3 forks source link

Python 3.8 and 3.9 unit tests do not assert coverage #40

Closed ipwnponies closed 3 months ago

ipwnponies commented 5 months ago

The tox setup only asserts that all test code must be run. What about the actual package code 😭 ? https://github.com/ipwnponies/pytest-antilru/blob/d64dc5f2ed0ced030d6d356bd792672203fc248e/tox.ini#L46-L47