summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #285 from hufman/use_tempfileGabriel Falcão2016-05-262-6/+6
|\
| * Use a tempfile instead of a StringIO objectWalter Huf2016-02-032-6/+6
* | Encode callable body length as str and not bytesWalter Huf2016-02-061-0/+10
|/
* BF: PY3 etc -- no need to byte_type an in which later %s-ed, assume sending b...Yaroslav Halchenko2015-12-151-3/+3
* revamping docs + testsGabriel Falcão2015-12-134-20/+32
* Fix py34 hangingBen Picolo2015-05-131-0/+24
* add httpretty.has_request() and testjsa2015-05-071-0/+7
* Update and test PR #208.Joshua Carp2015-02-271-9/+43
* updating tests to reflect blocking underlying socketJosh Frankamp2015-02-161-15/+12
* 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
* Python3: use bytes where needed.Cyril Roelandt2014-01-211-4/+4
* Python 3: fix test_request_stubs_internalsCyril Roelandt2014-01-211-5/+5
* Python 3: do not hardcode class name in test_request_stubs_internals().Cyril Roelandt2014-01-211-2/+5
* Python 3: Pass bytes to sendall() and friends.Cyril Roelandt2014-01-211-21/+21
* reaching 80% of unit test coverageGabriel Falcao2013-10-071-0/+12
* refactoring sendallGabriel Falcao2013-10-071-1/+110
* more refactoringGabriel Falcao2013-10-071-13/+88
* more refactoringGabriel Falcao2013-10-071-0/+66
* more refactoringGabriel Falcao2013-10-041-0/+34
* Starting to refactor the core moduleGabriel Falcao2013-10-041-0/+285
* adding the CONNECT method. closes #85Gabriel Falcao2013-09-301-0/+17
* 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-192-2/+2
* 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