summaryrefslogtreecommitdiff
path: root/tests/unit/test_httpretty.py
Commit message (Expand)AuthorAgeFilesLines
* add support for 421: "Misdirected Request"Luís Soares2022-09-081-0/+1
* update license headersGabriel Falcão2021-05-141-1/+1
* Prepare for release 0.10.0 (#395)Gabriel Falcão2020-03-201-47/+3
* Use unittest.mock over mock when availableMichał Górny2020-03-161-4/+3
* update copyright headersGabriel Falcão2020-03-091-1/+1
* Merge pull request #354 from ErwinJunge/query_string_orderingGabriel Falcão2018-11-041-1/+1
|\
| * Make URIMatcher indifferent to query string orderingErwin Junge2018-10-301-1/+1
* | Make sure the hostname part of a uri can be a regexErwin Junge2018-10-311-0/+25
|/
* Release 0.9.0 - Python 3 support + Improved Documentation (#335)Gabriel Falcão2018-04-281-24/+38
* Merge pull request #285 from hufman/use_tempfileGabriel Falcão2016-05-261-1/+1
|\
| * Use a tempfile instead of a StringIO objectWalter Huf2016-02-031-1/+1
* | Encode callable body length as str and not bytesWalter Huf2016-02-061-0/+10
|/
* revamping docs + testsGabriel Falcão2015-12-131-1/+3
* Fix py34 hangingBen Picolo2015-05-131-0/+24
* Added test to reproduce https://github.com/gabrielfalcao/HTTPretty/issues/206Andres Riancho2015-01-071-0/+12
* Fix bug that occurs when using custom schema/port/regexLuqmaan2014-04-031-1/+2
* Merge pull request #88 from toumorokoshi/parsed_postGabriel Falcão2013-09-291-1/+41
|\
| * fixing tests for python3Yusuke Tsutsumi2013-09-081-2/+2
| * Adding parsed_body parameter to simplify checksYusuke Tsutsumi2013-07-291-1/+41
* | Merge pull request #89 from Gandi/masterGabriel Falcão2013-09-291-4/+2
|\ \
| * | Don't duplicate http ports numberGuillaume Gauvrit2013-07-291-4/+2
| |/
* | Use common string case for URIInfo hostname comparison.Mike Waters2013-09-131-1/+25
|/
* Fix Python 3 supportGuillaume Gauvrit2013-07-261-2/+2
* Fix testsGuillaume Gauvrit2013-07-261-0/+1
* Add tests about the RuntimeError issueGuillaume Gauvrit2013-07-261-1/+42
* partial fix for some tests, 2 tests still failgcetusic2013-06-271-1/+5
* Merge pull request #61 from maxmind/masterGabriel Falcão2013-06-111-7/+7
|\
| * Whitespace and 'u' string fixesGregory Oschwald2013-05-061-4/+4
| * Removed 2.x-style unicode literalsGregory Oschwald2013-05-061-5/+5
* | Fix the calculation of Content-Lengthpapaeye2013-06-101-1/+9
|/
* regex matching should ignore querystringsSteve Pulec2013-04-301-0/+4
* Moving code around, simplifying API interface and releasing 0.6.00.6.0Gabriel Falcao2013-04-181-2/+4
* test all delegated socket methods using mockTim Cowlishaw2013-04-111-7/+23
* failing tests for other socket methods - as they call through to the real soc...Tim Cowlishaw2013-04-111-0/+47
* ensure that calls to the 'getsockopt' method on fake sockets are delegated to...Tim Cowlishaw2013-04-111-0/+6
* ensure that calls to the 'fileno' method on fake sockets are delegated to the...Tim Cowlishaw2013-04-111-0/+6
* ensure that calls to the 'setblocking' method on fake sockets are delegated t...Tim Cowlishaw2013-04-111-0/+7
* fix headers capitalization on Entry classIgor Sobreira2013-04-021-1/+12
* add missing return to Py3kObjectIgor Sobreira2013-04-021-1/+10
* global stateGabriel Falcao2013-03-121-9/+16
* bumping to 0.5.10 + updating readme, changelog and adding a contributors listGabriel Falcao2013-02-191-1/+1
* Additional fixes for py3kSteve Pulec2013-02-171-1/+20
* py3k supportSteve Pulec2013-02-131-0/+1
* adding missing status codes. closes #14Gabriel Falcao2012-11-191-16/+94
* code cleanup. #refs #1Gabriel Falcao2012-11-111-2/+1
* updating licenseGabriel Falcao2012-11-091-1/+1
* adding a dummy last_request for the sake of meaningful assertion errors0.4Gabriel Falcao2011-06-291-0/+8
* adding the untracked test I forgot to `git add`Gabriel Falcão2011-02-081-0/+50