-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Description:
We need to implement a comprehensive automated testing framework for our satellite software to ensure reliability, functionality, and performance. Automated testing will help in identifying bugs early, verifying software behavior under different conditions, and ensuring new code does not cause issues with old code.
Deliverable
- - select testing framework(probably pyTest)
- - unit tests for most functions and ensure coverage of as many edge cases as possible
- - integration tests to verify data exchange and simulate interactions between systems
- - Performance tests to find bottlenecks
- - regression tests to catch issues with new changes
- - GitHub CI integration
Resources
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress