micropython/tests/feature_check/coverage.py

6 wiersze
80 B
Python

try:
extra_coverage
print("coverage")
except NameError:
print("no")