summaryrefslogtreecommitdiff
path: root/kombu/tests
Commit message (Expand)AuthorAgeFilesLines
* Use pure-python pickle on Python <= 2.5, as cPickle is broken thereAsk Solem2011-01-031-3/+2
* Since virtual broker state is now global, so must the Redis server mock beAsk Solem2010-12-071-2/+2
* Unit tests now passing on Python 3Ask Solem2010-12-0319-42/+61
* Redis: Tests for connection disconnectAsk Solem2010-11-151-0/+20
* Moved kombu/tests/test_functional to funtests/ so they are not executed with ...Ask Solem2010-11-1210-357/+0
* Added functional tests for sqlalchemy-kombuAsk Solem2010-11-121-0/+16
* Added functional tests for django-kombuAsk Solem2010-11-121-0/+28
* Removed leftover print statementsAsk Solem2010-11-121-1/+0
* Fixed functional tests (including basic_get for beanstalk)Ask Solem2010-11-124-24/+31
* Added functional tests for CouchDb transport (not known to pass)Ask Solem2010-11-121-0/+10
* Fixed syntax errors in MongoDB transport, also added functional tests, but th...Ask Solem2010-11-121-0/+15
* PEP8ify + pyflakesAsk Solem2010-11-112-6/+8
* 100% coverage for kombu.messaging, 97% totalAsk Solem2010-11-113-4/+43
* Added functional tests for Beanstalk transportAsk Solem2010-11-111-0/+15
* Functional tests for Redis transportAsk Solem2010-11-111-0/+9
* Added common base class for transport functional testsAsk Solem2010-11-112-112/+142
* 98% coverage for kombu.compatAsk Solem2010-11-112-0/+292
* Fixed typo 'KeyError(' -> 'KeyError'Ask Solem2010-11-111-1/+1
* Fixed test breaking on Python 2.4 because the repr of KeyError is different t...Ask Solem2010-11-111-1/+2
* PE8ify + pyflakesAsk Solem2010-11-118-29/+23
* 99% coverage for kombu.simpleAsk Solem2010-11-111-0/+123
* 100% coverage for kombu.entityAsk Solem2010-11-112-0/+27
* 100% unit test coverage for Redis transportAsk Solem2010-11-111-0/+243
* 99% coverage for kombu.pidboxAsk Solem2010-11-101-0/+221
* Moved gen_unique_id test from Celery hereAsk Solem2010-11-101-1/+19
* tests setup: Ignore import errorsAsk Solem2010-11-091-1/+4
* 94% coverage of the core library, but still missing coverage of compat, pidbo...Ask Solem2010-11-0912-7/+446
* Don't show stderr output when running test suiteAsk Solem2010-11-093-5/+39
* Tests for kombu.transport.virtualAsk Solem2010-11-091-0/+349
* 92% coverage for kombu.utils, also tests for kombu.transport.virtual.schedulingAsk Solem2010-11-082-0/+175
* 100% coverage for kombu.transport.virtual.exchangeAsk Solem2010-11-081-0/+110
* Improved reference documentationAsk Solem2010-10-272-4/+4
* tests for BrokerConnection.Pool + .ChannelPoolAsk Solem2010-10-221-0/+54
* Fix broken unicode test for Py 2.4Ask Solem2010-09-171-5/+4
* test_functional.test_amqplib: test_produce__consume_multiple: Make sure queue...Ask Solem2010-09-161-0/+1
* Functional tests for pyamqplib are passing againAsk Solem2010-09-162-10/+10
* All occurences of the term Backend has been replaced with Transport.Ask Solem2010-08-046-16/+15
* kombu.Binding has been renamed to kombu.QueueAsk Solem2010-08-014-81/+81
* unittests passing againAsk Solem2010-07-314-15/+27
* Fixed mock Backend drain_events method to have the same number arguments as t...sebleier2010-07-221-1/+1
* Disabled pika testsAsk Solem2010-07-201-0/+113
* Some simple refactoringAsk Solem2010-06-292-2/+3
* Got 93% coverageAsk Solem2010-06-298-69/+875
* Unittests for kombu.connectionAsk Solem2010-06-291-0/+46
* Added unittets for kombu.entities (Exchange/Binding)Ask Solem2010-06-282-0/+159