mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
committed by
Hugo van Kemenade
parent
22a193dafb
commit
f61b8d8926
@@ -1246,5 +1246,6 @@ class JiraTests(BaseTestCase):
|
||||
class DocTests(unittest.TestCase):
|
||||
|
||||
def test_rst_formatter_doctests(self):
|
||||
import tablib.formats._rst
|
||||
results = doctest.testmod(tablib.formats._rst)
|
||||
self.assertEqual(results.failed, 0)
|
||||
|
||||
Reference in New Issue
Block a user