Skip to content

Commit

Permalink
Run test/synchronous as part of tox test command
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahStapp committed Jun 25, 2024
1 parent 7b86cb0 commit 7f88ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ extras =
test
commands =
pytest -v --durations=5 --maxfail=10 {posargs}
pytest -v --durations=5 --maxfail=10 test/synchronous {posargs}

[testenv:test-async]
description = run base set of async unit tests with no extra functionality
Expand Down

0 comments on commit 7f88ac4

Please sign in to comment.