We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875ccf2 commit 4e74cfdCopy full SHA for 4e74cfd
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