pytest-argus-reporter 0.15.8__py3-none-any.whl → 0.15.10__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.
- {pytest_argus_reporter-0.15.8.dist-info → pytest_argus_reporter-0.15.10.dist-info}/METADATA +1 -1
- pytest_argus_reporter-0.15.10.dist-info/RECORD +7 -0
- pytest_argus_reporter.py +5 -1
- pytest_argus_reporter-0.15.8.dist-info/RECORD +0 -7
- {pytest_argus_reporter-0.15.8.dist-info → pytest_argus_reporter-0.15.10.dist-info}/WHEEL +0 -0
- {pytest_argus_reporter-0.15.8.dist-info → pytest_argus_reporter-0.15.10.dist-info}/entry_points.txt +0 -0
- {pytest_argus_reporter-0.15.8.dist-info → pytest_argus_reporter-0.15.10.dist-info}/licenses/LICENSE +0 -0
- {pytest_argus_reporter-0.15.8.dist-info → pytest_argus_reporter-0.15.10.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
pytest_argus_reporter.py,sha256=GExc8YoXPGLbOTlbhCecYMKAab9pTfA9Q4p4EAGflew,18628
|
|
2
|
+
pytest_argus_reporter-0.15.10.dist-info/licenses/LICENSE,sha256=djOu5-7Oc8o2RPy-I6wE2Rk6-B8YAcSZHa9pmB0AGII,11344
|
|
3
|
+
pytest_argus_reporter-0.15.10.dist-info/METADATA,sha256=YcIGRz75myF6ec0E8c4YXUdbbCUFCz7mX2jneGjEhFM,7546
|
|
4
|
+
pytest_argus_reporter-0.15.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
pytest_argus_reporter-0.15.10.dist-info/entry_points.txt,sha256=Wp7FlYWgk_xRYY-Wb-CIadXAETjdf5UqkmfJekB2A10,50
|
|
6
|
+
pytest_argus_reporter-0.15.10.dist-info/top_level.txt,sha256=BsaFLrUPaNOaaOipyUXR2oLHZOZxzEsfYNEClplX8co,22
|
|
7
|
+
pytest_argus_reporter-0.15.10.dist-info/RECORD,,
|
pytest_argus_reporter.py
CHANGED
|
@@ -183,7 +183,11 @@ class ArgusReporter(object): # pylint: disable=too-many-instance-attributes
|
|
|
183
183
|
|
|
184
184
|
@cached_property
|
|
185
185
|
def argus_client(self):
|
|
186
|
-
return ArgusGenericClient(
|
|
186
|
+
return ArgusGenericClient(
|
|
187
|
+
auth_token=self.api_key,
|
|
188
|
+
base_url=self.base_url,
|
|
189
|
+
extra_headers=self.extra_headers,
|
|
190
|
+
)
|
|
187
191
|
|
|
188
192
|
def append_test_data(self, request, test_data):
|
|
189
193
|
self.test_data[request.node.nodeid].update(**test_data)
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
pytest_argus_reporter.py,sha256=xpjxW3j5CYtdPIC0AecX_8oqAG2gx0uy-FACGoGeBAM,18581
|
|
2
|
-
pytest_argus_reporter-0.15.8.dist-info/licenses/LICENSE,sha256=djOu5-7Oc8o2RPy-I6wE2Rk6-B8YAcSZHa9pmB0AGII,11344
|
|
3
|
-
pytest_argus_reporter-0.15.8.dist-info/METADATA,sha256=s2dndvNPfjaKVgVQrCWR9SNKu9OgYOFNypMBcXzUBTE,7545
|
|
4
|
-
pytest_argus_reporter-0.15.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
-
pytest_argus_reporter-0.15.8.dist-info/entry_points.txt,sha256=Wp7FlYWgk_xRYY-Wb-CIadXAETjdf5UqkmfJekB2A10,50
|
|
6
|
-
pytest_argus_reporter-0.15.8.dist-info/top_level.txt,sha256=BsaFLrUPaNOaaOipyUXR2oLHZOZxzEsfYNEClplX8co,22
|
|
7
|
-
pytest_argus_reporter-0.15.8.dist-info/RECORD,,
|
|
File without changes
|
{pytest_argus_reporter-0.15.8.dist-info → pytest_argus_reporter-0.15.10.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{pytest_argus_reporter-0.15.8.dist-info → pytest_argus_reporter-0.15.10.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{pytest_argus_reporter-0.15.8.dist-info → pytest_argus_reporter-0.15.10.dist-info}/top_level.txt
RENAMED
|
File without changes
|