summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #458 from lsoares/patch-1Gabriel Falcão2022-10-101-0/+1
|\
| * add support for 421: "Misdirected Request"Luís Soares2022-09-081-0/+1
* | Fixes #425. (#436)Eugene Morozov2021-09-131-3/+3
* | Respect socket timeout (#431)Gabriel Falcão2021-05-241-0/+54
* | Fix #425 (#429)Gabriel Falcão2021-05-231-0/+29
* | 💅Gabriel Falcão2021-05-214-1/+5
* | Fix pytest --mypy segfault: "too many open files" (#428)Gabriel Falcão2021-05-2112-0/+81
|/
* update license headersGabriel Falcão2021-05-1414-14/+14
* tweak test_https_passthroughGabriel Falcão2021-05-141-2/+2
* Merge pull request #401 from mgorny/redis-depGabriel Falcão2021-05-141-1/+8
|\
| * skip redis tests if redis package is not installedMichał Górny2020-05-151-1/+8
* | fix for #387 (#424)Gabriel Falcão2021-05-141-0/+26
* | reproduce bug report by @akkana #413 (#423)Gabriel Falcão2021-05-141-0/+39
* | fix boto3 socket error (#422)Gabriel Falcão2021-05-141-0/+32
* | httpx support (#421)Gabriel Falcão2021-05-142-10/+12
* | closes #404Gabriel Falcão2021-05-143-32/+32
* | Fixes pyopenssl issue with urllib3 (#420)Gabriel Falcão2021-05-141-0/+31
* | Improve debugging experience via `UnmockedError` and logging (#419)Gabriel Falcão2021-05-136-19/+89
* | fix typoGabriel Falcão2021-01-062-2/+2
* | make subprocess callbacks serializable for python 3.8 supportGabriel Falcão2021-01-051-25/+29
|/
* fix some bento checksGabriel Falcão2020-03-261-1/+1
* Prepare for release 0.10.0 (#395)Gabriel Falcão2020-03-2011-106/+157
* Use unittest.mock over mock when availableMichał Górny2020-03-164-8/+18
* Use freezegun for test_fakesock_socket_getpeercert testMichał Górny2020-03-111-6/+3
* Mock time to make date-based tests reliableMichał Górny2020-03-113-27/+30
* remove hashbang from testGabriel Falcão2020-03-101-4/+1
* uncomment passthrough testsGabriel Falcão2020-03-101-21/+29
* stop skipping querystring testGabriel Falcão2020-03-101-1/+6
* fix failing testGabriel Falcão2020-03-101-3/+11
* comment failing test temporarily to test github actionsGabriel Falcão2020-03-101-0/+1
* pep8 fixGabriel Falcão2020-03-101-7/+4
* comment failing test temporarily to test github actionsGabriel Falcão2020-03-101-5/+2
* remove remaining python2 compatibility related to urllib parsing/[un]quoting ...Gabriel Falcão2020-03-101-6/+0
* remove most python2-related compatibility codeGabriel Falcão2020-03-103-21/+12
* Merge pull request #379 from RDProjekt/double.slashesGabriel Falcão2020-03-102-0/+34
|\
| * Properly handling paths beginning with two slashesŁukasz Sznuk2019-08-072-0/+34
* | update copyright headersGabriel Falcão2020-03-0914-14/+14
|/
* rename testGabriel Falcão2019-03-201-1/+1
* Merge branch 'master' of github.com:supplypike/HTTPretty into supplypike-masterGabriel Falcão2018-11-261-0/+7
|\
| * Expose httpretty.latest_requestsBekt2016-10-311-0/+7
* | lintGabriel Falcão2018-11-043-9/+9
* | Merge pull request #355 from ErwinJunge/no_real_connections_in_testsGabriel Falcão2018-11-041-2/+2
|\ \
| * | Don't make real connections during test runsErwin Junge2018-10-301-2/+2
* | | Merge pull request #354 from ErwinJunge/query_string_orderingGabriel Falcão2018-11-042-1/+13
|\ \ \
| * | | Make URIMatcher indifferent to query string orderingErwin Junge2018-10-302-1/+9
| * | | test for query string orderingDave Trollope2018-10-161-0/+4
| |/ /
* | | Merge pull request #356 from ErwinJunge/expose_allow_net_connectGabriel Falcão2018-11-041-18/+8
|\ \ \
| * | | Expose allow_net_connect in enable() and add to documentationErwin Junge2018-10-301-18/+8
| |/ /
* | | Make sure the hostname part of a uri can be a regexErwin Junge2018-10-311-0/+25
|/ /
* | Make sure URIMatcher equality check respects querystring when match_querystri...Erwin Junge2018-10-121-0/+19