oslo.messaging/tests
Mark McLoughlin 03aafcb49c Simplify public symbol exports
Inspired by tulip, have every module define a __all__ list and import *
from the top-level module.

Rename transport.set_defaults() since we don't want this to be a
top-level set_defaults() function as there may be multiple.

Also, rather than configuring flake8 to allow star imports, just exclude
the __init__.py files from flake8 checks.
2013-06-24 12:52:30 +01:00
..
unit/messaging Move files to new locations for oslo.messaging 2013-06-15 08:43:54 +01:00
__init__.py Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00
test_rpc_client.py Use assertEqual() rather than assertEquals() 2013-06-17 23:01:21 +01:00
test_rpc_dispatcher.py Use assertEqual() rather than assertEquals() 2013-06-17 23:01:21 +01:00
test_rpc_server.py Use assertEqual() rather than assertEquals() 2013-06-17 23:01:21 +01:00
test_target.py Use assertEqual() rather than assertEquals() 2013-06-17 23:01:21 +01:00
test_transport.py Simplify public symbol exports 2013-06-24 12:52:30 +01:00
test_urls.py Use assertEqual() rather than assertEquals() 2013-06-17 23:01:21 +01:00
utils.py Add oslo.messaging project infrastructure 2013-06-15 08:43:50 +01:00