Exemple #1
0
def wand_app():
    """ Testing fixture for the Flow app """
    app = WandApp()

    yield app

    app.destroy()
    app.quit()
Exemple #2
0
def wand_app():
    """Testing fixture for the Flow app"""
    app = WandApp(pytest.automagica_tk)

    app.update()

    yield app

    app.destroy()