Closed coldfix closed 10 years ago
Fixed the issue for old style class tests.
For some reason there is now a runtime error when finishing python setup.py test
on python26. python setup.py nosetests
and nosetests
seem to work fine.
This is very nice. The old doctests are good for description but these unittests are certainly better as tests. I'll merge.
Provide a
unittest.TestCase
version of the doctests. This allows to do both old-style/new-style class tests with less redundant test code.The old-style test errors. Do you have any idea why? Probably, it should be documented only to use new-style classes..