Commit 3ff79a8c authored by Lennart Regebro's avatar Lennart Regebro

Now the tests work again.

parent 9835ab9f
......@@ -2,13 +2,15 @@
# To run these tests, use:
# python unittest.py DateTime.tests.suite
import os
import unittest
from DateTime import DateTime
import string
import math
import time
import os
__basedir__ = os.getcwd()
class DateTimeTests (unittest.TestCase):
def _compare(self, dt1, dt2, ms=1):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment