pytest-mypy-testing
pytest-mypy-testing copied to clipboard
Reusing cache during rapid iterations
While a clearing the cache between tests can be good for reproducibility, it can also slow down iterative development. Any thoughts on how we can balance that?
What are the issues with reproducibility which are caused by mypy cache? Have you encountered something in practice, or do you expect something?
@davidfritzsche what was the reason the cache was disable in a first place?