simvue-io / simvue-io/python-api
Fully test `run`
Open
@kzscisoft is already working on this.
Since May 9, 2024.
testing
- Dominant language
- Python
- Stars
- 4
- Forks
- 1
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 4
Description
There are a few things in run which are not currently tested (in tests/refactor/ or tests/unit) but should be:
- use the
filetypeparameter of.save - confirm attempting to save a file of size 0 causes a warning
- save a non-file object
- use
.save_directory - use
.save_file - use
.save_object - use
.save_all - use
.add_alerts - use
.create_alertwithsource="metrics" - use
.log_alert
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.