This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
0
You've already forked circuitpython
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
121b22b0c5
circuitpython
/
tests
/
feature_check
/
coverage.py
6 lines
80 B
Python
Raw
Normal View
History
Unescape
Escape
tests: Add a coverage test for printing the parse-tree.
2016-12-21 19:26:06 -05:00
try
:
extra_coverage
run code formatting script
2021-03-15 09:57:36 -04:00
print
(
"
coverage
"
)
tests: Add a coverage test for printing the parse-tree.
2016-12-21 19:26:06 -05:00
except
NameError
:
run code formatting script
2021-03-15 09:57:36 -04:00
print
(
"
no
"
)
Reference in New Issue
Copy Permalink