Skip to content

Commit 9b4839c

Browse files
committed
test: make start runs test watcher
1 parent 012d90a commit 9b4839c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ black:
2020
test:
2121
poetry run py.test $(test)
2222

23-
watch_test:
23+
start:
24+
poetry run ptw .
25+
26+
watch_test_entr:
2427
if command -v entr > /dev/null; then ${PY_FILES} | entr -c $(MAKE) test; else $(MAKE) test entr_warn; fi
2528

2629
build_docs:

0 commit comments

Comments
 (0)