summaryrefslogtreecommitdiff
path: root/test/test_conn.py
Commit message (Expand)AuthorAgeFilesLines
* Move Request / Response logging from KafkaClient to BrokerConnectionDana Powers2015-12-101-18/+0
* Add tests. Bug fix. Rename socket_conn dict.Enrico Canzonieri2015-11-101-0/+17
* Reset kafka.conn logger level in tearDownDana Powers2015-06-091-0/+13
* Reduce log chatter in tests (only debug kafka.conn in test_conn)Dana Powers2015-06-081-0/+5
* Returned original tests, rm dirty flag, name fixesViktor Shlapakov2015-02-251-0/+44
* Merge conflict w/ assertEqual (assertEquals deprecated)Dana Powers2014-12-151-3/+3
* Merge pull request #227 from wizzat-feature/py3Dana Powers2014-09-071-6/+6
|\
| * Make all unit tests pass on py3.3/3.4Bruno ReniƩ2014-09-031-4/+4
| * Use base unittest or unittest2 depending on python versionBruno ReniƩ2014-09-031-2/+2
* | Cleanup tests: no more import *; remove unusedDana Powers2014-09-041-2/+2
|/
* Add pylint to tox.ini; test both kafka and test; default to error-checking on...Dana Powers2014-08-251-9/+9
* Add a mock to sock.recv() in the test_conn setUp method. Returns 2 packet pa...Dana Powers2014-08-191-61/+25
* Fix test_conn tests wrt _dirty / _sockDana Powers2014-08-191-9/+4
* Remove unused imports from test/test_conn.pyDana Powers2014-08-191-2/+0
* Implement last of the skipped test_conn.py testsDana Powers2014-08-191-2/+18
* Implement a few more skipped tests in test/test_conn.pyDana Powers2014-08-191-4/+19
* Move common connection testing code to setUp methodDana Powers2014-08-191-98/+45
* Implementing more skipped connection tests (send and recv)Dana Powers2014-08-191-6/+82
* Cleanup some connection tests in test/test_conn.pyDana Powers2014-08-191-14/+11
* Improve KafkaConnection testing: mock socket.create_connection; add tests for...Dana Powers2014-08-191-8/+95
* Fix Python 2.6 supportMark Roberts2014-04-231-10/+10
* Split test files, modify test_protocolMark Roberts2014-04-081-4/+0
* Remove test support for py26 since it's brokenMark Roberts2014-04-071-0/+73