Skip to content

Commit 226254f

Browse files
Update docstring
1 parent 6bfd530 commit 226254f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/json_front_tests/test_json_class.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616

1717
class TestJsonClass(unittest.TestCase):
18-
"""Test the CausalTestEngine workflow using observational data.
18+
"""Test the JSON frontend for the Causal Testing Framework (CTF)
1919
20-
The causal test engine (CTE) is the main workflow for the causal testing framework. The CTE takes a causal test case
21-
and a causal specification and computes the causal effect of the intervention on the outcome of interest.
20+
The JSON frontend is an alternative interface for the CTF where tests are specified in JSON format and ingested
21+
with the frontend. Tests involve testing that this correctly interfaces with the framework with some dummy data
2222
"""
2323

2424
def setUp(self) -> None:

0 commit comments

Comments
 (0)