PyTestLog2DB 0.3.0__tar.gz → 0.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/PKG-INFO +1 -1
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/PyTestLog2DB/PyTestLog2DB.pdf +0 -0
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/PyTestLog2DB/pytestlog2db.py +1 -1
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/PyTestLog2DB/version.py +2 -2
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/PyTestLog2DB.egg-info/PKG-INFO +1 -1
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/LICENSE +0 -0
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/PyTestLog2DB/__init__.py +0 -0
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/PyTestLog2DB/__main__.py +0 -0
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/PyTestLog2DB/xsd/junit.xsd +0 -0
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/PyTestLog2DB.egg-info/SOURCES.txt +0 -0
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/PyTestLog2DB.egg-info/dependency_links.txt +0 -0
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/PyTestLog2DB.egg-info/requires.txt +0 -0
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/PyTestLog2DB.egg-info/top_level.txt +0 -0
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/README.rst +0 -0
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/setup.cfg +0 -0
- {PyTestLog2DB-0.3.0 → PyTestLog2DB-0.3.1}/setup.py +0 -0
|
Binary file
|
|
@@ -678,7 +678,7 @@ Get test result from provided Testcase object.
|
|
|
678
678
|
traceback_log = f"This test is skipped."
|
|
679
679
|
return_code = 20
|
|
680
680
|
|
|
681
|
-
return (main_result, base64.b64encode(traceback_log.encode()), return_code)
|
|
681
|
+
return (main_result, str(base64.b64encode(traceback_log.encode()), encoding='utf-8'), return_code)
|
|
682
682
|
|
|
683
683
|
def process_component_info(dConfig, sTestClassname):
|
|
684
684
|
"""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|