D106: fix

This commit is contained in:
Jörg Thalheim
2025-08-20 21:09:15 +02:00
parent 05665b1c7e
commit 34816013ad
2 changed files with 20 additions and 0 deletions

View File

@@ -63,6 +63,8 @@ class AbstractLogger(ABC):
class JunitXMLLogger(AbstractLogger):
class TestCaseState:
"""State tracking for individual test cases in JUnit XML reports."""
def __init__(self) -> None:
self.stdout = ""
self.stderr = ""