~madjar/wikkid/plugin

« back to all changes in this revision

Viewing changes to wikkid/tests/views/__init__.py

  • Committer: Tim Penhey
  • Date: 2010-06-01 08:47:24 UTC
  • mfrom: (39.1.3 fixes-on-a-plane)
  • Revision ID: tim@penhey.net-20100601084724-7p2f3wtw78b036ai
Several small tweaks done on a plane - Martin Albisetti

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
    names = [
14
14
        'breadcrumbs',
15
15
        'utils',
 
16
        'edit',
16
17
        ]
17
18
    module_names = ['wikkid.tests.views.test_' + name for name in names]
18
19
    loader = unittest.TestLoader()