Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reader configs having mismatched names between filename and config #187

Merged
merged 1 commit into from Feb 10, 2018

Conversation

djhoese
Copy link
Member

@djhoese djhoese commented Feb 9, 2018

This PR fixes the mismatches between reader config filenames and the name of the reader python object. It adds a test that reads the configs and compares the name in the YAML to the filename of the YAML config file. It uses a custom YAML importer to ignore all python imports so it tests all readers. This PR includes changing the names of a lot of readers so please give feedback on what is ok and what isn't.

  • Closes #xxxx
  • Tests added
  • Tests passed
  • Passes git diff origin/develop **/*py | flake8 --diff
  • Fully documented

@djhoese djhoese added the bug label Feb 9, 2018
@djhoese djhoese self-assigned this Feb 9, 2018
@coveralls
Copy link

coveralls commented Feb 9, 2018

Coverage Status

Coverage increased (+0.05%) to 57.795% when pulling a387964 on bugfix-reader-configs into a1e2ef9 on develop.

@djhoese djhoese merged commit 267eb83 into develop Feb 10, 2018
@djhoese djhoese deleted the bugfix-reader-configs branch February 10, 2018 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants