Skip to content

Commit

Permalink
tests : add tox command to collect tests (#238)
Browse files Browse the repository at this point in the history
allow to display the list of tests
  • Loading branch information
hector-cao authored Oct 3, 2024
1 parent b807745 commit 70e06d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ commands =
[testenv:test_specify]
commands =
python3 -m pytest -s -v --junitxml=test_specify_report.xml -k {posargs}

[testenv:collect_tests]
commands =
python3 -m pytest -s -v --collect-only -k {posargs}

0 comments on commit 70e06d0

Please sign in to comment.