Skip to content

Commit 3d44375

Browse files
committed
pytest parallel processing
Signed-off-by: hkkim <[email protected]>
1 parent 61483e6 commit 3d44375

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-18 Bytes
Binary file not shown.

tests/test_tox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ def test_ls_test_scan3_command():
6868

6969

7070
def test_flake8():
71-
success, _ = run_command("flake8")
71+
success, _ = run_command("flake8 -j 4")
7272
assert success is True, "Flake8: Style check failed"

0 commit comments

Comments
 (0)