~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to test

  • Committer: Gustavo Niemeyer
  • Date: 2007-07-05 20:29:25 UTC
  • Revision ID: gustavo@niemeyer.net-20070705202925-uzsanmih6iokto3n
Added LGPL version 2.1 in the LICENSE file, and a standard
copyright/license header on all files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
 
2
#
 
3
# Copyright (c) 2006, 2007 Canonical
 
4
#
 
5
# Written by Gustavo Niemeyer <gustavo@niemeyer.net>
 
6
#
 
7
# This file is part of Storm Object Relational Mapper.
 
8
#
 
9
# Storm is free software; you can redistribute it and/or modify
 
10
# it under the terms of the GNU Lesser General Public License as
 
11
# published by the Free Software Foundation; either version 2.1 of
 
12
# the License, or (at your option) any later version.
 
13
#
 
14
# Storm is distributed in the hope that it will be useful,
 
15
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
# GNU Lesser General Public License for more details.
 
18
#
 
19
# You should have received a copy of the GNU Lesser General Public License
 
20
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
21
#
2
22
import optparse
3
23
import unittest
4
24
import doctest