summaryrefslogtreecommitdiff
path: root/dummyserver/testcase.py
Commit message (Expand)AuthorAgeFilesLines
* Consume connections better in socket-level tests (#1958)hodbn2020-09-181-0/+63
* Blacken using black==20.8b1hodbn2020-08-261-1/+1
* Add support for HTTPS connections to proxies. (#1679)Jorge2020-03-121-0/+9
* Run IPv6 Tornado server from fixtureQuentin Pradet2020-01-161-5/+0
* Preserve chunked argument in urlopen() retry (#1715)lmvlmv2019-10-291-2/+7
* Stop using unittest (#1649)Quentin Pradet2019-07-051-10/+9
* Update assertions to pytest style (#1614)Ratan Kulshreshtha2019-05-281-2/+2
* Auto formatting using blackRatan Kulshreshtha2019-05-251-50/+52
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-6/+1
* Support using tornado-5 for tests (#1414)Michał Górny2018-07-241-2/+2
* 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