File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -76,23 +76,6 @@ def test_setup_causal_specification(self):
76
76
self .json_class .setup ()
77
77
self .assertIsInstance (self .json_class .causal_specification , CausalSpecification )
78
78
79
- def test_abstract_test_case_generation (self ):
80
- self .json_class .setup ()
81
- effects = {"NoEffect" : NoEffect ()}
82
- mutates = None
83
- expected_effect = dict ({"test_output" : "NoEffect" })
84
- example_test = {
85
- "name" : "test1" ,
86
- "mutations" : {},
87
- "estimator" : None ,
88
- "estimate_type" : None ,
89
- "effect_modifiers" : [],
90
- "expectedEffect" : expected_effect ,
91
- "skip" : False ,
92
- }
93
- abstract_test_case = self .json_class ._create_abstract_test_case (example_test , mutates , effects )
94
- self .assertIsInstance (abstract_test_case , AbstractCausalTestCase )
95
-
96
79
def test_generate_tests_from_json (self ):
97
80
example_test = {
98
81
"tests" : [
You can’t perform that action at this time.
0 commit comments