kombu/t/unit
Jason Held 41dbbe3063 Control pattern matching (#997)
* Added pattern/matcher to Mailbox

* pattern/match for kombu 4

* Ensure kombu.matcher is covered by our documentation.

* Adds test_matcher & pidbox unit tests.

* Added tests to ensure exception is raised when matcher is not registered.

* Adds to test for destination passed in to process.
2019-02-27 20:23:12 +06:00
..
asynchronous Happify lint. 2019-02-04 08:45:20 +02:00
transport Handle the case when only one Redis Sentinel node is provided (#1010) 2019-02-21 09:37:21 +02:00
utils Support SSL URL parameters correctly for rediss protocol (#1002) 2019-02-21 09:38:03 +02:00
__init__.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
conftest.py Rename `async` keyword to `asynchronous` (#839) 2018-03-19 19:28:43 +02:00
test_clocks.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
test_common.py Fix a deprecation warning about logger.warn() (#924) 2018-09-27 19:12:44 +06:00
test_compat.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
test_compression.py Restore bz2 import checks in compression.py (#1003) 2019-02-08 13:26:15 +02:00
test_connection.py Remove unused private method. 2019-01-08 17:25:03 +02:00
test_entity.py Queue: add handling of Exchange as str to constructor (#904) 2018-08-12 08:59:27 +06:00
test_exceptions.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
test_log.py Make flake8 happy. 2017-12-17 12:15:42 +02:00
test_matcher.py Control pattern matching (#997) 2019-02-27 20:23:12 +06:00
test_message.py Signature of Message is now Message(body, channel=), not Message(channel, body=) 2016-10-27 16:55:40 -07:00
test_messaging.py Consumer: __exit__ should not cancel if connection error (Closes #670) 2016-12-07 14:28:16 -08:00
test_mixins.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
test_pidbox.py Control pattern matching (#997) 2019-02-27 20:23:12 +06:00
test_pools.py Prevent spurious exception on Resource.resize(0) (#826) 2018-04-08 12:06:02 +06:00
test_serialization.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
test_simple.py Allow SimpleQueue to pass 'queue_arguments' to Queue object. (#900) 2018-08-16 04:00:50 -05:00