Completed
Comparing Spacecraft and Web Services
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Testing Spacecraft with Pytest
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Comparing Spacecraft and Web Services
- 3 Volume and Criticality
- 4 Lessons from Ariane 5
- 5 Lessons from LightSail
- 6 Verification is a Prediction
- 7 Confidence In Your Prediction
- 8 How Much Confidence Do We Need?
- 9 Approach to Gaining Confidence
- 10 Capsule Interfaces with Bus
- 11 Capsule HITL Testbed
- 12 AutoHITL Sequence of Events
- 13 Pytest Fixtures
- 14 AutoHITL with Pytest Scoped Fixtures
- 15 Overriding Fixtures for Different Testbeds
- 16 Parametrized Tests
- 17 Parametrized Fixtures
- 18 Awaiting on the Telemetry Stream
- 19 TelemetryBuffer
- 20 Future Improvements