Skip to content

Commit e0b29b0

Browse files
committed
docs(development): note make start
1 parent 9b4839c commit e0b29b0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/developing.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ Makefile commands prefixed with `watch_` will watch files and rerun.
1515
`poetry run py.test`
1616

1717
Helpers: `make test`
18-
Rerun tests on file change: `make watch_test` (requires [entr(1)])
18+
19+
## Automatically run tests on file save
20+
21+
1. `make start` (via [pytest-watcher])
22+
2. `make watch_test` (requires installing [entr(1)])
23+
24+
[pytest-watcher]: https://github.com/olzhasar/pytest-watcher
1925

2026
## Documentation
2127

0 commit comments

Comments
 (0)