~ubuntuone-pqm-team/python-keystoneclient/trunk

« back to all changes in this revision

Viewing changes to keystoneclient/tests/unit/test_https.py

  • Committer: Douglas Mendizábal
  • Author(s): OpenStack Release Bot
  • Date: 2022-03-04 16:43:46 UTC
  • Revision ID: git-v1:8d8c31e5008326520206804fbdabf96993ab0c45
Update master for stable/xena

Add file to the reno documentation build to show release notes for
stable/xena.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/xena.

Sem-Ver: feature
Change-Id: Id7127c22dd9865c8ac08a1239f0ba483b9dacddc

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#    License for the specific language governing permissions and limitations
11
11
#    under the License.
12
12
 
13
 
import mock
14
13
import requests
 
14
from unittest import mock
15
15
 
16
16
from keystoneclient import httpclient
17
17
from keystoneclient.tests.unit import utils