aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-14 13:57:38 +0000
committerAlex Schofield <git@ajschof.me>2025-02-14 13:57:38 +0000
commitafcf7339eec26144e4ab99a3e67e60fb38932960 (patch)
treeaa7cb7706166facf0f2dd6e297570b05c37fba16
parent6182930c3ea53932c6153dd101264cb90c90f979 (diff)
downloadgdpr-obfuscator-afcf7339eec26144e4ab99a3e67e60fb38932960.tar.gz
gdpr-obfuscator-afcf7339eec26144e4ab99a3e67e60fb38932960.zip
add pytest-cov as dev dependency
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a9cd511..d5db843 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,6 +18,7 @@ packages = [
[tool.poetry.group.dev.dependencies]
pytest = "8.3.4"
+pytest-cov = "^6.0.0"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
git.ajschof.me — hosted by ajschofield — powered by cgit