Skip to content

Commit

Permalink
Add poe for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RonRademaker committed Feb 14, 2024
1 parent 7e3abc7 commit 4c05c6e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
33 changes: 32 additions & 1 deletion poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ sqlalchemy-utils = "^0.37.8"

[tool.poetry.group.dev.dependencies]
black = "^24.2.0"
poethepoet = "^0.24.4"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand All @@ -27,3 +28,6 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.extras]
mysql = ["mysql-connector-python-rf"]
postgresql = ["psycopg2-binary"]

[tool.poe.tasks]
test = "pytest test"

0 comments on commit 4c05c6e

Please sign in to comment.