RTX Code Release (PI-4): T-Route Unit Test additions and cleanup #848
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.
Today, Raytheon demo'd the FIM-Services capability to:
This Pull Request contains features related to all unit tests within the
src/
directory. There will be an additional PR created to house all features related to integration tests within thetest/
directory.See #849 for the integration tests related to this deliverable
Additions
test/
dir using the Pydantic objects withinsrc/troute-config
src/troute-network
src/troute-routing
Removals
src/troute-network/tests/test_HYFeaturesNetwork.py
as the hydrofabric reference is outdated. Functionality is replaced in the integration tests-
src/troute-network/troute/test_qlat.py
as the Hydrofabric reference does not exist anymoresrc/troute-routing/test-framework-parity
as the config files to run this no longer exist and the functionality is replaced with the integration testssrc/troute-network/troute/network/reservoirs/test/test_compute_kernel.py
as the pyximport functionality is broken. Tests are addressed in the integration tests.Changes
src/troute-network/tests
tosrc/troute-network/test
to match patternssrc/troute-routing/troute/routing/test_compute.py
tosrc/troute-routing/test
Testing
Screenshots
Notes
Todos
Checklist
Testing checklist
Target Environment support
Accessibility
Other