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 664469b commit 620cf6cCopy full SHA for 620cf6c
tagstudio/tests/conftest.py
@@ -114,7 +114,8 @@ def library(request):
114
@pytest.fixture
115
def search_library() -> Library:
116
lib = Library()
117
- lib.open_library(Path(CWD / "fixtures" / "search_library"))
+ status = lib.open_library(Path(CWD / "fixtures" / "search_library"))
118
+ assert status.success
119
return lib
120
121
0 commit comments