summaryrefslogtreecommitdiff
path: root/tests/functional/testserver.py
Commit message (Collapse)AuthorAgeFilesLines
* make subprocess callbacks serializable for python 3.8 supportGabriel Falcão2021-01-051-25/+29
|
* remove remaining python2 compatibility related to urllib parsing/[un]quoting ↵Gabriel Falcão2020-03-101-6/+0
| | | | functions
* remove most python2-related compatibility codeGabriel Falcão2020-03-101-5/+5
|
* update copyright headersGabriel Falcão2020-03-091-1/+1
|
* Release 0.9.0 - Python 3 support + Improved Documentation (#335)Gabriel Falcão2018-04-281-26/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * prepare for python3.6 support and migrate to pipenv * merge with master * refactor code style and build targets * improved docs and more cleanup * more documentation * revert behavior of normalize_headers * comment out passthrough tests for now * update tox * include singledispatch dependency * ci * skip lock * fix testserver * pyopenssl
* making the functional tests a bit more permissiveGabriel Falcão2015-12-141-6/+7
|
* attempt to disable httpretty in the current process before spawning a subprocessGabriel Falcão2015-12-141-4/+7
|
* ignoring error when IOLoop has already startedGabriel Falcão2015-12-141-1/+4
|
* revamping docs + testsGabriel Falcão2015-12-131-1/+1
|
* more refactoringGabriel Falcao2013-10-071-4/+0
|
* Merge branch 'url-normalization' of git://github.com/spulec/HTTPretty into ↵Gabriel Falcao2013-04-151-0/+19
|\ | | | | | | spulec-url-normalization
| * fix tests for py26 and py33Steve Pulec2013-03-161-5/+21
| |
* | fixing testsGabriel Falcao2013-03-241-3/+10
| |
* | removing prints from testserverGabriel Falcao2013-03-241-4/+0
|/
* httpretty now works well with non-http protocols. closes #34Gabriel Falcao2013-03-151-1/+62
|
* bumping to 0.5.10 + updating readme, changelog and adding a contributors listGabriel Falcao2013-02-191-1/+1
|
* implementing regex support. closes #26Gabriel Falcao2013-02-141-1/+5
|
* py3k supportSteve Pulec2013-02-131-2/+10
|
* updating licenseGabriel Falcao2012-11-091-1/+1
|
* allowing the bypass of an unregistered URIGabriel Falcão2011-02-041-0/+2
|
* enabling/disablingGabriel Falcão2011-02-011-0/+78