~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/tests/__init__.py

  • Committer: Jasper St. Pierre
  • Date: 2011-04-22 18:18:02 UTC
  • mto: This revision was merged to the branch mainline in revision 448.
  • Revision ID: jstpierre@mecheye.net-20110422181802-7y2yambz9iscfa17
Make breadcrumbs consistent

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
        (__name__ + '.' + x) for x in [
21
21
            'test_controllers',
22
22
            'test_corners',
 
23
            'test_history',
 
24
            'test_http_head',
23
25
            'test_load_test',
24
26
            'test_simple',
 
27
            'test_revision_ui',
25
28
            'test_templating',
 
29
            'test_util',
26
30
        ]]))
27
31
    return standard_tests