-
Notifications
You must be signed in to change notification settings - Fork 26
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
Make tests for the invoke module more stringent #56
Comments
Note that issue may be less of a concern once we go to a linting interface, as described in Issue #175. |
Think this would be a good issue for me to start on? I'm not sure if the linting interface lessened its importance, though. |
I think this is definitely still something that needs to be fixed, although depending on your confidence in understanding of the system you may want to start with a simpler issue -- this one will require some knowledge of how we create a |
Yes, good point. I wouldn't want to make any duplicates or unnecessary tests. What issue would be a |
I think the best places to start, issue-wise, may be #196 or #194. I'd also recommend just browsing the code and trying to understand how things work -- if you want to join the GatorEducation slack channel that would be a good place to learn and ask questions that might not be as issue-driven. If you do that you could probably start trying to tackle this one too, with a bit of help from @gkapfham @corlettim @schultzh @alexheinle and myself. |
Hi @sjones-gh, thanks for your interest in the project! Let us know if you have questions about picking an issue that you can start to work on as we are all glad to help. |
Current the tests in the
test_invoke
suite are achieving full statement coverage. However, the tests do not have stringent checks on the status of the function under test, likeinvoke.invoke_all_fragment_checks
. These tests should actually inspect the results of the report that is populated after performing the check and make sure that it contains the expected results.The text was updated successfully, but these errors were encountered: