We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1d94d1 commit c71f214Copy full SHA for c71f214
pandas/io/tests/parser/test_network.py
@@ -30,8 +30,9 @@ def __init__(self):
30
self.base_url = ('https://github.com/pandas-dev/pandas/raw/master/'
31
'pandas/io/tests/parser/data/salaries.csv')
32
33
+ @tm.network
34
def test_compressed_urls(self):
- """Test reading compressed tables from URL."""
35
+ # Test reading compressed tables from URL.
36
msg = ('Test reading {}-compressed tables from URL: '
37
'compression="{}", engine="{}"')
38
0 commit comments