Skip to content

Commit

Permalink
Run tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Dec 4, 2022
1 parent ebc6a02 commit c3101d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hypothesis-python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ setenv=
brief: HYPOTHESIS_PROFILE=speedy
commands =
full: bash scripts/basic-test.sh
brief: python -bb -X dev -m pytest tests/cover/test_testdecorators.py {posargs}
cover: python -bb -X dev -m pytest tests/cover/ tests/pytest/ {posargs}
nocover: python -bb -X dev -m pytest tests/nocover/ {posargs}
brief: python -bb -X dev -m pytest -n auto tests/cover/test_testdecorators.py {posargs}
cover: python -bb -X dev -m pytest -n auto tests/cover/ tests/pytest/ {posargs}
nocover: python -bb -X dev -m pytest -n auto tests/nocover/ {posargs}
niche: bash scripts/other-tests.sh
custom: python -bb -X dev -m pytest {posargs}

Expand Down

0 comments on commit c3101d6

Please sign in to comment.