forthfate / forthfate/openorbit
Add beginner-friendly automated test coverage
Open
good first issue
help wanted
testing
- Dominant language
- Python
- Stars
- 5
- Forks
- 10
- Avg merge
- 4h 24m
- Merged PRs (30d)
- 76
Description
## Goal
Add focused automated tests for one small, well-isolated OpenOrbit feature.
## Suggested scope
Choose one API or UI behavior that currently has limited coverage, then add a clear success case and one meaningful failure or edge case. Good candidates include asset deletion safeguards, telemetry trace shaping, or empty-state behavior.
## Acceptance criteria
- Tests are deterministic and do not require external credentials or network access.
- The test names explain the expected behavior.
- `PYTHONPATH=backend pytest -q` passes.
- Briefly document the chosen coverage in the pull request.
Contributor guide
Assessment
This issue has not been assessed yet.