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 8a75fc9 commit e3d4f0fCopy full SHA for e3d4f0f
test/test_io_common.py
@@ -76,7 +76,7 @@ def grid_from_format(request):
76
class TestIOCommon:
77
"""Common IO tests across all formats."""
78
79
- def test_basic_read(self, grid_from_format):
+ def test_return_type(self, grid_from_format):
80
"""Test that all formats can be read successfully."""
81
grid = grid_from_format
82
0 commit comments