1 parent d9446f7 commit e2c4eeaCopy full SHA for e2c4eea
1 file changed
Makefile
@@ -0,0 +1,5 @@
1
+test:
2
+ pytest --tb=short
3
+
4
+watch-tests:
5
+ ls *.py | entr pytest --tb=short
0 commit comments