summaryrefslogtreecommitdiff
path: root/test/test_package.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove SimpleClient, Producer, Consumer, Unittest (#1196)Jeff Widman2019-10-111-9/+9
| | | | | | | | | | | | | | | | | | In the 2.0 release, we're removing: * `SimpleClient` * `SimpleConsumer` * `SimpleProducer` * Old partitioners used by `SimpleProducer`; these are superceded by the `DefaultPartitioner` These have been deprecated for several years in favor of `KafkaClient` / `KafkaConsumer` / `KafkaProducer`. Since 2.0 allows breaking changes, we are removing the deprecated classes. Additionally, since the only usage of `unittest` was in tests for these old Simple* clients, this also drops `unittest` from the library. All tests now run under `pytest`.
* Migrate from `Unittest` to `pytest` (#1620)Jeff Widman2018-11-101-13/+10
|
* Add DeprecationWarnings to legacy KafkaClient, Simple/MultiProcess/Consumer, ↵deprecation_warningsDana Powers2016-01-121-8/+7
| | | | and KafkaConnection
* Merge conflict w/ assertEqual (assertEquals deprecated)Dana Powers2014-12-151-11/+11
|
* Use base unittest or unittest2 depending on python versionBruno Renié2014-09-031-2/+2
|
* Fix Python 2.6 supportMark Roberts2014-04-231-5/+2
|
* Split test files, modify test_protocolMark Roberts2014-04-081-0/+32