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 a target for testing and include coverage
main
John-Mark Gurney
7 years ago
parent
96225378a3
commit
0340252072
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Makefile
+1
-0
requirements.txt
+ 2
- 0
Makefile
View File
@@ -0,0 +1,2 @@
test:
echo yadenon.py | entr sh -c 'python -m coverage run -m unittest yadenon && coverage report --omit=t/\* -m'
+ 1
- 0
requirements.txt
View File
@@ -1,3 +1,4 @@
mock
twisted
pyserial
coverage
Write
Preview
Loading…
Cancel
Save