Skip to content

Commit fa740d3

Browse files
committed
justfile(fix[start]): Drop redundant test pre-run
why: just start ran the suite twice on launch. The explicit `just test` line and pytest-watcher's `now = true` both trigger a run at startup, so the suite executed back-to-back before watching. what: - Remove the `just test` line from the start recipe; ptw's now=true already runs once on launch, then watches
1 parent 0b494ab commit fa740d3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

justfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ test *args:
2020
# Run tests then start continuous testing with pytest-watcher
2121
[group: 'test']
2222
start:
23-
just test
2423
uv run ptw .
2524

2625
# Watch files and run tests on change (requires entr)

0 commit comments

Comments
 (0)