Skip to content

Commit

Permalink
Add pytest-xdist and setup for parallel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjenks committed Apr 3, 2019
1 parent a1619c0 commit cfff0ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pytest
pytest-cov
pytest-django
pytest-env
pytest-xdist
sphinx
tox
twine
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ setenv =

[pytest]
addopts=
-n auto
--ignore tests/benchmark_core.py
--ignore tests/benchmark_djangocache.py
--ignore tests/benchmark_glob.py
Expand Down

0 comments on commit cfff0ff

Please sign in to comment.