Skip to content

Commit

Permalink
Use tox run subcommand to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Nov 19, 2024
1 parent da77999 commit 96b5c3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/hacking/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ like thus:
...
$ make shell
...
$ tox -e unit-py39-django32
$ tox run -e unit-py39-django32
...
Expand Down
4 changes: 2 additions & 2 deletions tests/docker/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

# MAIN EXECUTION POINT
cd "$WORKSPACE"
tox
tox run

# Code analysis steps
tox -e pylint
tox run -e pylint
/count-lines-of-code.sh

echo "test.sh done"

0 comments on commit 96b5c3a

Please sign in to comment.