Add utility scripts for problem resource generation and testing#9
Conversation
- Implement `generateresources.py` to generate test plans and images for problems. - Create `lint` script for linting checks in a Docker container. - Introduce `problems.py` to manage problem loading and validation. - Develop `runtests.py` for running tests on problems with concurrent execution. - Add a sample configuration file `sample-config.yaml` for problem setup. - Implement `upload.py` to handle problem uploads to omegaUp, including zip creation and API interactions.
pabo99
left a comment
There was a problem hiding this comment.
The content of this PR is too extensive. Even so, we can try to address the suggestions so we can merge it and complete the tasks for the midterm evaluation.
…or for Git repository issues
@pabo99 , Also I have made all the changes you have asked for. |
No problem, the ideal approach would’ve been for the library to be up-to-date so we could’ve saved time setting everything up. Thanks for applying the fixes! |
Fixes: #8
generateresources.pyto generate test plans and images for problems.lintscript for linting checks in a Docker container.problems.pyto manage problem loading and validation.runtests.pyfor running tests on problems with concurrent execution.sample-config.yamlfor problem setup.upload.pyto handle problem uploads to omegaUp, including zip creation and API interactions.