Skip to content

Commit

Permalink
testing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Fitzgerald committed Aug 21, 2024
1 parent 5df2d06 commit cf6654e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ dependencies = [
"pytest-asyncio",
"gevent",
"poethepoet>=0.27.0",
"pytest-cov",
]

[tool.poe.tasks]
test = "pytest tests/api.py tests/app.py tests/schemas.py"
test_all = "pytest tests/*"
test_pipeline = "pytest tests/* --cov=. --cov-report xml:coverage.xml"
test_pipeline = "pytest tests/* --cov-report xml:coverage.xml"

0 comments on commit cf6654e

Please sign in to comment.