We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b3362 commit 925c34bCopy full SHA for 925c34b
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