Skip to content

Commit

Permalink
v1.0.1 Patch lock.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Athroniaeth committed Feb 3, 2024
1 parent 521f080 commit 3e02972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-lock"
version = "1.0.0"
version = "1.0.1"
description = "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."
authors = ["CHAUMONT Pierre <pierre.chaumont@scalian.com>"]
license = "MIT"
Expand Down

0 comments on commit 3e02972

Please sign in to comment.