You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After our lunch & learn in late February, we determined that a good way to begin using pytest-style testing in our Python suite would be to pick a test module that would (a) see a significant benefit from the rewrite, and (b) wouldn't be overwhelmingly difficult. One suggestion was the test modules in the grades app, where there is very heavy and repetitive patching.
Once a module is chosen, this issue should be updated
The text was updated successfully, but these errors were encountered:
ESTestCase is going to be a major blocker on refactoring our tests to pytest, so we should implement that behavior for pytest via fixtures and find a small module to refactor and use to verify.
Looks like search/permissions_test.py is a good target:
After our lunch & learn in late February, we determined that a good way to begin using pytest-style testing in our Python suite would be to pick a test module that would (a) see a significant benefit from the rewrite, and (b) wouldn't be overwhelmingly difficult. One suggestion was the test modules in the
grades
app, where there is very heavy and repetitive patching.Once a module is chosen, this issue should be updated
The text was updated successfully, but these errors were encountered: