diff options
Diffstat (limited to 'tests/user_commands')
| -rw-r--r-- | tests/user_commands/tests.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/user_commands/tests.py b/tests/user_commands/tests.py index 25ab82baed..2d1f8f834d 100644 --- a/tests/user_commands/tests.py +++ b/tests/user_commands/tests.py @@ -234,9 +234,6 @@ class CommandRunTests(AdminScriptTestCase): """ Tests that need to run by simulating the command line, not by call_command. """ - def tearDown(self): - self.remove_settings('settings.py') - def test_script_prefix_set_in_commands(self): self.write_settings('settings.py', apps=['user_commands'], sdict={ 'ROOT_URLCONF': '"user_commands.urls"', |
