https://github.com/usds/ene-testing
https://github.com/usds/ene-testing
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/usds/ene-testing
- Owner: usds
- Created: 2024-04-25T19:31:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T00:03:43.000Z (over 1 year ago)
- Last Synced: 2025-06-02T03:47:17.010Z (about 1 year ago)
- Language: Puppet
- Size: 195 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Tests for Medicaid Systems
`generator.py` is a script that generates test case instances based on preconfigured test inputs (e.g. `testcase00001.yml`) as well as state configuration (e.g. `config_nj.yml`) and CMS-provided configuration (e.g. `fpl_tables.yml`).
# Usage
To run some sample tests, simply try `make test`.
Or to call the generator directly (not recommended): `python3 generator.py "config_aa.yml"` to run using state configuration AA.
# More Information
For more info see TODO