summaryrefslogtreecommitdiff
path: root/t/unit/test_connection.py
Commit message (Expand)AuthorAgeFilesLines
* improve performance of _get_free_channel_id, fix channel max bug (#385)Paul Brown2021-12-221-2/+4
* append to _used_channel_ids in _used_channel_idsPaul Brown2021-12-201-0/+1
* reduce memory usage of Connection (#377)Paul Brown2021-12-141-1/+5
* Adding two tests, for Connection.collect and Transport.close.VinayGValsaraj2021-12-121-3/+10
* Remove dependency to caseMatus Valo2021-09-151-1/+2
* Explicitely test userid, pass and vhost in repr() testsMatus Valo2020-09-141-6/+22
* Added __repr__ to Connection() and *Transport() classesMatus Valo2020-09-141-0/+17
* Migrate another case imports to unittest.mock after dropping python 3.5Matus Valo2020-09-021-4/+2
* isort.Omer Katz2020-08-311-1/+1
* Use unittest.mock instead of caseMatus Valo2020-08-201-1/+4
* Drop Python 2.7 and 3.4 support.Omer Katz2020-08-191-4/+1
* Addded a test for creating a channel when the connection is closed.Omer Katz2019-09-111-0/+6
* Added a test.Omer Katz2019-09-111-2/+8
* isort.Omer Katz2019-03-021-1/+1
* Improved tests of Connection.connect, Connection.close behaviors (#212)tomc7972018-10-161-7/+39
* Issue#209: Connection.connect, Connection.close don't close socket on excepti...tomc7972018-10-121-1/+20
* Sort imports.Omer Katz2018-05-281-1/+1
* Support for EXTERNAL authentication and specific login_method (#176)Matthias Erll2018-01-021-9/+54
* isort.Omer Katz2017-10-281-5/+4
* Convert mechanisms to bytes if it is a string (#157)Omer Katz2017-07-141-0/+16
* don't fail if collect already called (#128)gord chung2017-04-131-0/+5
* Refactored to make authn modular; added GSSAPI (#110)Alexander Dutton2016-12-291-11/+65
* do not reconnect on collect (#121)gord chung2016-12-291-0/+7
* Support for the RabbitMQ auth_close extension (closes celery/kombu#611)Ask Solem2016-09-131-0/+15
* flakesAsk Solem2016-09-071-3/+1
* Frame_writer is no longer a generator. Closes #103Ask Solem2016-09-071-5/+2
* Use py.testAsk Solem2016-08-231-0/+306