test_vizInterface
- test_vizInterface.test_vizInterface(show_plots, accuracy)[source]
Validation Test Description
This unit test script tests the vizInterface module. Though this module is largely hand-tested due to its interactive nature, this script tests the packed protobuffers that are produces in the saved binary file to ensure all elements are captured as expected.
Test Parameters
- Parameters:
accuracy (float) – absolute accuracy value used in the validation tests
- test_vizInterface.test_vizInterface_long_gravity_body_name_reset()[source]
Validation Test Description
This test verifies that
vizInterfacecan reset with a celestial body name longer than the fixedSpicePlanetStateMsgPayload.PlanetNamestorage. The full body name remains available to the Vizard protocol buffer path, while the default SPICE payload name must be copied without overflowing its backing array.