CITCOM-project / CITCOM-project/CausalTestingFramework
Improve test "generate and run" API
Open
@jmafoster1 is already working on this.
Since Jul 10, 2026.
enhancement
- Dominant language
- Python
- Stars
- 20
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Current API expects a 2 step process in which users first generate tests from a DAG, save these to JSON, and then load in data, tests, and DAG in a separate process. Increasingly, I'm finding that I just load in DAG and data and want to generate and run tests from just that. We should try to improve this workflow. In particular, I think we should get rid of the CausalTestingPaths class and revamp the setup method in main.py.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.