summaryrefslogtreecommitdiff
path: root/dummyserver/testcase.py
Commit message (Expand)AuthorAgeFilesLines
* Use FQDN only for DNS and drop trailing dot for other operationsJesse Shapiro2017-12-141-0/+17
* Skip this too without IPV6Alex Gaynor2017-11-201-0/+1
* Removed unused importAlex Gaynor2017-11-201-1/+0
* Don't try to run IPv6 tests if IPv6 is disabled at runtimeAlex Gaynor2017-11-201-2/+3
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-15/+4
* Use unittest2 if Pyhon version < 2.7Tom White2016-11-151-1/+6
* Merge pull request #762 from Lukasa/lukasa/socksAndrey Petrov2015-12-191-0/+15
|\
| * Remove extra blank lineCory Benfield2015-12-161-1/+0
| * Add support for IPv4-only tests.Cory Benfield2015-12-161-0/+16
* | Add tests case using IPv6 addr certs.Cory Benfield2015-12-151-0/+11
|/
* convert `wait_for_socket` to a module helper functionmatejcik2015-11-131-5/+0
* fix race condition around ready_event (hopefully)matejcik2015-11-101-1/+5
* Fix flake8 violationsJohn Vandenberg2015-11-021-3/+4
* py26 tests failure tweaks.Andrey Petrov2015-09-041-3/+4
* tests: Ported sleep to event-based; added NewConnectionError exception.Andrey Petrov2015-09-041-6/+12
* tests: socketlevel: Unify handler making helperAndrey Petrov2015-09-031-0/+24
* Fix IPv6 HTTPS proxyChristian Pedersen2015-07-061-1/+13
* py2.6 threading fixmatejcik2015-04-231-1/+2
* make socket test not hang if server fails to startmatejcik2015-04-231-1/+2
* use Tornado directly instead of WSGI compatibility layermatejcik2015-04-231-4/+4
* Implement retry logicKevin Burke2014-06-251-0/+7
* Merge pull request #287 from schlamar/refactor-tornadoAndrey Petrov2013-11-251-27/+32
|\
| * Refactored tornado test cases.schlamar2013-11-251-27/+32
* | Fixed check for IPv6 support.schlamar2013-11-251-2/+1
|/
* localize the timeoutKevin Burke2013-10-201-5/+0
* Set default timeout on the server socketKevin Burke2013-10-201-2/+6
* add basic test for ipv6 addresses in URLsThomas Weißschuh2013-08-081-1/+15
* Sane solution to automatic port allocation.schlamar2013-08-071-38/+26
* Sad time.sleep for tests :(Andrey Petrov2013-08-061-1/+5
* Allocate ports for tests automatically.schlamar2013-07-311-8/+11
* Fix deadlock in Tornado threads (single-threaded now)ms4py2013-07-311-6/+5
* Created dummyserver tests for ProxyManagerStanislav Vitkovskiy2013-07-311-2/+20
* Added proxymanager tests with tornado-based proxyStanislav Vitkovskiy2013-07-311-0/+18
* Fixes possible deadlock in threads.schlamar2013-04-051-0/+6
* Merging and getting rid of eventlet, wsgiref and other things in dummyserver....Andrey Petrov2012-01-221-15/+10
|\
| * Refactor dummyserver so simpleserver actually starts and stops.Thomas Kluyver2012-01-221-9/+2
* | Updated docstring, fixed ready_lock race condition.Andrey Petrov2012-01-221-1/+3
* | Refactored dummyserver subpackage to support simpler Socket servers.Andrey Petrov2012-01-211-2/+30
|/
* PoolManager now redirects across hosts. (Fixes #10)Andrey Petrov2012-01-071-0/+1
* Less relative imports.Andrey Petrov2011-12-041-1/+1
* Handle case when eventlet is not available (flakey)Andrey Petrov2011-12-041-2/+2
* nosetests working.Andrey Petrov2011-12-041-0/+45