Closed jimfulton closed 9 years ago
Added doctestcase.doctestfiles
doctestcase.doctestfiles
Automatically assign test class members. So rather than::
test_foo = doctestcase.doctestfile('foo.txt')
You can use::
doctestcase.doctestfiles('foo.txt')
Added
doctestcase.doctestfiles
Automatically assign test class members. So rather than::
test_foo = doctestcase.doctestfile('foo.txt')
You can use::
doctestcase.doctestfiles('foo.txt')