Commit 899b05c7 authored by Arnaud Fontaine's avatar Arnaud Fontaine

simulation: Add getTestedPropertyList() is still widely used so define it for compatibility sake.

Followup of: "simulation: improve equivalence testers explanations messages".
parent 035530d4
......@@ -230,3 +230,6 @@ class EquivalenceTesterMixin:
if len(tested_property) == 1:
setattr(self, 'tested_property', tested_property[0])
return self._baseGetTestedProperty()
def getTestedPropertyList(self):
return [self.getTestedProperty()]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment