~fgallina/python-timeline-django/no-query-fix

« back to all changes in this revision

Viewing changes to timeline_django/tests/__init__.py

  • Committer: Tarmac
  • Author(s): James Westby
  • Date: 2012-02-27 10:58:29 UTC
  • mfrom: (8.3.2 obscure-session-info)
  • Revision ID: tarmac@server-5390-20120227105829-xutkpmwzw0svpn6t
Tags: 0.0.1
[r=jml] Add filters to redact session and user queries.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
def test_suite():
20
20
    os.environ['DJANGO_SETTINGS_MODULE'] = 'timeline_django.test_settings'
21
21
    module_names = [
 
22
        'timeline_django.tests.test_filters',
22
23
        'timeline_django.tests.test_hooks',
23
24
        'timeline_django.tests.test_middleware',
24
25
        'timeline_django.tests.test_timeline_cursor',