Skip to content

Subsystem Builder Test - #1301

Draft
nathanperreau wants to merge 18 commits into
OpenMDAO:mainfrom
nathanperreau:subsystem_builder_test
Draft

nathanperreau wants to merge 18 commits into
OpenMDAO:mainfrom
nathanperreau:subsystem_builder_test

Conversation

@nathanperreau

Copy link
Copy Markdown
Contributor

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

nathanperreau and others added 18 commits June 26, 2026 14:24
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add test to verify every function of subsystem builder

3 participants