summaryrefslogtreecommitdiff
path: root/kombu/tests/test_connection.py
Commit message (Expand)AuthorAgeFilesLines
* Tests passingAsk Solem2014-05-201-1/+1
* parse_url function should not know about mongodb, and the transport already s...Ask Solem2014-05-201-4/+0
* Replaces URI_PASSTHROUGH global with Transport.can_parse_urlAsk Solem2013-10-031-5/+4
* Removes Connection.more_to_read + .nb_keep_drainingasyncmoveAsk Solem2013-09-301-27/+0
* Tests passingAsk Solem2013-09-251-4/+6
* Adds more testsAsk Solem2013-09-121-0/+5
* Tests cleanup (and renamed TestCase -> CaseAsk Solem2013-09-111-9/+5
* Tests passingAsk Solem2013-09-091-2/+2
* 100% coverage for kombu.utils.logAsk Solem2013-06-181-1/+1
* 100% coverage for kombu.connectionAsk Solem2013-06-181-1/+14
* More connection testsAsk Solem2013-06-181-0/+46
* Tests passing on Python 3.3Ask Solem2013-02-131-2/+2
* python 3 fixesAsk Solem2013-02-121-2/+2
* More pep8ifyAsk Solem2013-01-171-36/+37
* reverts broken mergeAsk Solem2013-01-171-41/+40
* Cosmetics for new pep8 rulesAsk Solem2013-01-171-40/+41
* Tests passingAsk Solem2012-12-101-1/+1
* Improves unit test coverageAsk Solem2012-11-271-0/+174
* Revert 7f9b38f... [kombu3] No longer supports Python 2.5Ask Solem2012-11-131-0/+1
* [kombu3] No longer supports Python 2.5Ask Solem2012-11-081-1/+0
* BrokerConnection is now Connection in docsAsk Solem2012-06-241-31/+28
* Use single quotesAsk Solem2012-06-151-80/+80
* Exchange+Queue+SimpleQueue can now be bound to connection (using default_chan...Ask Solem2012-06-111-6/+2
* flakesAsk Solem2012-05-311-1/+0
* Tests passingAsk Solem2012-05-281-0/+1
* Tests passing on JythonAsk Solem2012-03-201-2/+2
* Fixes warning from amqplib's Transport.__del__Ask Solem2012-02-211-0/+1
* Adds tests from http://www.rabbitmq.com/uri-spec.htmlAsk Solem2012-02-101-0/+85
* Py3.2 unittest does not have assertItemsEqualAsk Solem2012-01-151-5/+5
* Updates changelogAsk Solem2012-01-141-1/+2
* 99% overall coverageAsk Solem2012-01-141-0/+95
* Use with assertRaisesAsk Solem2012-01-131-8/+12
* PEP8ify + pyflakesAsk Solem2012-01-131-0/+2
* More connection testsAsk Solem2012-01-111-0/+72
* Merge branch 'master' into 2.0-develAsk Solem2011-11-081-2/+62
|\
| * pyflakesAsk Solem2011-11-031-1/+2
| * Add tests for connection.ensureDan McGee2011-11-021-0/+28
| * Test connection URL parsing and splittingDan McGee2011-11-021-1/+33
* | 2.0-devel: No longer supports Python 2.4Ask Solem2011-09-071-3/+5
|/
* Fixes broken ConnectionPool testAsk Solem2011-09-011-1/+1
* Use flake8 instead of pep8+pyflakes, and add it as a step in releaseok()v1.1.3Ask Solem2011-04-211-7/+4
* PEP8ifyAsk Solem2011-03-281-4/+5
* Changing `backend_extra_args ` to `transport_options`.Ryan Petrello2011-03-161-2/+2
* Adding support for passing `backend_extra_args` to BrokerConnection, an optio...Ryan Petrello2011-03-131-1/+16
* Unit tests now passing on Python 3Ask Solem2010-12-031-1/+1
* 94% coverage of the core library, but still missing coverage of compat, pidbo...Ask Solem2010-11-091-3/+73
* Improved reference documentationAsk Solem2010-10-271-1/+1
* tests for BrokerConnection.Pool + .ChannelPoolAsk Solem2010-10-221-0/+54
* All occurences of the term Backend has been replaced with Transport.Ask Solem2010-08-041-4/+4
* Got 93% coverageAsk Solem2010-06-291-26/+11