Skip to content

Commit 668e1d2

Browse files
committed
re
Signed-off-by: hkkim <[email protected]>
1 parent 234b7fb commit 668e1d2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
-2.38 KB
Binary file not shown.
-12.7 KB
Binary file not shown.

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ deps =
3333
-r{toxinidir}/requirements-dev.txt
3434

3535
commands =
36-
pytest tests/test_tox.py::test_help_command
37-
pytest tests/test_tox.py::test_scan_command
38-
pytest tests/test_tox.py::test_exclude_command
39-
pytest tests/test_tox.py::test_json_command
40-
pytest tests/test_tox.py::test_ls_test_scan3_command
36+
pytest -n 4 tests/test_tox.py::test_help_command
37+
pytest -n 4 tests/test_tox.py::test_scan_command
38+
pytest -n 4 tests/test_tox.py::test_exclude_command
39+
pytest -n 4 tests/test_tox.py::test_json_command
40+
pytest -n 4 tests/test_tox.py::test_ls_test_scan3_command
4141

4242
python tests/cli_test.py
4343
pytest -v --flake8

0 commit comments

Comments
 (0)