diff --git a/test/Calibre-Web TestSummary_Linux.html b/test/Calibre-Web TestSummary_Linux.html index f3629555..808669f0 100644 --- a/test/Calibre-Web TestSummary_Linux.html +++ b/test/Calibre-Web TestSummary_Linux.html @@ -37,20 +37,20 @@
Start Time: 2023-12-13 07:20:03
+Start Time: 2023-12-14 19:40:05
Stop Time: 2023-12-14 03:56:05
+Stop Time: 2023-12-15 02:26:13
Duration: 19h 34 min
+Duration: 5h 43 min
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 193, in test_backup_change_book_author - self.assertEqual(["Hector Gonçalves"], metadata['author']) -AssertionError: Lists differ: ['Hector Gonçalves'] != ['Frodo Beutlin', 'Norbert Halagal', 'Hector Gonçalves'] - -First differing element 0: -'Hector Gonçalves' -'Frodo Beutlin' - -Second list contains 2 additional elements. -First extra element 1: -'Norbert Halagal' - -- ['Hector Gonçalves'] -+ ['Frodo Beutlin', 'Norbert Halagal', 'Hector Gonçalves']-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 148, in test_backup_change_book_publisher - metadata = read_opf_metadata(meta_path) - File "/home/ozzie/Development/calibre-web-test/test/helper_func.py", line 621, in read_opf_metadata - time_string = soup.find("dc:date").contents[0] -AttributeError: 'NoneType' object has no attribute 'contents'-
Traceback (most recent call last): - File "/home/ozzie/Development/calibre-web-test/test/test_backup_metadata.py", line 109, in test_backup_change_book_series_index - metadata = read_opf_metadata(meta_path) - File "/home/ozzie/Development/calibre-web-test/test/helper_func.py", line 621, in read_opf_metadata - time_string = soup.find("dc:date").contents[0] -AttributeError: 'NoneType' object has no attribute 'contents'-
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_edit_books_metadata.py", line 90, in test_load_metadata + elif 'https://amazon.com/' == results[20]['source']: +IndexError: list index out of range+
Traceback (most recent call last): + File "/home/ozzie/Development/calibre-web-test/test/test_thumbnails.py", line 316, in test_sideloaded_book + self.assertAlmostEqual(diff(BytesIO(list_cover), BytesIO(old_list_cover), delete_diff_file=True), 0.0, +AssertionError: 0.0056308123249299725 != 0.0 within 0.0001 delta (0.0056308123249299725 difference)+