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 291716d commit 885cf36Copy full SHA for 885cf36
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