Example #1
0
def get_comptests():
    from . import unittests
    from comptests import get_comptests_app

    get_vehicles_config().load("default")
    app = get_comptests_app(get_vehicles_config())
    return [app]
Example #2
0
def get_comptests():
    """ Returns the list of QuickApp applications to be used as tests
        by "comptests" (in package quickapp). """
    from . import unittests
    from comptests import get_comptests_app
    app = get_comptests_app(get_diffeo2ddslearn_config())
    
    return [app, DDSLDemo1]
Example #3
0
def get_comptests():
    from . import unittests 
    from comptests import get_comptests_app
    app = get_comptests_app(get_dp_config())
    return [app]
Example #4
0
def get_comptests():
    from . import unittests
    from comptests import get_comptests_app
    app = get_comptests_app(get_dp_config())
    return [app]
Example #5
0
def get_comptests():
    from . import unittests
    from comptests import get_comptests_app
    get_vehicles_config().load('default')
    app = get_comptests_app(get_vehicles_config())
    return [app]
Example #6
0
def get_comptests():
    from . import unittests
    from comptests import get_comptests_app
    get_diffeo2dds_config().load('default')
    app = get_comptests_app(get_diffeo2dds_config())
    return [app]