Skip to content

Commit 925c34b

Browse files
committed
makefile for running stuff
1 parent 27b3362 commit 925c34b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
test:
2+
pytest --tb=short
3+
4+
watch-tests:
5+
ls *.py | entr pytest --tb=short

0 commit comments

Comments
 (0)