Skip to content

Commit 05cc151

Browse files
committed
make sure exe shell tests does not install over django-admin
1 parent e978e6c commit 05cc151

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/shellcompletion/__init__.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -436,16 +436,6 @@ class _InstalledScriptCompleteTestCase(_CompleteTestCase):
436436
manage_script = "django-admin"
437437
launch_script = "django-admin"
438438

439-
@classmethod
440-
def setUpClass(cls):
441-
cls.install_script()
442-
super().setUpClass()
443-
444-
@classmethod
445-
def tearDownClass(cls):
446-
cls.remove_script()
447-
super().tearDownClass()
448-
449439
@classmethod
450440
def install_script(cls, script=None):
451441
if not script:

0 commit comments

Comments
 (0)