Loading docs/topics/testing/tools.txt +4 −0 Original line number Diff line number Diff line Loading @@ -1104,6 +1104,10 @@ The decorator can also be applied to test case classes:: the original ``LoginTestCase`` is still equally affected by the decorator. Finally, avoid aliasing your settings as module-level constants as ``override_settings()`` won't work on such values since they are only evaluated the first time the module is imported. You can also simulate the absence of a setting by deleting it after settings have been overriden, like this:: Loading Loading
docs/topics/testing/tools.txt +4 −0 Original line number Diff line number Diff line Loading @@ -1104,6 +1104,10 @@ The decorator can also be applied to test case classes:: the original ``LoginTestCase`` is still equally affected by the decorator. Finally, avoid aliasing your settings as module-level constants as ``override_settings()`` won't work on such values since they are only evaluated the first time the module is imported. You can also simulate the absence of a setting by deleting it after settings have been overriden, like this:: Loading