testhide-pytest-plugin 0.2.3__tar.gz → 0.2.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: testhide-pytest-plugin
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: A pytest plugin for creating incremental XML test reports for Testhide system.
5
5
  Author-email: Mykola Kovhanko <thuesdays@gmail.com>
6
6
  License: MIT License
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
 
7
7
  [project]
8
8
  name = "testhide-pytest-plugin"
9
- version = "0.2.3"
9
+ version = "0.2.4"
10
10
  authors = [
11
11
  { name="Mykola Kovhanko", email="thuesdays@gmail.com" },
12
12
  ]
@@ -195,7 +195,6 @@ class TesthidePlugin:
195
195
 
196
196
  filepath, line, _ = report.location
197
197
  name = item.originalname if hasattr(item, 'originalname') else item.name
198
- name = name.split('[')[0]
199
198
  classname_path = report.nodeid.split('::')
200
199
  if len(classname_path) > 2:
201
200
  classname = ".".join(classname_path[:-1]).replace('/', '.')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: testhide-pytest-plugin
3
- Version: 0.2.3
3
+ Version: 0.2.4
4
4
  Summary: A pytest plugin for creating incremental XML test reports for Testhide system.
5
5
  Author-email: Mykola Kovhanko <thuesdays@gmail.com>
6
6
  License: MIT License