kombu/t/unit
Anthony Lukach 25a9e76f3a Prevent SQS from defaulting to localhost hostname (#733)
* Prevent SQS from defaulting to localhost hostname

* Ensure cloned connection maintains NoneType hostname
2017-05-05 21:40:57 +06:00
..
async Switching to boto3 only (#693) 2017-04-14 11:22:18 +06:00
transport Prevent SQS from defaulting to localhost hostname (#733) 2017-05-05 21:40:57 +06:00
utils Adds Queue.expires,.message_ttl,.max_length,.max_length_bytes,.max_priority (Issue #629) 2016-10-14 16:53:03 -07:00
__init__.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
conftest.py Entities can now be declared without binding to channel: entity.declare(channel=channel) 2016-10-27 14:22:19 -07:00
test_clocks.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
test_common.py Add missing function import 2017-04-26 21:44:34 +03:00
test_compat.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
test_compression.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
test_connection.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
test_entity.py Entities can now be declared without binding to channel: entity.declare(channel=channel) 2016-10-27 14:22:19 -07:00
test_exceptions.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
test_log.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07: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 Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
test_serialization.py Rewrite tests to use py.test 2016-08-23 11:38:54 -07:00
test_simple.py Entities can now be declared without binding to channel: entity.declare(channel=channel) 2016-10-27 14:22:19 -07:00