oslo.messaging/tests
James Page 4c0ef9b09e Use import of zmq package for test skip
Using the import of impl_zmq to decide whether to skip tests is
unsafe as if something breaks in the import, then the tests are
skipped, potentially hiding a bug.

Switch to using the import of the zmq package itself to decide
whether tests should be executed or not; this should cover the
currently unsupported Python3 test coverage.

Change-Id: I7d65506845b039f5e2be4c460bede977122deca9
2015-02-10 11:33:19 +00:00
..
drivers Use import of zmq package for test skip 2015-02-10 11:33:19 +00:00
notify Update Oslo imports to remove namespace package 2015-01-21 21:09:33 -05:00
rpc Move files out of the namespace package 2015-01-12 12:50:41 -05:00
__init__.py fix qpid test issue with eventlet monkey patching 2015-01-13 10:35:02 +00:00
test_amqp_driver.py Remove unnecessary log messages from amqp1 unit tests 2015-02-06 08:45:46 -05:00
test_exception_serialization.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_expected_exceptions.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_target.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_transport.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_urls.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_utils.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_warning.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00