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 fda18b4 commit dd42915Copy full SHA for dd42915
netneurotools/tests/test_datasets.py
@@ -151,6 +151,7 @@ def test_fetch_hcp_standards(tmpdir):
151
def test_fetch_voneconomo(tmpdir):
152
vek = datasets.fetch_voneconomo(data_dir=tmpdir, verbose=0)
153
assert all(hasattr(vek, k) and len(vek[k]) == 2 for k in ['gcs', 'ctab'])
154
+ assert isinstance(vek.get('info'), str)
155
156
157
@pytest.mark.parametrize('dset, expected', [
0 commit comments