File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Generate coverage report
2828 # The list of "--ignore=..." arguments should be identical to the exclusion list in Tox.ini, though without comments:
2929 run : >
30- pytest --cov=./ --cov-report=xml -vv -rA
30+ pytest --numprocesses=auto -- cov=./ --cov-report=xml -vv -rA
3131 --ignore=test/browser/input/select_1_test.py
3232 --ignore=test/browser/input/select_headless_exception_test.py
3333 --ignore=test/browser/viewport/get/height_non_headless_1_test.py
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ setenv =
1313deps =
1414 -r{toxinidir}/requirements_dev.txt
1515commands =
16- pytest --basetemp ={envtmpdir} --cov --cov-append --cov-report =term-missing -vv -rA \
16+ pytest --numprocesses auto -- basetemp ={envtmpdir} --cov --cov-append --cov-report =term-missing -vv -rA \
1717 # Ignore tests that require a non-headless browser and are only supported on a local machine:
1818 --ignore =test/browser/input/select_1_test.py \
1919 --ignore =test/browser/input/select_headless_exception_test.py \
You canβt perform that action at this time.
0 commit comments