added tests

This commit is contained in:
2024-06-21 04:01:41 +02:00
parent 31f5794e72
commit c3995a6b75
2 changed files with 47 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ reclaim-sdk = {git = "https://github.com/cato447/reclaim-sdk"}
rich = "^13.7.1"
typer = {extras = ["all"], version = "^0.12.3"}
[tool.pytest.ini_options]
pythonpath = [".", "things2reclaim"]
[tool.poetry.scripts]
task-automation = 'things2reclaim.things2reclaim:main'