chore: Add Pytest configuration

This commit is contained in:
Paul Harrison 2022-11-18 13:15:13 +00:00
parent adb149e858
commit 69dee5d5a5
2 changed files with 4 additions and 1 deletions

View File

@ -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"

3
setup.cfg Normal file
View File

@ -0,0 +1,3 @@
[tool:pytest]
addopts = --verbose
testpaths = tests