summaryrefslogtreecommitdiff
path: root/test/servertest.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: Make servertest.py friendly to test discoverySebastian Pipping2019-12-091-31/+32
| | | | .. by moving code out of module scope and into a function.
* fix coverage break gevent/eventlet testcaseMeng Zhuo2014-09-161-6/+7
|
* Fix tests for eventletZiad Sawalha2014-05-041-0/+3
|
* Fixed server testsMarcel Hellkamp2013-07-161-1/+1
|
* Added 'make coverage'Marcel Hellkamp2013-05-221-9/+6
|
* fix #250: The command-line interface now calls gevent.monkey.patch_all() if ↵Marcel Hellkamp2011-11-151-16/+19
| | | | | | | the gevent server adapter is used. fix #212: Added MultiDict.getlist alias for MultiDict.getall to support WTForms again. api: FormsDict.__getattr__ now returns an empty string on missing keys or unicode errors (instead of None).
* tests: Speed up server tests.Marcel Hellkamp2011-04-281-2/+4
|
* Improved server test cases.Marcel Hellkamp2010-09-131-2/+4
|
* Added tests for server adapters and run() routine.Marcel Hellkamp2010-07-051-0/+30
Cleaned up testall.py and added command-line controls. Added shell script to test all python versions available on a system.