コード例 #1
0
ファイル: __init__.py プロジェクト: abdelq/duckietown
def jobs_comptests(context):
    from . import summary
    from . import validity
    from . import cli

    from comptests.registrar import jobs_registrar_simple
    jobs_registrar_simple(context)
コード例 #2
0
ファイル: __init__.py プロジェクト: abdelq/duckietown
def jobs_comptests(context):  
    
    from . import single_image 
 
    
    from comptests.registrar import jobs_registrar_simple
    jobs_registrar_simple(context)
コード例 #3
0
ファイル: __init__.py プロジェクト: abdelq/duckietown
def jobs_comptests(context):

    from . import configuration
    from . import conditions
    from . import binary
    from . import references
    from . import evaluation
    from . import run_all

    from comptests.registrar import jobs_registrar_simple
    jobs_registrar_simple(context)
コード例 #4
0
def jobs_comptests(context):
    load_tests_modules()

    c2 = context.child('libraries')
    from mcdp_library_tests import define_tests_for_mcdplibs
    define_tests_for_mcdplibs(c2)

    if should_do_basic_tests():
        from mcdp_lang_tests.examples import define_tests
        define_tests(context)

        c2 = context.child('mcdpweb')
        from mcdp_web_tests.test_md_rendering import define_tests_mcdp_web
        define_tests_mcdp_web(c2)

    # instantiation
    from comptests import jobs_registrar
    from comptests.registrar import jobs_registrar_simple
    jobs_registrar_simple(context)
コード例 #5
0
def jobs_comptests(context):  
    
    from . import iids_tests 
    
    from comptests.registrar import jobs_registrar_simple
    jobs_registrar_simple(context)
コード例 #6
0
def jobs_comptests(context):
    """ Hook for comptests. No need to modify."""
    from comptests.registrar import jobs_registrar_simple
    jobs_registrar_simple(context)
コード例 #7
0
def jobs_comptests(context):
    # instantiation
    from comptests import jobs_registrar
    from comptests.registrar import jobs_registrar_simple
    jobs_registrar_simple(context)
コード例 #8
0
def jobs_comptests(context):
    from . import summary
    from . import slicing

    from comptests.registrar import jobs_registrar_simple
    jobs_registrar_simple(context)