aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Bittel2014-09-05 15:33:47 -0700
committerJason Bittel2014-09-05 15:33:47 -0700
commit959e23426088661e12f5c8c3fafc64da42d1fc24 (patch)
treeea4a560b5a3e3ed6db3e5106fd8c564f8fc223c8
parentc8e475023c527f3ad22258c4ae0e0b5d992cb98b (diff)
downloaddjango-rest-framework-959e23426088661e12f5c8c3fafc64da42d1fc24.tar.bz2
Move parser tests to correct directory
-rw-r--r--tests/test_parsers.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_parsers.py b/tests/test_parsers.py
index bc84f1c7..3f2672df 100644
--- a/tests/test_parsers.py
+++ b/tests/test_parsers.py
@@ -1,4 +1,4 @@
-#-*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from rest_framework.compat import StringIO
@@ -137,5 +137,3 @@ class TestFileUploadParser(TestCase):
def __replace_content_disposition(self, disposition):
self.parser_context['request'].META['HTTP_CONTENT_DISPOSITION'] = disposition
-
-