Merge branch 'main' into redsun82/codegen-new-parent-child

This commit is contained in:
Paolo Tranquilli
2025-06-26 12:14:53 +02:00
1760 changed files with 18476 additions and 20807 deletions

View File

@@ -248,13 +248,6 @@ class ClassTester(TesterBase):
show_ql_class: bool = False
@dataclass
class PropertyTester(TesterBase):
template: ClassVar = "ql_test_property"
property: PropertyForTest
@dataclass
class MissingTestInstructions:
template: ClassVar = "ql_test_missing"