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