summaryrefslogtreecommitdiff
path: root/dummyserver/testcase.py
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit reposHasan Ramezani2023-02-011-1/+0
* Use the typing namespace and from __future__ import annotationsBastian Venthur2022-11-211-60/+72
* Fix Tornado event_loop warning on Python 3.10 and later (#2777)Thomas Grainger2022-11-101-43/+47
* Create our own logic for chunked content framingSeth Michael Larson2022-06-191-4/+0
* Add type hints to test.test_ssltransportHasan Ramezani2021-10-091-2/+12
* Add type hints to test.with_dummyserver.test_socketlevel (#2436)Hasan Ramezani2021-10-041-0/+7
* Add type hints to test.with_dummyserver.test_proxy_poolmanagerHasan Ramezani2021-09-201-8/+17
* Add type hints to test.with_dummyserver.test_poolmanagerHasan Ramezani2021-09-181-0/+2
* Add type hints to test.with_dummyserver.test_httpsHasan Ramezani2021-09-031-0/+2
* Add type hints to pyOpenSSL, SOCKS, and collections testsJon Dufresne2021-08-291-1/+1
* Add type hints to dummyserverRan Benita2021-08-021-30/+61
* Many minor code quality and readability improvementsShubhendra Singh Chauhan2021-03-141-1/+1
* Remove support for Python 2 and 3.5Hugo van Kemenade2020-11-151-4/+4
* Sort imports with 'isort'Quentin Pradet2020-10-011-7/+6
* 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