summaryrefslogtreecommitdiff
path: root/tests/regressiontests/bash_completion
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regressiontests/bash_completion')
-rw-r--r--tests/regressiontests/bash_completion/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/bash_completion/tests.py b/tests/regressiontests/bash_completion/tests.py
index f9670346a1..0206c37482 100644
--- a/tests/regressiontests/bash_completion/tests.py
+++ b/tests/regressiontests/bash_completion/tests.py
@@ -9,6 +9,7 @@ from django.conf import settings
from django.core.management import ManagementUtility
from django.utils import unittest
+
class BashCompletionTests(unittest.TestCase):
"""
Testing the Python level bash completion code.