Fixes Test and Reports

This commit is contained in:
2025-06-03 02:20:15 -03:00
parent be7f04e20d
commit 25d8e68e95
4 changed files with 342 additions and 423 deletions

View File

@@ -13,6 +13,8 @@ class TestGenericTypeParser(TestCase):
self, name: str, properties: dict[str, any], required: bool = False
): ...
if hasattr(self, "InvalidGenericTypeParser"):
delattr(self, "InvalidGenericTypeParser")
self.InvalidGenericTypeParser = InvalidGenericTypeParser
def tearDown(self):