~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/tests/test_yuitests.py

[r=allenap][bug=807426][no-qa] Search more widely when constructing
        suites of YUI test cases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
 
22
22
def test_suite():
23
 
    app_testing_path = 'lp/translations/javascript'
 
23
    app_testing_path = 'lp/translations'
24
24
    return build_yui_unittest_suite(
25
25
            app_testing_path,
26
26
            TranslationsYUIUnitTestCase)