Skip to content

Commit

Permalink
Updated poker hands Python
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendrikse committed Oct 4, 2023
1 parent 7144416 commit 93eecad
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 7 deletions.
223 changes: 223 additions & 0 deletions kata-solutions/poker-hands-kata/poker-hands-python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ description = "Poker hands kata"
authors = ["Zeger Hendrikse <zegerh@yahoo.co.uk>"]

[tool.poetry.dependencies]
python = ">=3.10.0,<3.11"
pytest = "^6.2.5"
python = ">=3.10.0,<3.12"
mamba = "^0.11.2"
expects = "^0.9.0"
coverage = "^6.2.0"
mockito = "^1.2.2"
pytest = "^7.4.2"
coverage = "^7.3.2"
mockito = "^1.4.0"


[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
build-backend = "poetry.core.masonry.api"
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export PYTHONPATH=$PYTHONPATH:src:spec
poetry run mamba --format=documentation spec/*_spec.py --enable-coverage && poetry run coverage html
PYTHONPATH=$PYTHONPATH:src:spec poetry run mamba --format=documentation spec/*_spec.py --enable-coverage && poetry run coverage html

0 comments on commit 93eecad

Please sign in to comment.