comparison test/test_dates.py @ 127:0791d13baea7

Added vim command to all source so that we don't get no steenkin' tabs :)
author Richard Jones <richard@users.sourceforge.net>
date Sun, 29 Jul 2001 07:01:39 +0000
parents 23b0e0b74d6a
children d3ffcf862fb7
comparison
equal deleted inserted replaced
126:d967c777da3e 127:0791d13baea7
1 # $Id: test_dates.py,v 1.2 2001-07-29 06:42:20 richard Exp $ 1 # $Id: test_dates.py,v 1.3 2001-07-29 07:01:39 richard Exp $
2 2
3 import unittest, time 3 import unittest, time
4 4
5 from roundup.date import Date, Interval 5 from roundup.date import Date, Interval
6 6
64 return unittest.makeSuite(DateTestCase, 'test') 64 return unittest.makeSuite(DateTestCase, 'test')
65 65
66 66
67 # 67 #
68 # $Log: not supported by cvs2svn $ 68 # $Log: not supported by cvs2svn $
69 # Revision 1.2 2001/07/29 06:42:20 richard
70 # Added Interval tests.
71 #
69 # Revision 1.1 2001/07/27 06:55:07 richard 72 # Revision 1.1 2001/07/27 06:55:07 richard
70 # moving tests -> test 73 # moving tests -> test
71 # 74 #
72 # Revision 1.2 2001/07/25 04:34:31 richard 75 # Revision 1.2 2001/07/25 04:34:31 richard
73 # Added id and log to tests files... 76 # Added id and log to tests files...
74 # 77 #
75 # 78 #
79 # vim: set filetype=python ts=4 sw=4 et si

Roundup Issue Tracker: http://roundup-tracker.org/