Latest version: v1.0.1
The information on this page was curated by experts in our Cybersecurity Intelligence Team.
pytest-lock is a pytest plugin that allows you to "lock" the results of unit tests, storing them in a local cache. This is particularly useful for tests that are resource-intensive or don't need to be run every time. When the tests are run subsequently, pytest-lock will compare the current results with the locked results and issue a warning if there are any discrepancies.
No known vulnerabilities found