Subsystem Builder Test - #1301
Draft
nathanperreau wants to merge 18 commits into
Draft
nathanperreau wants to merge 18 commits into
nathanperreau wants to merge 18 commits into
Conversation
…ubsystemBuilder class to the test_dummy_subsystem, and am attempting to fully test out the API through the test_full_subsystem_api class.
…only fails with pre and post mission bus variable acquisition.
some fixes to the post_mission bus test
…ystem is passing information around properly through its setup of an Aviary problem
…ary into subsystem_builder_test
…reau/Aviary into subsystem_builder_test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR generates a new test for a full subsystem API. The objective of the test is to verify every subsystem function completes its functionality. Most existing subsystem builder testing verifies syntax intake, but not full funtionality.
The API test utilizes a 'FullSubsystemBuilder' that utilizes dummy variables for all subsystem builder functionality. This builder is added to the test_dummy_subsystem.py file.
Related Issues
Backwards incompatibilities
None
AI Usage
No AI usage