PyTestLog2DB 0.3.0__py3-none-any.whl → 0.3.1__py3-none-any.whl

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.
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
  """
PyTestLog2DB/version.py CHANGED
@@ -18,6 +18,6 @@
18
18
  #
19
19
  # Version and date of PyTestLog2DB
20
20
  #
21
- VERSION = "0.3.0"
22
- VERSION_DATE = "07.05.2024"
21
+ VERSION = "0.3.1"
22
+ VERSION_DATE = "20.05.2024"
23
23
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: PyTestLog2DB
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Summary: Imports pytest result(s) to TestResultWebApp database
5
5
  Home-page: https://github.com/test-fullautomation/python-pytestlog2db
6
6
  Author: Tran Duy Ngoan
@@ -0,0 +1,11 @@
1
+ PyTestLog2DB/PyTestLog2DB.pdf,sha256=_SWxi7NpwGw5B5ST_PYTRlG3ThL9ZgDnogMXqeS1caw,520598
2
+ PyTestLog2DB/__init__.py,sha256=YKDTJjDsnQkr5X-gjjO8opwKUVKm6kc8sIUpURYMk48,596
3
+ PyTestLog2DB/__main__.py,sha256=YCrS2paaKQlHRlq2d_HKHnsQHs9uVudKN51L84mKd74,693
4
+ PyTestLog2DB/pytestlog2db.py,sha256=uy8brtKt54b2SeDylFrcPL5HvbOKZ0Ip0GVUsZcBe80,43712
5
+ PyTestLog2DB/version.py,sha256=CTc-wU56FDKToufjb5eraZi_hMlI64EDwByvf6UVPZE,917
6
+ PyTestLog2DB/xsd/junit.xsd,sha256=16vVXGy8p1afl2YbgX61g528x4x8Vy3Lf0qqKY9IAZs,6847
7
+ PyTestLog2DB-0.3.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
+ PyTestLog2DB-0.3.1.dist-info/METADATA,sha256=23IYCfYo0G4XywE-RkoF33A4lcTr35Ev9YO_Hgy8r5s,10956
9
+ PyTestLog2DB-0.3.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
10
+ PyTestLog2DB-0.3.1.dist-info/top_level.txt,sha256=WN8NnXKE7lkjhVq7yi3WQwIh54rVKUQdecci-Yy4pog,13
11
+ PyTestLog2DB-0.3.1.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- PyTestLog2DB/PyTestLog2DB.pdf,sha256=M0LrNIeIOSdgTZIzP2Lpog9xw83g8_xqz1qB5k8syEs,520412
2
- PyTestLog2DB/__init__.py,sha256=YKDTJjDsnQkr5X-gjjO8opwKUVKm6kc8sIUpURYMk48,596
3
- PyTestLog2DB/__main__.py,sha256=YCrS2paaKQlHRlq2d_HKHnsQHs9uVudKN51L84mKd74,693
4
- PyTestLog2DB/pytestlog2db.py,sha256=rTuhnJ4TjXvHYK9ZQB54NyfaW3ceIAj3fupxbd79Es8,43689
5
- PyTestLog2DB/version.py,sha256=GWunq0BI1lM6VVJXuPCBIQviyKWxScNMZz020laPbbY,917
6
- PyTestLog2DB/xsd/junit.xsd,sha256=16vVXGy8p1afl2YbgX61g528x4x8Vy3Lf0qqKY9IAZs,6847
7
- PyTestLog2DB-0.3.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
8
- PyTestLog2DB-0.3.0.dist-info/METADATA,sha256=Qip1xnZXcLJO-iunRNSa_StP4X1oiAYA6WgwvModRZc,10956
9
- PyTestLog2DB-0.3.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
10
- PyTestLog2DB-0.3.0.dist-info/top_level.txt,sha256=WN8NnXKE7lkjhVq7yi3WQwIh54rVKUQdecci-Yy4pog,13
11
- PyTestLog2DB-0.3.0.dist-info/RECORD,,