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 bdec2f0 commit c4a70a4Copy full SHA for c4a70a4
nibabel/tests/test_dft.py
@@ -58,7 +58,7 @@ def db(monkeypatch):
58
and not modify the host filesystem."""
59
database = dft._DB(fname=':memory:')
60
monkeypatch.setattr(dft, 'DB', database)
61
- yield database
+ return database
62
63
64
def test_init(db):
0 commit comments