Skip to content

Commit 38a1fa4

Browse files
committed
fix: pytest
1 parent 2a26864 commit 38a1fa4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/testing_tests/test_metamorphic_relations.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_should_not_cause_json_stub(self):
6262
"name": "X1 _||_ Z",
6363
"formula": "Z ~ X1",
6464
"alpha": 0.05,
65-
"skip": True,
65+
"skip": False,
6666
},
6767
)
6868

@@ -86,7 +86,7 @@ def test_should_not_cause_logistic_json_stub(self):
8686
"name": "X1 _||_ Z",
8787
"formula": "Z ~ X1",
8888
"alpha": 0.05,
89-
"skip": True,
89+
"skip": False,
9090
},
9191
)
9292

@@ -107,7 +107,7 @@ def test_should_cause_json_stub(self):
107107
"formula": "Z ~ X1",
108108
"treatment_variable": "X1",
109109
"name": "X1 --> Z",
110-
"skip": True,
110+
"skip": False,
111111
},
112112
)
113113

@@ -130,7 +130,7 @@ def test_should_cause_logistic_json_stub(self):
130130
"formula": "Z ~ X1",
131131
"treatment_variable": "X1",
132132
"name": "X1 --> Z",
133-
"skip": True,
133+
"skip": False,
134134
},
135135
)
136136

0 commit comments

Comments
 (0)