diff --git a/test/Calibre-Web TestSummary_Windows.html b/test/Calibre-Web TestSummary_Windows.html index e964e79e..ca18b279 100644 --- a/test/Calibre-Web TestSummary_Windows.html +++ b/test/Calibre-Web TestSummary_Windows.html @@ -37,20 +37,20 @@
-

Start Time: 2020-10-11 15:27:15

+

Start Time: 2020-10-13 18:18:13

-

Stop Time: 2020-10-11 16:40:06

+

Stop Time: 2020-10-13 20:20:18

-

Duration: 59:13 min

+

Duration: 1h 31 min

@@ -234,82 +234,50 @@ - - TestCli - 7 - 6 + + _ErrorHolder + 3 0 0 - 1 + 3 + 0 - Detail + Detail - + -
TestCli - test_already_started
- - PASS - - - - - - -
TestCli - test_bind_to_single_interface
- - PASS - - - - - - -
TestCli - test_cli_SSL_files
- - PASS - - - - - - -
TestCli - test_cli_different_folder
- - PASS - - - - - - -
TestCli - test_cli_different_settings_database
- - PASS - - - - - - -
TestCli - test_cli_gdrive_location
+
setUpClass (test_cli)
- SKIP + ERROR
- @@ -975,7 +624,7 @@ ModuleNotFoundError: No module named 'public' -
_FailedTest - test_email_STARTTLS
+
TestEbookConvertGDrive - test_convert_failed_and_email
@@ -989,21 +638,12 @@ ModuleNotFoundError: No module named 'public' aria-hidden="true">×
-
ImportError: Failed to import test module: test_email_STARTTLS
-Traceback (most recent call last):
-  File "C:\python38\lib\unittest\loader.py", line 436, in _find_test_path
-    module = self._get_module_from_name(name)
-  File "C:\python38\lib\unittest\loader.py", line 377, in _get_module_from_name
-    __import__(name)
-  File "C:\Entwicklung\calibre-web-test\test\test_email_STARTTLS.py", line 6, in 
-    from helper_email_convert import AIOSMTPServer
-  File "C:\Entwicklung\calibre-web-test\test\helper_email_convert.py", line 9, in 
-    from aiosmtpd.controller import Controller
-  File "C:\Entwicklung\calibre-web-test\test\aiosmtpd\controller.py", line 7, in 
-    from aiosmtpd.smtp import SMTP
-  File "C:\Entwicklung\calibre-web-test\test\aiosmtpd\smtp.py", line 12, in 
-    from public import public
-ModuleNotFoundError: No module named 'public'
+
Traceback (most recent call last):
+  File "C:\Entwicklung\calibre-web-test\test\test_ebook_convert_gdrive.py", line 208, in test_convert_failed_and_email
+    fs.move(orig_file, moved_file, overwrite=True)
+  File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\fs\googledrivefs\googledrivefs.py", line 466, in move
+    raise ResourceNotFound(src_path)
+fs.errors.ResourceNotFound: resource 'test\Leo Baskerville\book8 (8)\book8 - Leo Baskerville.epub' not found
@@ -1015,7 +655,7 @@ ModuleNotFoundError: No module named 'public' -
_FailedTest - test_email_ssl
+
TestEbookConvertGDrive - test_convert_failed_and_email
@@ -1029,21 +669,20 @@ ModuleNotFoundError: No module named 'public' aria-hidden="true">×
-
ImportError: Failed to import test module: test_email_ssl
-Traceback (most recent call last):
-  File "C:\python38\lib\unittest\loader.py", line 436, in _find_test_path
-    module = self._get_module_from_name(name)
-  File "C:\python38\lib\unittest\loader.py", line 377, in _get_module_from_name
-    __import__(name)
-  File "C:\Entwicklung\calibre-web-test\test\test_email_ssl.py", line 11, in 
-    from helper_email_convert import AIOSMTPServer
-  File "C:\Entwicklung\calibre-web-test\test\helper_email_convert.py", line 9, in 
-    from aiosmtpd.controller import Controller
-  File "C:\Entwicklung\calibre-web-test\test\aiosmtpd\controller.py", line 7, in 
-    from aiosmtpd.smtp import SMTP
-  File "C:\Entwicklung\calibre-web-test\test\aiosmtpd\smtp.py", line 12, in 
-    from public import public
-ModuleNotFoundError: No module named 'public'
+
Traceback (most recent call last):
+  File "C:\Entwicklung\calibre-web-test\test\test_ebook_convert_gdrive.py", line 128, in tearDown
+    if not self.check_user_logged_in('admin'):
+  File "C:\Entwicklung\calibre-web-test\test\helper_ui.py", line 91, in check_user_logged_in
+    user_element = cls.check_element_on_page((By.ID, "top_user"))
+  File "C:\Entwicklung\calibre-web-test\test\helper_ui.py", line 632, in check_element_on_page
+    el = WebDriverWait(cls.driver, timeout).until(EC.presence_of_element_located(element))
+  File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\support\wait.py", line 71, in until
+    value = method(self._driver)
+  File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\support\expected_conditions.py", line 64, in __call__
+    return _find_element(driver, self.locator)
+  File "C:\Entwicklung\calibre-web-test\test\venv\lib\site-packages\selenium\webdriver\support\expected_conditions.py", line 411, in _find_element
+    return driver.find_element(*by)
+AttributeError: 'NoneType' object has no attribute 'find_element'
@@ -1055,7 +694,7 @@ ModuleNotFoundError: No module named 'public' -
_FailedTest - test_register
+
TestEbookConvertGDrive - test_convert_only
@@ -1069,21 +708,257 @@ ModuleNotFoundError: No module named 'public' aria-hidden="true">×
-
ImportError: Failed to import test module: test_register
-Traceback (most recent call last):
-  File "C:\python38\lib\unittest\loader.py", line 436, in _find_test_path
-    module = self._get_module_from_name(name)
-  File "C:\python38\lib\unittest\loader.py", line 377, in _get_module_from_name
-    __import__(name)
-  File "C:\Entwicklung\calibre-web-test\test\test_register.py", line 4, in 
-    from helper_email_convert import AIOSMTPServer
-  File "C:\Entwicklung\calibre-web-test\test\helper_email_convert.py", line 9, in 
-    from aiosmtpd.controller import Controller
-  File "C:\Entwicklung\calibre-web-test\test\aiosmtpd\controller.py", line 7, in 
-    from aiosmtpd.smtp import SMTP
-  File "C:\Entwicklung\calibre-web-test\test\aiosmtpd\smtp.py", line 12, in 
-    from public import public
-ModuleNotFoundError: No module named 'public'
+
Traceback (most recent call last):
+  File "C:\Entwicklung\calibre-web-test\test\test_ebook_convert_gdrive.py", line 255, in test_convert_only
+    task_len = len(self.check_tasks())
+TypeError: object of type 'bool' has no len()
+
+
+ + + + + + + + + +
TestEbookConvertGDrive - test_convert_only
+ + +
+ ERROR +
+ + + + + + + + + + +
TestEbookConvertGDrive - test_convert_parameter
+ + +
+ ERROR +
+ + + + + + + + + + +
TestEbookConvertGDrive - test_convert_parameter
+ + +
+ ERROR +
+ + + + + + + + + + +
TestEbookConvertGDrive - test_email_failed
+ + +
+ ERROR +
+ + + + + + + + + + +
TestEbookConvertGDrive - test_email_failed
+ + +
+ ERROR +
+ + + + + + + + + + +
TestEbookConvertGDrive - test_email_only
+ + +
+ ERROR +
+ + + + + + + + + + +
TestEbookConvertGDrive - test_email_only
+ + +
+ ERROR +
+ + @@ -1094,12 +969,12 @@ ModuleNotFoundError: No module named 'public' - + TestEditAdditionalBooks 12 - 0 - 0 10 + 0 + 0 2 Detail @@ -1108,932 +983,92 @@ ModuleNotFoundError: No module named 'public' - +
TestEditAdditionalBooks - test_change_upload_formats
- -
- ERROR -
- - - - + PASS - +
TestEditAdditionalBooks - test_delete_book
- -
- ERROR -
- - - - + PASS - +
TestEditAdditionalBooks - test_delete_role
- -
- ERROR -
- - - - + PASS - +
TestEditAdditionalBooks - test_edit_book_identifier
- -
- ERROR -
- - - - + PASS - +
TestEditAdditionalBooks - test_edit_book_identifier_capital
- -
- ERROR -
- - - - + PASS - +
TestEditAdditionalBooks - test_edit_book_identifier_standard
- -
- ERROR -
- - - - + PASS - +
TestEditAdditionalBooks - test_edit_special_book_identifier
- -
- ERROR -
- - - - + PASS - +
TestEditAdditionalBooks - test_upload_edit_role
- -
- ERROR -
- - - - + PASS - +
TestEditAdditionalBooks - test_upload_metadata_cbr
- -
- ERROR -
- - - - + PASS - +
TestEditAdditionalBooks - test_upload_metadata_cbt
- -
- ERROR -
- - - - + PASS @@ -2091,12 +1126,12 @@ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=5377 - + TestEditBooks 33 - 27 + 30 1 - 3 + 0 2 Detail @@ -2114,31 +1149,11 @@ urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=5377 - +
TestEditBooks - test_edit_author
- -
- ERROR -
- - - - + PASS @@ -2277,62 +1292,20 @@ AttributeError: 'bool' object has no attribute 'get_attribute' - +
TestEditBooks - test_edit_series
- -
- ERROR -
- - - - + PASS - +
TestEditBooks - test_edit_title
- -
- ERROR -
- - - - + PASS @@ -2561,13 +1534,13 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye - + TestEditBooksOnGdrive 19 0 0 - 0 19 + 0 Detail @@ -2575,23 +1548,28 @@ AssertionError: False is not true : Browser-Cache Problem: Old Cover is displaye - +
TestEditBooksOnGdrive - test_download_book
- SKIP + ERROR
-