File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4747 cmd : make -C doc/ html
4848 type : lint
4949 - name : pytest
50- cmd : pytest --cov=pymodbus --cov=test --cov-report=term-missing --cov-report=xml -v --full-trace --timeout=20
50+ cmd : pytest --cov=pymodbus --cov=test --cov-report=term-missing --cov-report=xml -v --full-trace --timeout=20 --numprocesses auto
5151 type : test
5252 os :
5353 - name : Linux
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ black --safe --quiet examples/ pymodbus/ test/
1010isort .
1111pylint --recursive=y examples pymodbus test
1212flake8
13- pytest
13+ pytest --numprocesses auto
1414echo " Ready to push"
Original file line number Diff line number Diff line change @@ -70,3 +70,4 @@ pytest==7.1.3
7070pytest-asyncio == 0.19.0
7171pytest-cov == 4.0.0
7272pytest-timeout == 2.1.0
73+ pytest-xdist == 3.1.0
You can’t perform that action at this time.
0 commit comments