Tests! #12
Merged
Tests! #12
Conversation
29 commits
Oct 3, 2016
added …asetest to retrieve them
…r the interim). CDTest06 complete(ish); fails due to possible change in default behavior
Note: I'm going to be refactoring |
Also, you can run any test file individually using python. |
@dnadeau4 @doutriaux1 I'm totally ready for this to be merged now. |
cdscan moved to first so the test suite does not fail
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.
Adds testing to CDMS. To run tests, execute
python run_tests.py
from the root directory. These will need a lot of cleaning up; the first 4-6 or so I exhaustively converted to "proper" unit tests, the last 20 or so I did not. On my machine, there are 5 failures and 2 errors.Errors:
We're missing a DRS test file, which is why
testDRS
errors (the path used is just what was in the test_all_formats file when I got there). Not sure about thetestHDF
test; the file is there, but for whatever reason it isn't working to open it.Failures:
These all look like things @dnadeau4 and @doutriaux1 should figure out, not me.