Create tests for old Python "utilities"
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 71
- Forks
- 27
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 33
Description
The Python "utilities" (standalone Python scripts in the PROCESS_ROOT/utilities dir) need to be tested, at least roughly, before they are incorporated into the process package. We want to ensure that these utilities continue to function correctly. #1274 may need to be completed first.
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.
Research direction
Check issue #1274 first, then inspect the standalone Python scripts in the PROCESS_ROOT/utilities directory and identify their current behavior and suitable test entry points. Add rough tests for the utilities and run the relevant Python test suite; done means the utilities' expected behavior is covered and the tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100