diff options
| author | Jason Bittel | 2014-09-05 15:33:47 -0700 | 
|---|---|---|
| committer | Jason Bittel | 2014-09-05 15:33:47 -0700 | 
| commit | 959e23426088661e12f5c8c3fafc64da42d1fc24 (patch) | |
| tree | ea4a560b5a3e3ed6db3e5106fd8c564f8fc223c8 /tests | |
| parent | c8e475023c527f3ad22258c4ae0e0b5d992cb98b (diff) | |
| download | django-rest-framework-959e23426088661e12f5c8c3fafc64da42d1fc24.tar.bz2 | |
Move parser tests to correct directory
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_parsers.py | 4 | 
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 - - | 
