Exemplo n.º 1
0
def run():
    """Run PythonQwt test launcher (requires `guidata`)"""
    import qwt
    try:
        from guidata.guitest import run_testlauncher
    except ImportError:
        raise ImportError("This feature requires `guidata` 1.7+.")
    run_testlauncher(qwt)
Exemplo n.º 2
0
def run():
    """Run guidata test launcher"""
    import guidata
    from guidata.guitest import run_testlauncher
    run_testlauncher(guidata)
Exemplo n.º 3
0
def run():
    """Run guiqwt test launcher"""
    import guiqwt.config # Loading icons
    from guidata.guitest import run_testlauncher
    run_testlauncher(guiqwt)
Exemplo n.º 4
0
def run():
    """Run guiqwt test launcher"""
    import guiqwt.config  # Loading icons
    from guidata.guitest import run_testlauncher
    run_testlauncher(guiqwt)
Exemplo n.º 5
0
def run():
    """Run guidata test launcher"""
    import guidata
    from guidata.guitest import run_testlauncher

    run_testlauncher(guidata)