summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Follow-up: support manual py26 testing; dont advertise 3.3 supportDana Powers2017-06-161-1/+6
|
* Add kafka 0.10.2.1 into integration testing version (#1096)Jianbin Wei2017-06-161-6/+1
| | | | | * Add kafka 0.10.2.1 into integration testing version * Disable tests for python 2.6 and kafka 0.8.0 and 0.8.1.1 * Remove references to python 2.6 support
* pylint 1.7.0+ supports python 3.6 and merge py36 into common tstenv (#1095)Jianbin Wei2017-05-031-6/+1
|
* Prefer python-lz4 over lz4f if availableDana Powers2017-03-141-1/+1
|
* Run tests in python3.6 too (#992)ms7s2017-03-031-2/+7
| | | | | | * Test with Python 3.6 in Travis CI * Add Python 3.6 environment to tox config * Don't run automated tests on Python 3.3
* Dont include kafka.vendor in coveragefixture_auto_portsDana Powers2016-08-041-3/+3
|
* Vendor six 1.10.0sixDana Powers2016-08-011-1/+0
|
* Move logging format config to tox.ini to avoid duplicate log capture in ↵Dana Powers2016-03-131-0/+1
| | | | pytest output
* Handle broken LZ4 framing; switch to lz4tools + xxhashlz4_fixupDana Powers2016-01-261-2/+2
|
* Add lz4 to tox environment depslz4Dana Powers2016-01-251-0/+2
|
* Drop sphinxcontrib-napoleon in favor of sphinx.ext.napoleanDana Powers2016-01-071-1/+0
|
* Dont pylint in pypy tests - it seems to take forever and doesn't add anythingDana Powers2016-01-031-0/+4
|
* Dont run pylint on python2.6 (pylint no longer supports)Dana Powers2016-01-031-2/+6
|
* Move pytest options to [pytest] tox sectionDana Powers2016-01-031-1/+6
|
* Use parameterized pytests in test_client_async; add pytest-mocker pluginDana Powers2016-01-031-0/+1
|
* Use pytest instead of nose for running tests via toxDana Powers2016-01-011-34/+9
| | | | | | | - use pytest-sugar for pretty output - add linting to each python tox environment - drop lint as separate tox target - replace travis_selector.sh with shell magic
* Add py35 to tox testingDana Powers2015-12-041-5/+7
| | | | | move python3 configs to default and special case py26/py27 add py35 to travis_selector.sh
* Add thread id to logging format to assist with debugging test failuresDana Powers2015-06-091-0/+1
|
* Fail fast in nosetestsDana Powers2015-06-081-1/+1
|
* Check response.error for async producerViktor Shlapakov2015-06-031-0/+1
|
* Added pylint.rc: ignoring SyncManager for pylintViktor Shlapakov2015-03-241-1/+1
|
* Use sphinx-apidoc to to generate API docsJohn Anderson2015-02-101-0/+1
|
* Allow better usage of docs locally.John Anderson2015-02-091-1/+11
| | | | | This will default to the rtd theme and introduces tox -e docs for generating docs locally.
* Removing traces of queue.pyDavid Arthur2015-02-031-1/+1
|
* Add six to tox.ini testing depsDana Powers2014-09-071-0/+1
|
* Fix the multiprocessing tests for python 3Mark Roberts2014-09-031-1/+1
|
* Make all unit tests pass on py3.3/3.4Bruno Renié2014-09-031-1/+19
|
* Merge pull request #208 from dpkp/add_pylint_to_tox_iniDana Powers2014-08-261-1/+7
|\ | | | | Use PyLint for static error checking
| * Add pylint to tox.ini; test both kafka and test; default to error-checking ↵Dana Powers2014-08-251-1/+7
| | | | | | | | only; fixup errors; skip kafka/queue.py
* | Add test timers via nose-timer plugin; list the 10 slowest by defaultDana Powers2014-08-261-1/+2
|/
* Update tox.ini to use {posargs} to configure nosetests.Dana Powers2014-08-131-1/+1
| | | | | | | | To override defaults, use `tox -- --your --nosetest --options --here` Update default nosetest settings to use verbose logging and show test ids add .coverage and .noseids to .gitignore Add example for running single unit test to README
* Add pypy back to tox.iniMark Roberts2014-05-011-1/+1
|
* Temporarily remove pypy supportMark Roberts2014-04-301-1/+1
|
* Various fixesMark Roberts2014-04-251-1/+1
| | | | | | | | Bump version number to 0.9.1 Update readme to show supported Kafka/Python versions Validate arguments in consumer.py, add initial consumer unit test Make service kill() child processes when startup fails Add tests for util.py, fix Python 2.6 specific bug.
* Fix Python 2.6 supportMark Roberts2014-04-231-1/+2
|
* Move kafka-src to servers/0.8.0/kafka-src, move test/resources to ↵Mark Roberts2014-04-231-3/+0
| | | | servers/0.8.0/resources, update fixtures, add build_integration.sh for getting started with development
* Add python-snappy to tox dependencies. Fix snappy protocol testMark Roberts2014-04-091-0/+1
|
* Reinstate test_integrate, make test_protocol more explicit, create testutilMark Roberts2014-04-081-2/+4
|
* Remove test support for py26 since it's brokenMark Roberts2014-04-071-1/+1
|
* Fix py26 compatibility issue, add mock to toxMark Roberts2014-03-181-1/+3
|
* toxify all the tests and use xfail marksIvan Pouzyrevsky2013-06-071-1/+9
|
* Adhere to common python naming conventionsIvan Pouzyrevsky2013-06-071-0/+2