File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ via [pytest-watcher] (works out of the box):
123
123
$ make start
124
124
```
125
125
126
- via [ entr(1)] (requires installation):
126
+ via [ ` entr(1) ` ] (requires installation):
127
127
128
128
``` console
129
129
$ make watch_test
@@ -249,7 +249,7 @@ You can re-run tests automatically on file edit.
249
249
250
250
:::{note}
251
251
252
- This requires ` entr(1) ` .
252
+ This requires [ ` entr(1) ` ] .
253
253
254
254
:::
255
255
@@ -349,6 +349,7 @@ the [gh build site].
349
349
350
350
[ py.test usage argument ] : https://pytest.org/latest/usage.html
351
351
[ entr ] : http://entrproject.org/
352
+ [ `entr(1)` ] : http://entrproject.org/
352
353
[ github actions ] : https://github.com/features/actions
353
354
[ gh build site ] : https://github.com/tmux-python/tmuxp/actions?query=workflow%3Atests
354
355
[ .github/workflows/tests.yml ] : https://github.com/tmux-python/tmuxp/blob/master/.github/workflows/tests.yml
You can’t perform that action at this time.
0 commit comments