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
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-22 11:26:06 +11:00
try
:
extra_coverage
run code formatting script
2021-03-15 19:27:36 +05:30
print
(
"
coverage
"
)
tests: Add a coverage test for printing the parse-tree.
2016-12-22 11:26:06 +11:00
except
NameError
:
run code formatting script
2021-03-15 19:27:36 +05:30
print
(
"
no
"
)
Reference in New Issue
Copy Permalink