oslo.messaging/oslo_messaging
Victor Stinner 72c501454e Use unittest.mock on Python 3
The mock module has been added to Python 3.3 as unittest.mock.

The third party mock module doesn't seem to be maintained anymore: the
last commit was in April 2013.

unittest.mock is more recent, has less bugs and is compatible with
Python 3.4. There are bugs on Python 3 in the third party mock module,
examples:

* https://code.google.com/p/mock/issues/detail?id=225
* https://code.google.com/p/mock/issues/detail?id=234

Oslo Messaging hits these issues when running tests on Python 3.4.

Import oslotest to setup six.moves for mock.

Change-Id: Ic160101695cea67eb9bbbfcaddb8d3dac64e6804
2015-04-16 00:07:48 +02:00
..
_cmd Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00
_drivers Remove amqp driver 'unpacked content' logging 2015-04-10 11:27:09 -04:00
_executors Add a new aioeventlet executor 2015-02-05 12:11:37 +01:00
notify Document notification_driver possible values 2015-04-06 10:12:08 -04:00
openstack Sync with latest oslo-incubator 2015-03-20 16:04:41 -04:00
rpc Merge "Add support for multiple namespaces in Targets" 2015-03-13 11:38:25 +00:00
tests Use unittest.mock on Python 3 2015-04-16 00:07:48 +02:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
_i18n.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00
_utils.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
conffixture.py Move each drivers options into its own group 2015-02-02 10:58:54 +01:00
exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
localcontext.py Deprecates the localcontext API 2015-03-11 16:14:50 +01:00
opts.py Move each drivers options into its own group 2015-02-02 10:58:54 +01:00
serializer.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
server.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
target.py Add support for multiple namespaces in Targets 2015-03-12 16:07:51 -04:00
transport.py Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00