1 2 3 4 5 6 7 8
try: extra_coverage except NameError: print("SKIP") import sys sys.exit() extra_coverage()