summaryrefslogtreecommitdiff
path: root/tests/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* drop support for Python 2.6 and 3.2Victor Stinner2016-02-221-8/+2
|
* Don't use deprecated functions in testsVictor Stinner2015-01-061-1/+8
|
* rename the project from aiogreen to aioeventletVictor Stinner2014-12-031-2/+2
|
* fix testsVictor Stinner2014-11-211-1/+1
| | | | | * add mock dependency in tox.ini for python older than 3.3 * set tox minimum version to 1.4: set basepython for python older than 3.3
* In debug mode, wrap_greenthread() now logs a warning if the greenthead isVictor Stinner2014-11-211-0/+4
| | | | running
* port tests to python 2.6Victor Stinner2014-11-201-1/+5
|
* Convert more manual tests to unit testsVictor Stinner2014-11-191-1/+10
|
* add a first automated unit testVictor Stinner2014-11-191-0/+7