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 32d32d2 commit 4cf15d1Copy full SHA for 4cf15d1
tests/api/test_covers_builder.py tests/api/ils/test_covers_builder.pytests/api/test_covers_builder.py renamed to tests/api/ils/test_covers_builder.py
@@ -1,14 +1,14 @@
1
# -*- coding: utf-8 -*-
2
#
3
-# Copyright (C) 2018-2020 CERN.
+# Copyright (C) 2025 CERN.
4
5
# invenio-app-ils is free software; you can redistribute it and/or modify it
6
# under the terms of the MIT License; see LICENSE file for more details.
7
8
"""Tests for covers_builder module."""
9
10
-import pytest
11
from unittest.mock import patch
+
12
from invenio_app_ils.literature.covers_builder import (
13
build_ils_demo_cover_urls,
14
build_openlibrary_urls,
0 commit comments