diff options
| author | kahnjw | 2013-12-06 14:52:39 -0800 |
|---|---|---|
| committer | kahnjw | 2013-12-06 14:52:39 -0800 |
| commit | 23db6c98495d7b3c18a3069c6cb770d5cbc18ee1 (patch) | |
| tree | dec9003eacb39906dffb7690640e0ebd694893f0 /rest_framework | |
| parent | 887da7f6c5a9e7b5007f5e4af32a6b93b18c70ea (diff) | |
| download | django-rest-framework-23db6c98495d7b3c18a3069c6cb770d5cbc18ee1.tar.bz2 | |
PEP8 Compliance
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/tests/test_throttling.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rest_framework/tests/test_throttling.py b/rest_framework/tests/test_throttling.py index 03127696..8c5eefe9 100644 --- a/rest_framework/tests/test_throttling.py +++ b/rest_framework/tests/test_throttling.py @@ -277,6 +277,7 @@ class ScopedRateThrottleTests(TestCase): response = self.unscoped_view(request) self.assertEqual(200, response.status_code) + class XffTestingBase(TestCase): def setUp(self): |
