예제 #1
0
def test_suite():
    app_testing_path = 'lp/app'
    return build_yui_unittest_suite(app_testing_path, AppYUIUnitTestCase)
예제 #2
0
def test_suite():
    app_testing_path = 'lp/services/webhooks'
    return build_yui_unittest_suite(
            app_testing_path,
            WebhooksYUIUnitTestCase)
예제 #3
0
def test_suite():
    app_testing_path = 'lp/app'
    return build_yui_unittest_suite(app_testing_path, AppYUIUnitTestCase)
예제 #4
0
def test_suite():
    app_testing_path = 'lp/soyuz'
    return build_yui_unittest_suite(app_testing_path, SoyuzYUIUnitTestCase)
예제 #5
0
def test_suite():
    app_testing_path = 'lp/bugs'
    return build_yui_unittest_suite(app_testing_path, BugsYUIUnitTestCase)
예제 #6
0
def test_suite():
    app_testing_path = 'lp/bugs'
    return build_yui_unittest_suite(app_testing_path, BugsYUIUnitTestCase)
예제 #7
0
def test_suite():
    app_testing_path = 'lp/snappy'
    return build_yui_unittest_suite(app_testing_path, SnappyYUIUnitTestCase)
예제 #8
0
def test_suite():
    app_testing_path = 'lp/registry'
    return build_yui_unittest_suite(app_testing_path, RegistryYUIUnitTestCase)
예제 #9
0
def test_suite():
    app_testing_path = 'lp/code'
    return build_yui_unittest_suite(app_testing_path, CodeYUIUnitTestCase)
예제 #10
0
def test_suite():
    app_testing_path = 'lp/soyuz'
    return build_yui_unittest_suite(app_testing_path, SoyuzYUIUnitTestCase)
예제 #11
0
def test_suite():
    app_testing_path = 'lp/code'
    return build_yui_unittest_suite(app_testing_path, CodeYUIUnitTestCase)
예제 #12
0
def test_suite():
    app_testing_path = 'lp/translations'
    return build_yui_unittest_suite(app_testing_path,
                                    TranslationsYUIUnitTestCase)
예제 #13
0
def test_suite():
    app_testing_path = 'lp/translations'
    return build_yui_unittest_suite(
            app_testing_path,
            TranslationsYUIUnitTestCase)