-
Notifications
You must be signed in to change notification settings - Fork 9
Adding ratings_CDA_test.py and Additional resources #195
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
Conversation
Create ratings_test.py
Added JSONs and more properly setup the file
Update ratings_CDA_test.py
Update location.json
added changes
Enovotny
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good so far. have some comments
update based on comments
Update location.json
Switching to XML
Update ratings_CDA_test.py
Ratings cda test
Updated compatability
Update ratings_CDA_test.py
Update ratings_CDA_test.py
Ratings cda test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall looks good. Nice work getting those tests to complete. Have added some of the following
- formatting changes.
- additional asserts to test the .df in addition to the .json
- add tests for 2 other functions. get_rating_templates and get_rating_specs.
tlelv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like you said on call, the next I'll work on is the tables, as well as adding asserts for both the json and df to all tests if that works!
|
lets get all of these changes in so we can commit this pull request and be done with the templates and specs. Then create a new pull request for adding the rating tables. and testing those. |
let me get those changes in, I re-requested a bit early |
Enovotny
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are really close. one thing to keep in mind anything that is created in the a test needs to be removed. so we need a mechanism to remove the 2nd template/specs that are created. I created a test file for levels. check out what is done there. check out test_get_specified_levels(): in
|
Enovotny
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice work. Looks good. go ahead and merge.



No description provided.