micropython/tests/feature_check/coverage.py

6 lines
80 B
Python

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