Mercurial > p > roundup > code
comparison tests/test_dates.py @ 82:f1cffcad4903
Added id and log to tests files...
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 25 Jul 2001 04:34:31 +0000 |
| parents | 3c5b53db3ea0 |
| children |
comparison
equal
deleted
inserted
replaced
| 81:1f142a83b490 | 82:f1cffcad4903 |
|---|---|
| 1 # $Id: test_dates.py,v 1.2 2001-07-25 04:34:31 richard Exp $ | |
| 2 | |
| 1 import unittest, time | 3 import unittest, time |
| 2 | 4 |
| 3 from roundup.date import Date, Interval | 5 from roundup.date import Date, Interval |
| 4 | 6 |
| 5 class DateTestCase(unittest.TestCase): | 7 class DateTestCase(unittest.TestCase): |
| 49 pass | 51 pass |
| 50 | 52 |
| 51 def suite(): | 53 def suite(): |
| 52 return unittest.makeSuite(DateTestCase, 'test') | 54 return unittest.makeSuite(DateTestCase, 'test') |
| 53 | 55 |
| 56 | |
| 57 # | |
| 58 # $Log: not supported by cvs2svn $ | |
| 59 # |
