Skip to content

Commit

Permalink
🚨 ADD xdist parameter to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaloog committed Nov 16, 2024
1 parent 9addf13 commit 2e555fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ktui = "kanban_tui.__main__:cli"
[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "file"
addopts = "--cov src/kanban_tui --cov-report term-missing --verbose --color=yes"# -n 4 --dist=loadfile"
addopts = "--cov src/kanban_tui --cov-report term-missing --verbose --color=yes -n 4 --dist=loadfile"
testpaths = ["tests"]

[build-system]
Expand Down

0 comments on commit 2e555fe

Please sign in to comment.