Skip to content

Commit c9e07cc

Browse files
Fixed import file mismatch error in test suite
1 parent 4a24f2c commit c9e07cc

5 files changed

Lines changed: 26 additions & 1 deletion

File tree

CONTRIBUTORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
303303
- zhiyue (1 commits)
304304
# Fork Contributors (crocodilestick/calibre-web-automated)
305305

306-
- crocodilestick (789 commits)
306+
- crocodilestick (796 commits)
307307
- jmarmstrong1207 (73 commits)
308308
- demitrix (30 commits)
309309
- sirwolfgang (29 commits)
@@ -377,5 +377,6 @@ Copyright (C) 2024-2025 Calibre-Web Automated contributors
377377
- tomried (1 commits)
378378
- Turmaxx (1 commits)
379379
- ugyes (1 commits)
380+
- w1ll1am23 (1 commits)
380381
- werdeil (1 commits)
381382
- Wynn Miller (anon) (1 commits)

tests/docker/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Calibre-Web Automated – fork of Calibre-Web
2+
# Copyright (C) 2018-2025 Calibre-Web contributors
3+
# Copyright (C) 2024-2025 Calibre-Web Automated contributors
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
# See CONTRIBUTORS for full list of authors.
6+

tests/integration/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Calibre-Web Automated – fork of Calibre-Web
2+
# Copyright (C) 2018-2025 Calibre-Web contributors
3+
# Copyright (C) 2024-2025 Calibre-Web Automated contributors
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
# See CONTRIBUTORS for full list of authors.
6+

tests/smoke/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Calibre-Web Automated – fork of Calibre-Web
2+
# Copyright (C) 2018-2025 Calibre-Web contributors
3+
# Copyright (C) 2024-2025 Calibre-Web Automated contributors
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
# See CONTRIBUTORS for full list of authors.
6+

tests/unit/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Calibre-Web Automated – fork of Calibre-Web
2+
# Copyright (C) 2018-2025 Calibre-Web contributors
3+
# Copyright (C) 2024-2025 Calibre-Web Automated contributors
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
# See CONTRIBUTORS for full list of authors.
6+

0 commit comments

Comments
 (0)