flask/tests/test_apps/cliapp/importerrorapp.py

6 lines
73 B
Python

from flask import Flask
raise ImportError()
testapp = Flask("testapp")