Exemplo n.º 1
0
def app():
    """Instance of Main flask app"""
    return create_app()
Exemplo n.º 2
0
def app():
    """Fixtures of main app"""
    return create_app()
Exemplo n.º 3
0
def app():
    """Instance of main Flask app"""
    return create_app()
Exemplo n.º 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()
Exemplo n.º 6
0
def app():
    return create_app()