~madjar/wikkid/plugin

« back to all changes in this revision

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

  • Committer: Tim Penhey
  • Date: 2010-06-23 12:18:38 UTC
  • mfrom: (41.2.47 webob)
  • Revision ID: tim@penhey.net-20100623121838-30s9cl039ws3cpup
Replace the twisted implementation with a WSGI one using webob.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        'breadcrumbs',
15
15
        'utils',
16
16
        'edit',
 
17
        'root',
 
18
        'urls',
17
19
        'view',
18
20
        ]
19
21
    module_names = ['wikkid.tests.views.test_' + name for name in names]