oslo.utils/oslo_utils/tests
changxun e158c10ccb Fix exception with secretutils
1. There are some problems about the test method.
 problem 1:
  Unit tests may not cover our function, it depends on the python version
  that performed the test.
 problem 2:
  when using function 'constant_time_compare(first, second)', 'first' and
  'second' params are usually HMAC digest values, it is not appropriate to
  use utf-8 encoded values as mock data.

2. The previous commit `f1d332a` lead into a bug, but due to the problem 1
   and the problem 2, we did not find out the error.

Change-Id: I1c29bfe69f8eda60f3c5caaf3e5447dd5b69b108
Closes-Bug: #1772851
2018-05-24 18:55:24 +08:00
..
fake Make method import_versioned_module work 2016-10-12 16:51:52 +08:00
__init__.py Move files out of the namespace package 2015-01-06 17:07:36 -05:00
base.py Move files out of the namespace package 2015-01-06 17:07:36 -05:00
test_dictutils.py Create dictutils and add 'flatten_dict_to_keypairs' 2016-11-01 23:35:57 +08:00
test_eventletutils.py eventletutils: Fix behavior discrepency when reusing Events 2018-04-11 13:02:29 -04:00
test_excutils.py Fix flake8 issues 2016-06-17 07:51:19 +03:00
test_fileutils.py Add method last_bytes in fileutils 2017-12-27 10:52:27 +08:00
test_fixture.py Add TimeFixture 2015-01-16 16:19:54 -06:00
test_fnmatch.py Fix flake8 issues 2016-06-17 07:51:19 +03:00
test_imageutils.py Support json format output from qemu command 2016-06-20 01:21:14 +00:00
test_importutils.py Make method import_versioned_module work 2016-10-12 16:51:52 +08:00
test_netutils.py Add method to escape ipv6 ip addresses 2017-08-18 12:50:08 +01:00
test_reflection.py Add __ne__ built-in function 2016-10-17 08:51:06 +08:00
test_secretutils.py Fix exception with secretutils 2018-05-24 18:55:24 +08:00
test_specs_matcher.py Document specs_matcher.py functions 2018-01-30 10:10:26 -08:00
test_strutils.py Merge "Add a mixed mode parser to string_to_bytes" 2018-01-13 01:33:32 +00:00
test_timeutils.py Fix breaking unit tests due to iso8601 changes 2018-02-06 09:47:15 -08:00
test_uuidutils.py Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)' 2018-01-19 19:21:47 +08:00
test_versionutils.py versionutils: add version convert helper methods 2015-07-10 15:42:12 +08:00
tests_encodeutils.py Fix flake8 issues 2016-06-17 07:51:19 +03:00