def test_suite():
    app_testing_path = 'lp/app'
    return build_yui_unittest_suite(app_testing_path, AppYUIUnitTestCase)
def test_suite():
    app_testing_path = 'lp/services/webhooks'
    return build_yui_unittest_suite(
            app_testing_path,
            WebhooksYUIUnitTestCase)
def test_suite():
    app_testing_path = 'lp/app'
    return build_yui_unittest_suite(app_testing_path, AppYUIUnitTestCase)
def test_suite():
    app_testing_path = 'lp/soyuz'
    return build_yui_unittest_suite(app_testing_path, SoyuzYUIUnitTestCase)
def test_suite():
    app_testing_path = 'lp/bugs'
    return build_yui_unittest_suite(app_testing_path, BugsYUIUnitTestCase)
Beispiel #6
0
def test_suite():
    app_testing_path = 'lp/bugs'
    return build_yui_unittest_suite(app_testing_path, BugsYUIUnitTestCase)
Beispiel #7
0
def test_suite():
    app_testing_path = 'lp/snappy'
    return build_yui_unittest_suite(app_testing_path, SnappyYUIUnitTestCase)
def test_suite():
    app_testing_path = 'lp/registry'
    return build_yui_unittest_suite(app_testing_path, RegistryYUIUnitTestCase)
def test_suite():
    app_testing_path = 'lp/code'
    return build_yui_unittest_suite(app_testing_path, CodeYUIUnitTestCase)
def test_suite():
    app_testing_path = 'lp/soyuz'
    return build_yui_unittest_suite(app_testing_path, SoyuzYUIUnitTestCase)
def test_suite():
    app_testing_path = 'lp/code'
    return build_yui_unittest_suite(app_testing_path, CodeYUIUnitTestCase)
Beispiel #12
0
def test_suite():
    app_testing_path = 'lp/translations'
    return build_yui_unittest_suite(app_testing_path,
                                    TranslationsYUIUnitTestCase)
def test_suite():
    app_testing_path = 'lp/translations'
    return build_yui_unittest_suite(
            app_testing_path,
            TranslationsYUIUnitTestCase)