streamline test class#109
Merged
falconstryker merged 6 commits intoNASA-Planetary-Science:develfrom May 8, 2025
Merged
Conversation
falconstryker
added a commit
to falconstryker/AmesCAP
that referenced
this pull request
May 9, 2025
* added base test parent class for cleaner code * modified test_marsfiles and test_marsinterp to use base_test * modified tests for marscal marsformat marsplot * modified test_marsvars for base_test * adjusted short time lengths of dummy test files to work with test_marsfiles * cd to tests directory for actions Co-authored-by: Richard Urata <rurata@users.noreply.github.com>
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.
Added base_test.py that contains the basic test class and modified the test scripts to use the new parent class. also needed to consistently change directories to "tests" in the workflows to ensure base_test could be imported.