Skip to content

Commit cb91007

Browse files
committed
TST: Read compressed URLs with c engine
1 parent 85630ea commit cb91007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/parser/test_network.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_compressed_urls(self):
3939
for compression, extension in self.compression_to_extension.items():
4040
url = self.base_url + extension
4141
# args is a (compression, engine) tuple
42-
for args in product([compression, 'infer'], ['python']):
42+
for args in product([compression, 'infer'], ['python', 'c']):
4343
# test_fxn is a workaround for more descriptive nose reporting.
4444
# See http://stackoverflow.com/a/37393684/4651668.
4545
test_fxn = functools.partial(self.check_table)

0 commit comments

Comments
 (0)