Skip to content

Commit

Permalink
Add parallel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BorjaEst committed Nov 30, 2020
1 parent d039da0 commit a479c25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pip-delete-this-directory.txt
htmlcov/
.tox/
.nox/
.stestr/
.coverage
.coverage.*
.cache
Expand Down
3 changes: 3 additions & 0 deletions .stestr.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[DEFAULT]
test_path=./eosc_perf/tests
top_dir=./
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ commands = find . -type f -name "*.pyc" -delete
basepython = python3.8
commands =
{[testenv]commands}
pytest
stestr -v run {posargs}

[testenv:pep8]
envdir = {toxworkdir}/shared
Expand Down

0 comments on commit a479c25

Please sign in to comment.