aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Harrison <paul@harrison.sh>2022-11-18 13:15:13 +0000
committerPaul Harrison <paul@harrison.sh>2022-12-15 16:02:14 +0000
commit69dee5d5a5d75ef338ec241d95a0a5a11ed14eb8 (patch)
tree84adad6164b93814c9b6f18c0691d93f81dbed2c
parentadb149e8585d3753d7db0294237ad155123e2587 (diff)
chore: Add Pytest configuration
-rw-r--r--pyproject.toml2
-rw-r--r--setup.cfg3
2 files changed, 4 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ed3d6de..5b4b998 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poker"
-version = "0.2.0"
+version = "0.2.1"
description = "Single poker hand ranking service."
authors = ["Paul Harrison"]
readme = "README.md"
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..5425e9e
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,3 @@
+[tool:pytest]
+addopts = --verbose
+testpaths = tests