~benste/mailmanwebgsoc2011/django-site

« back to all changes in this revision

Viewing changes to tests.py

  • Committer: Anna Granudd
  • Date: 2010-08-15 11:33:50 UTC
  • Revision ID: anna@athena-20100815113350-z7guhrvs4t7z7oyj
Added copyright statements to the project as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- coding: utf-8 -*-
 
2
# Copyright (C) 1998-2010 by the Free Software Foundation, Inc.
 
3
#
 
4
# This file is part of GNU Mailman.
 
5
#
 
6
# GNU Mailman is free software: you can redistribute it and/or modify it under
 
7
# the terms of the GNU General Public License as published by the Free
 
8
# Software Foundation, either version 3 of the License, or (at your option)
 
9
# any later version.
 
10
#
 
11
# GNU Mailman is distributed in the hope that it will be useful, but WITHOUT
 
12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 
14
# more details.
 
15
#
 
16
# You should have received a copy of the GNU General Public License along with
 
17
# GNU Mailman.  If not, see <http://www.gnu.org/licenses/>.
 
18
 
1
19
"""
2
20
This file demonstrates two different styles of tests (one doctest and one
3
21
unittest). These will both pass when you run "manage.py test".