-
Notifications
You must be signed in to change notification settings - Fork 329
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
Add NotImplemented exception #494
Conversation
Any suggestions on how to fix the circular import? Or will the |
Linked issue / enhancement - #493 |
You could move the imports of the |
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.
Thanks for the PR!
Can you cover the changes by unit tests?
@OrangeTux, not sure why the mock is not being called to test an invalid action. Appreciate your assistance. Got it sorted, ready for your final review. |
I notice |
@OrangeTux @Jared-Newell-Mobility, Suggest amending to the following:
Let me know if you're happy with the existing changes proposed and whether to include this in the same PR or separately, if agreed to. |
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.
Almost there!
@drc38 Are you referring to this? Lines 220 to 223 in e452f5c
When a schema doesn't exists, an If a file is found, but it can't be parsed as JSON a Let's fix that in a seperate PR. |
Ok. Note with this PR the |
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.
Thanks!
See #426 for background discussion