Skip to content

Commit 18a4f4c

Browse files
Separate legacy parser into its own test
1 parent c08dfdd commit 18a4f4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/session/cmd/test_parallel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ def test_parallel_no_spinner(tox_project: ToxProjectCreator) -> None:
185185
live=False,
186186
)
187187

188-
# Test legacy parser
188+
189+
def test_parallel_no_spinner_legacy(tox_project: ToxProjectCreator) -> None:
189190
with mock.patch.object(parallel, "execute") as mocked:
190191
tox_project({"tox.ini": ""}).run("--parallel-no-spinner")
191192

0 commit comments

Comments
 (0)