We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5809d commit f267d38Copy full SHA for f267d38
tests/specification_tests/test_metamorphic_relations.py
@@ -118,7 +118,7 @@ def test_should_not_cause_json_stub(self):
118
"expected_effect": {"Z": "NoEffect"},
119
"mutations": ["X1"],
120
"name": "X1 _||_ Z",
121
- "skip": True,
+ "skip": False,
122
},
123
)
124
@@ -141,7 +141,7 @@ def test_should_cause_json_stub(self):
141
"expected_effect": {"Z": "SomeEffect"},
142
143
"name": "X1 --> Z",
144
145
146
147
0 commit comments