~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/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/app/javascript'
 
23
    app_testing_path = 'lp/app'
24
24
    return build_yui_unittest_suite(app_testing_path, AppYUIUnitTestCase)