Update test assets upon merge to main
Open
@timothy-nunn is already working on this.
Since Nov 5, 2025.
CI
Testing
- Dominant language
- Python
- Stars
- 71
- Forks
- 27
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 33
Description
Currently, there are 2 LT MFILEs that are tracked in PROCESS - one in the integration test data folder, and one in the unit test data folder. These files do not always get updated and variable renamings can be missed in these files.
These should be updated upon merge to main to reflect any code changes and be up to date.
One idea would be to not store MFILE assets but instead run a once through to create any MFILE assets that we need (as once through runs are quicker than running PROCESS entirely).
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.