Merged
Conversation
added 29 commits
October 3, 2016 16:00
…asetest to retrieve them
…r the interim). CDTest06 complete(ish); fails due to possible change in default behavior
Contributor
Author
|
Note: I'm going to be refactoring |
Contributor
Author
|
Also, you can run any test file individually using python. |
Contributor
Author
|
@dnadeau4 @doutriaux1 I'm totally ready for this to be merged now. |
cdscan moved to first so the test suite does not fail
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.
Adds testing to CDMS. To run tests, execute
python run_tests.pyfrom 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
testDRSerrors (the path used is just what was in the test_all_formats file when I got there). Not sure about thetestHDFtest; 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.