We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make start
1 parent 9b4839c commit e0b29b0Copy full SHA for e0b29b0
docs/developing.md
@@ -15,7 +15,13 @@ Makefile commands prefixed with `watch_` will watch files and rerun.
15
`poetry run py.test`
16
17
Helpers: `make test`
18
-Rerun tests on file change: `make watch_test` (requires [entr(1)])
+
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
25
26
## Documentation
27
0 commit comments