forthfate / forthfate/openorbit

Add beginner-friendly automated test coverage

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.