Skip to content

Commit 96bd79a

Browse files
author
AndrewC19
committed
Converted ... to pass for coverage.
1 parent c01ca35 commit 96bd79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

causal_testing/specification/metamorphic_relation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,14 @@ def execute_tests(self, data_collector: ExperimentalDataCollector):
9898
@abstractmethod
9999
def assertion(self, source_output, follow_up_output):
100100
"""An assertion that should be applied to an individual metamorphic test run."""
101-
...
101+
pass
102102

103103
@abstractmethod
104104
def test_oracle(self, test_results):
105105
"""A test oracle that assert whether the MR holds or not based on ALL test results.
106106
107107
This method must raise an assertion, not return a bool."""
108-
...
108+
pass
109109

110110
def __eq__(self, other):
111111
same_type = self.__class__ == other.__class__

0 commit comments

Comments
 (0)