Skip to content

Commit

Permalink
Run tests in parallel using pytest-xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
zoni committed Jul 24, 2014
1 parent 66962f1 commit 346a480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ mock
nose
pep8
pytest
pytest-xdist
PyOpenSSL
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

PY3 = sys.version_info[0] == 3

pytest_result = pytest.main()
pytest_result = pytest.main("-n 4")

# Skip pep8 checks on Python 2 because the code conversion done by
# 3to2 tends to mess things up
Expand Down

0 comments on commit 346a480

Please sign in to comment.