kombu/t/unit
Lars Rinn 024cbdc4fb import collections.ABCs from correct module (#992)
* import collectionss.ABCs from correct model to silence deprecation warnings

* fix imports for legacy python
2019-01-18 00:08:28 +02:00
..
asynchronous Fixed Worker shutdown creates duplicate messages in SQS broker (#926) 2018-10-13 16:22:16 +06:00
transport import collections.ABCs from correct module (#992) 2019-01-18 00:08:28 +02:00
utils Add timeout to retry_over_time (#880) 2018-08-09 16:55:30 +03: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 Added optional support for zstd compression. (#985) 2019-01-13 09:44:44 +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_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 Rewrite tests to use py.test 2016-08-23 11:38:54 -07: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