Commit f9af2d5b authored by Shane Hathaway's avatar Shane Hathaway

Added DateTime tests to testrunner

parent d1a9c53b
# To run these tests, use:
# python unittest.py DateTime.tests.suite
# python unittest.py DateTime.tests.test_suite
import unittest
from DateTime import DateTime
......@@ -137,5 +137,5 @@ class DateTimeTests (unittest.TestCase):
assert dt - dt1 == 3000000.0, (dt, dt1)
def suite():
def test_suite():
return unittest.makeSuite(DateTimeTests)
......@@ -59,7 +59,6 @@ class TestRunner:
'test_explicit_acquisition.py': None,
'test_func_attr.py': None,
'test_method_hook.py': None,
'tests.py': None,
'test.py': None,
}
......
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