This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
yadenon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add fast fail, this makes figuring out what to fix easier..
main
John-Mark Gurney
2 years ago
parent
8f12a38930
commit
3978ff1735
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -1,2 +1,2 @@
test:
echo yadenon.py | entr sh -c 'python -m coverage run -m unittest yadenon && coverage report --omit=t/\* -m'
echo yadenon.py | entr sh -c 'python -m coverage run -m unittest
--failfast
yadenon && coverage report --omit=t/\* -m'
Write
Preview
Loading…
Cancel
Save