测试人员 : 翟会涛
开始时间 : 2020-11-05 20:20:07
合计耗时 : 0:00:00.391475
测试结果 : 共 14,通过 1,错误 13,通过率= 7.14%
TKIO接口自动化测试用例
概要{ 7.14% } 失败{ 0 } 通过{ 1 } 所有{ 14 }
用例集/测试用例 | 总计 | 通过 | 失败 | 错误 | 详细 |
unittest.loader._FailedTest | 13 | 0 | 0 | 13 | 详细 |
test_click |
ft1_1: ImportError: Failed to import test module: android_click.test_click Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_click/test_click.py", line 10, in <module> from config.envcfg import click_url ModuleNotFoundError: No module named 'config' |
||||
test_adclick |
ft1_2: ImportError: Failed to import test module: android_events.test_adclick Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_events/test_adclick.py", line 12, in <module> from config.envcfg import prod_event_url, headers, event_interface ModuleNotFoundError: No module named 'config' |
||||
test_adshow |
ft1_3: ImportError: Failed to import test module: android_events.test_adshow Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_events/test_adshow.py", line 12, in <module> from config.envcfg import prod_event_url, headers, event_interface ModuleNotFoundError: No module named 'config' |
||||
test_appduration |
ft1_4: ImportError: Failed to import test module: android_events.test_appduration Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_events/test_appduration.py", line 12, in <module> from config.envcfg import prod_event_url, headers, event_interface ModuleNotFoundError: No module named 'config' |
||||
test_batchUpload |
ft1_5: ImportError: Failed to import test module: android_events.test_batchUpload Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_events/test_batchUpload.py", line 13, in <module> from config.envcfg import prod_event_url, headers ModuleNotFoundError: No module named 'config' |
||||
test_custom |
ft1_6: ImportError: Failed to import test module: android_events.test_custom Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_events/test_custom.py", line 11, in <module> from config.envcfg import prod_event_url, headers, event_interface ModuleNotFoundError: No module named 'config' |
||||
test_install |
ft1_7: ImportError: Failed to import test module: android_events.test_install Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_events/test_install.py", line 11, in <module> from config.envcfg import prod_event_url, event_interface, headers ModuleNotFoundError: No module named 'config' |
||||
test_login |
ft1_8: ImportError: Failed to import test module: android_events.test_login Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_events/test_login.py", line 13, in <module> from config.envcfg import prod_event_url, headers, event_interface ModuleNotFoundError: No module named 'config' |
||||
test_pageduration |
ft1_9: ImportError: Failed to import test module: android_events.test_pageduration Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_events/test_pageduration.py", line 13, in <module> from config.envcfg import prod_event_url, headers, event_interface ModuleNotFoundError: No module named 'config' |
||||
test_payment |
ft1_10: ImportError: Failed to import test module: android_events.test_payment Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_events/test_payment.py", line 12, in <module> from config.envcfg import prod_event_url, headers, event_interface ModuleNotFoundError: No module named 'config' |
||||
test_payorder |
ft1_11: ImportError: Failed to import test module: android_events.test_payorder Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_events/test_payorder.py", line 12, in <module> from config.envcfg import prod_event_url, headers, event_interface ModuleNotFoundError: No module named 'config' |
||||
test_register |
ft1_12: ImportError: Failed to import test module: android_events.test_register Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_events/test_register.py", line 13, in <module> from config.envcfg import prod_event_url, headers, event_interface ModuleNotFoundError: No module named 'config' |
||||
test_startup |
ft1_13: ImportError: Failed to import test module: android_events.test_startup Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name __import__(name) File "/Users/zhaihuitao/PycharmProjects/TKIO/interfaceTest/testcase/android_events/test_startup.py", line 12, in <module> from config.envcfg import prod_event_url, headers, event_interface ModuleNotFoundError: No module named 'config' |
||||
android_events.test_gettime.gettimeTestCase | 1 | 1 | 0 | 0 | 详细 |
testgettime |
pt2_1: {"ts":1604578807751,"status":0} |
||||
总计 | 14 | 1 | 0 | 13 | 通过率:7.14% |