Skip to content

Add justfile for a fast way to run dev commands; parallelize tests#96

Open
Revisor wants to merge 1 commit intoPleasePrompto:mainfrom
Revisor:faster-dev-commands
Open

Add justfile for a fast way to run dev commands; parallelize tests#96
Revisor wants to merge 1 commit intoPleasePrompto:mainfrom
Revisor:faster-dev-commands

Conversation

@Revisor
Copy link
Copy Markdown

@Revisor Revisor commented Apr 7, 2026

Add pytest-xdist to the test extras and default to -n auto so the test suite runs across all CPU cores: 145s → 49s (~3x faster).

Add a justfile with fix, check, and test recipes using just's [parallel] attribute to run linters, type checks, and tests concurrently. This brings another roughly 20% speedup (62s → 52s).

Fix failing tests.

Update README with uv installation and just-based dev workflow.

Add pytest-xdist to the test extras and default to `-n auto` so the
test suite runs across all CPU cores: 145s → 49s (~3x faster).

Add a justfile with `fix`, `check`, and `test` recipes using just's
[parallel] attribute to run linters, type checks, and tests concurrently.
This brings another roughly 20% speedup (62s → 52s).

Fix failing tests.

Update README with uv installation and just-based dev workflow.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant