summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/management
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_scripts/management')
-rw-r--r--tests/admin_scripts/management/commands/color_command.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/admin_scripts/management/commands/color_command.py b/tests/admin_scripts/management/commands/color_command.py
deleted file mode 100644
index 5a1c297762..0000000000
--- a/tests/admin_scripts/management/commands/color_command.py
+++ /dev/null
@@ -1,9 +0,0 @@
-from django.core.management.base import BaseCommand
-
-
-class Command(BaseCommand):
- help = "Test color output"
- requires_system_checks = False
-
- def handle(self, **options):
- return self.style.SQL_KEYWORD('BEGIN')