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

« back to all changes in this revision

Viewing changes to src/ubuntu_sso_saml/tests/test_processors.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:
7
7
import json
8
8
import time
9
9
import urllib
10
 
from lxml import etree
11
10
from StringIO import StringIO
12
11
from xml.dom import minidom
13
12
 
16
15
from django.test.utils import override_settings
17
16
from gargoyle.models import GLOBAL, Switch
18
17
from gargoyle.testutils import switches
 
18
from lxml import etree
19
19
from mock import patch
20
20
from pyquery import PyQuery
21
21
from saml2idp import codex, saml2idp_metadata
22
22
from saml2idp.base import get_time_string
23
 
from saml2idp.tests import salesforce, google_apps
 
23
from saml2idp.tests import google_apps, salesforce
 
24
from saml2idp.urls import deeplink_url_patterns
24
25
 
 
26
import identityprovider.urls
25
27
from identityprovider.models import (
26
28
    Account,
27
29
    EmailAddress,