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/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)
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/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)