예제 #1
0
def app():
    """Instance of Main flask app"""
    return create_app()
예제 #2
0
def app():
    """Fixtures of main app"""
    return create_app()
예제 #3
0
def app():
    """Instance of main Flask app"""
    return create_app()
예제 #4
0
def app(
):  #              ->  "module"  => creates one app and run all the test on that app.
    """Instance of Main flask app"""
    return create_app()  # this is the reason that we install our project
def app():
    """Instance app flask"""
    return create_app()
예제 #6
0
def app():
    return create_app()