Skip to content

Commit 0576c4c

Browse files
update naming
1 parent ea6581b commit 0576c4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

causal_testing/json_front/json_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def run_json_tests(self, effects: dict, estimators: dict, f_flag: bool = False,
121121
result = "passed"
122122

123123
msg = (
124-
f"Executing test: {test['name']} \n"
124+
f"Executing concrete test: {test['name']} \n"
125125
+ f"treatment variable: {test['treatment_variable']} \n"
126126
+ f"outcome_variable = {outcome_variable} \n"
127127
+ f"control value = {test['control_value']}, treatment value = {test['treatment_value']} \n"

tests/json_front_tests/test_json_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_run_json_tests_from_json(self):
127127
temp_out = reader.readlines()
128128
self.assertIn("failed", temp_out[-1])
129129

130-
def test_values_not_mutates(self):
130+
def test_run_concrete_json_testcase(self):
131131
example_test = {
132132
"tests": [
133133
{

0 commit comments

Comments
 (0)