Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lkingland committed Dec 11, 2024
1 parent 89e1d1a commit 9195d6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Python as a network service.

## Tests

Run suite
`poetry run python -m pytest tests/* -v -s`
Run suite:
`poetry run pytest`

To enable debug logging use `--log-cli-level`:
`poetry run python -m pytest tests/* -v -s --log-cli-level=DEBUG`
To enable more granular log levels:
`poetry run pytest --log-cli-level=INFO`

## Example Main

Expand Down
20 changes: 1 addition & 19 deletions poetry.lock

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

3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ hypercorn = "^0.17.3"

[tool.pytest.ini_options]
pythonpath = ["src"]
testpaths = ["tests"]
asyncio_default_fixture_loop_scope = "function"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"
pytest-asyncio = "^0.24.0"
httpx = "^0.28.0"

[build-system]
Expand Down

0 comments on commit 9195d6f

Please sign in to comment.