-
Notifications
You must be signed in to change notification settings - Fork 2
Add utility scripts for problem resource generation and testing #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
Fixes: #8
generateresources.py
to generate test plans and images for problems.lint
script for linting checks in a Docker container.problems.py
to manage problem loading and validation.runtests.py
for running tests on problems with concurrent execution.sample-config.yaml
for problem setup.upload.py
to handle problem uploads to omegaUp, including zip creation and API interactions.