Skip to content

Commit 1802ab5

Browse files
committed
Pytest
1 parent f267d38 commit 1802ab5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/specification_tests/test_metamorphic_relations.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ def test_should_not_cause_json_stub(self):
118118
"expected_effect": {"Z": "NoEffect"},
119119
"mutations": ["X1"],
120120
"name": "X1 _||_ Z",
121-
"skip": False,
121+
"formula": "Z ~ X1",
122+
"skip": True,
122123
},
123124
)
124125

@@ -139,9 +140,10 @@ def test_should_cause_json_stub(self):
139140
"estimate_type": "coefficient",
140141
"estimator": "LinearRegressionEstimator",
141142
"expected_effect": {"Z": "SomeEffect"},
143+
"formula": "Z ~ X1",
142144
"mutations": ["X1"],
143145
"name": "X1 --> Z",
144-
"skip": False,
146+
"skip": True,
145147
},
146148
)
147149

0 commit comments

Comments
 (0)