Пример #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)