PythonExtra/tests/feature_check/coverage.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
80 B
Python
Raw Normal View History

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