diff options
Diffstat (limited to 'xtesting/core/pytest.py')
-rw-r--r-- | xtesting/core/pytest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtesting/core/pytest.py b/xtesting/core/pytest.py index c1e2c4ca..a6735f17 100644 --- a/xtesting/core/pytest.py +++ b/xtesting/core/pytest.py @@ -95,7 +95,7 @@ class Pytest(testcase.TestCase): self.__logger.info( "\n\n %s \n", output.getvalue().splitlines()[-1].replace('=', '')) - self.details = Pytest.tests + self.details["tests"] = Pytest.tests if Pytest.passed + Pytest.failed: self.result = Pytest.passed / ( Pytest.passed + Pytest.failed) * 100 |