Fix tests that vary urls.py
Create a mixin class that can be used for tests that customize urls.py to force django to reload it, so that they don't break other tests.
Showing
- common/djangoapps/mitxmako/tests.py 3 additions, 6 deletionscommon/djangoapps/mitxmako/tests.py
- common/djangoapps/util/testing.py 34 additions, 0 deletionscommon/djangoapps/util/testing.py
- lms/djangoapps/django_comment_client/base/tests.py 14 additions, 1 deletionlms/djangoapps/django_comment_client/base/tests.py
- lms/envs/test.py 4 additions, 2 deletionslms/envs/test.py
common/djangoapps/util/testing.py
0 → 100644
Please register or sign in to comment