~roadmr/canonical-identity-provider/fix-deprecation-warnings-1

« back to all changes in this revision

Viewing changes to src/api/v11/tests/test_handlers.py

  • Committer: Tom Wardill
  • Date: 2018-02-14 14:05:59 UTC
  • mfrom: (1602 work)
  • mto: (1597.1.44 django-1.10)
  • mto: This revision was merged to the branch mainline in revision 1603.
  • Revision ID: tom.wardill@canonical.com-20180214140559-ow5txzwy46nopws2
Merge flake8 changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
from django.conf import settings
10
10
from mock import patch
11
11
 
 
12
from api.v10.tests import test_handlers
 
13
from api.v10.tests.utils import http_authorization_extra
12
14
from identityprovider.tests import DEFAULT_USER_PASSWORD
13
15
from identityprovider.tests.utils import SSOBaseTestCase
14
16
 
15
 
from api.v10.tests.utils import http_authorization_extra
16
 
from api.v10.tests import test_handlers
17
 
 
18
17
 
19
18
class Authentication11TestCase(test_handlers.AuthenticationTestCase):
20
19