python-openstackclient/openstackclient/tests/functional/identity/v3
Eric Fried f1d742f32a Fix functional tests for py3
Fix various things so the functional tests will work under python3:

- A hashlib.md5() can only be update()d with an encoded string in py3.
- There's no dict.iteritems(), change to dict.items() (which is already
  an iterator).
- Open temp files with 'w+' mode rather than the default 'w+b' (as an
  alternative to encoding all the write and expected-read payloads as
  bytes).
- (This is a weird one) Explicitly raise SkipTest from unittest (rather
  than unittest2, which is where cls.skipException landed). Not sure why
  this is busted, but this moves the ball.

Change-Id: Ic9b2b47848a600e87a3674289ae7ae8c3e091fee
2019-10-31 00:17:35 +00:00
..
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
common.py Fix functional tests for py3 2019-10-31 00:17:35 +00:00
test_application_credential.py Add CRUD support for application credentials 2018-01-30 21:50:01 +01:00
test_catalog.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
test_domain.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
test_endpoint.py Add support for endpoing filter commands 2017-11-21 07:58:48 +01:00
test_group.py Modify error handling for role and group commands 2017-02-09 19:49:55 +08:00
test_idp.py add domain id to expected IdP fields, unskip tests 2017-01-07 00:24:52 -05:00
test_limit.py Use os-cloud instead of OS env vars for functional tests 2019-01-10 14:21:03 +00:00
test_project.py Fix --parents and --children options in project show 2017-02-09 19:24:55 +08:00
test_region.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
test_registered_limit.py Use os-cloud instead of OS env vars for functional tests 2019-01-10 14:21:03 +00:00
test_role.py Remove deprecated identity commands and args 2019-05-19 12:54:33 -05:00
test_service.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
test_service_provider.py flake8-import-order: Ensure to place project imports last 2017-08-22 21:38:07 +00:00
test_token.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
test_user.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00