We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e1d33 commit afa4a3fCopy full SHA for afa4a3f
test/test_pdftables_api.py
@@ -39,6 +39,8 @@ def test_unmodified(self):
39
Client.ensure_format_ext('foo.xlsx', 'xlsx-multiple'))
40
self.assertEqual(('foo.xml', 'xml'),
41
Client.ensure_format_ext('foo.xml', 'xml'))
42
+ self.assertEqual(('foo.html', 'html'),
43
+ Client.ensure_format_ext('foo.html', 'html'))
44
45
def test_missing_format(self):
46
self.assertEqual(('foo.xlsx', 'xlsx-multiple'),
0 commit comments