oslo.utils/oslo_utils/tests
Ben Nemec fde490f22d Expose eventlet Event wrapper class
We have a need to use the eventlet Event class directly in
oslo.service. Currently it is copy-pasted from this project, but
we now have a duplicate bug due to that so let's just expose it so
one copy can be used in both places.

This should be safe as the class implements a stdlib interface so
we can't really alter the API, and it's not really private since
instances of it are returned to users.

Change-Id: If8e7a41f9fe5573a780f9faabdbaf1326631d37a
Related-Change: https://review.openstack.org/558879
Related-Bug: 1800879
2018-11-01 20:53:53 +00: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 Expose eventlet Event wrapper class 2018-11-01 20:53:53 +00:00
test_excutils.py Remove moxstubout usage 2018-08-22 07:21:09 -04:00
test_fileutils.py Add method last_bytes in fileutils 2017-12-27 10:52:27 +08:00
test_fixture.py UUID sentinel 2018-08-28 12:55:33 +00: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 "Handle non-string keys appropriately" 2018-07-18 03:43:01 +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