An open API service indexing awesome lists of open source software.

https://github.com/usds/ene-testing


https://github.com/usds/ene-testing

Last synced: 10 months ago
JSON representation

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