summaryrefslogtreecommitdiff
path: root/tests/responses
diff options
context:
space:
mode:
Diffstat (limited to 'tests/responses')
-rw-r--r--tests/responses/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/responses/tests.py b/tests/responses/tests.py
index e5320f5af9..afdd4220fb 100644
--- a/tests/responses/tests.py
+++ b/tests/responses/tests.py
@@ -1,6 +1,7 @@
from django.http import HttpResponse
import unittest
+
class HttpResponseTests(unittest.TestCase):
def test_status_code(self):