kombu/kombu/tests
Ian Eure 862531f120 Fix kombu.messaging.Consumer.__exit__, which didn’t conform to PEP 0343’s calling convention, and thus rendered Consumer unusable in a with statement. 2011-03-31 13:34:05 -07:00
..
__init__.py PE8ify + pyflakes 2010-11-11 13:06:46 +01:00
mocks.py Unit tests now passing on Python 3 2010-12-03 12:55:41 +01:00
test_compat.py Unit tests now passing on Python 3 2010-12-03 12:55:41 +01:00
test_compression.py Tests passing on Jython 2011-01-25 13:54:59 +01:00
test_connection.py PEP8ify 2011-03-28 17:06:44 +02:00
test_entities.py Unit tests now passing on Python 3 2010-12-03 12:55:41 +01:00
test_messaging.py Fix kombu.messaging.Consumer.__exit__, which didn’t conform to PEP 0343’s calling convention, and thus rendered Consumer unusable in a with statement. 2011-03-31 13:34:05 -07:00
test_pidbox.py Unit tests now passing on Python 3 2010-12-03 12:55:41 +01:00
test_serialization.py Use pure-python pickle on Python <= 2.5, as cPickle is broken there 2011-01-03 13:44:40 +01:00
test_simple.py Unit tests now passing on Python 3 2010-12-03 12:55:41 +01:00
test_transport.py Unit tests now passing on Python 3 2010-12-03 12:55:41 +01:00
test_transport_base.py Unit tests now passing on Python 3 2010-12-03 12:55:41 +01:00
test_transport_memory.py Last change made test invalid 2011-01-21 12:19:18 +01:00
test_transport_pyamqplib.py Tests passes again. Thanks to salmon_ 2011-01-19 13:44:39 +01:00
test_transport_pyredis.py BrokerConnection.ensure_connection now works with Redis 2011-03-28 15:09:43 +02:00
test_transport_virtual.py Fixed virtual.QoS bugs introduced by last change 2011-03-05 15:09:31 +01:00
test_utils.py tests didn't pass fxrange 2011-01-07 11:22:05 +01:00
test_virtual_exchange.py Unit tests now passing on Python 3 2010-12-03 12:55:41 +01:00
test_virtual_scheduling.py Unit tests now passing on Python 3 2010-12-03 12:55:41 +01:00
utils.py Passes all tests again 2011-01-20 12:01:40 +01:00