summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* typoGabriel Falcão2018-03-071-3/+4
* Update version classifiers (#329)Hugo2018-03-074-16/+16
* Merge pull request #165 from akun/masterGabriel Falcão2017-02-161-0/+2
|\
| * Fixed an error when "Content-Length" is not int likeakun2014-05-191-0/+2
* | add a test for content-length header with callable bodyKonstantinos Koukopoulos2017-02-161-61/+20
* | Squashed commit of the following:Andrew Gross2016-10-112-0/+100
* | Update HTTP call recording to properly send headers being testedAndrew Gross2016-10-111-1/+5
* | Merge pull request #169 from chris-martin/unittest_TestCase_decoratorGabriel Falcão2016-05-261-1/+68
|\ \
| * | Decorate unittest.TestCase setUp/tearDown methodsChris Martin2014-05-231-1/+68
| |/
* | 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
* | | Merge pull request #287 from hufman/dynamic-content-lengthGabriel Falcão2016-05-261-0/+10
|\ \ \
| * | | Encode callable body length as str and not bytesWalter Huf2016-02-061-0/+10
| |/ /
* | | Use body and headers when recording upstream calls.Bogdan Hodorog2016-04-062-3/+12
|/ /
* | BF: PY3 etc -- no need to byte_type an in which later %s-ed, assume sending b...Yaroslav Halchenko2015-12-151-3/+3
* | 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-1312-67/+105
* | Merge pull request #233 from jmcarp/matcher-priorityGabriel Falcão2015-07-291-0/+17
|\ \
| * | Add priority argument to register_uri.Joshua Carp2015-03-131-0/+17
* | | 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
* | Merge pull request #170 from chris-martin/disallow-real-connectionsGabriel Falcão2014-12-111-1/+68
|\ \
| * | Allow_net_connect, prevent real connections (#157)Chris Martin2014-05-231-1/+68
| |/
* | Fix bug that occurs when using custom schema/port/regexLuqmaan2014-04-032-1/+153
|/
* Unit test for mocking of octet stream and fix to the codeMatt Millar2014-03-141-0/+23
* Python3: use bytes where needed.Cyril Roelandt2014-01-211-4/+4
* Python 3: fix test_httpretty_should_allow_registering_regexes_with_streaming_...Cyril Roelandt2014-01-211-2/+2
* Python 3: fix test_request_stubs_internalsCyril Roelandt2014-01-211-5/+5
* Python3: Fix test_recording_calls()Cyril Roelandt2014-01-211-1/+3
* 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
* Fix relative importCyril Roelandt2014-01-211-1/+1
* Fix test that checks ID rather than equalityJamie Lennox2014-01-151-2/+2
* Free version requirementsJamie Lennox2014-01-141-1/+2
* creating new docsGabriel Falcao2013-10-101-0/+9
* reaching 80% of unit test coverageGabriel Falcao2013-10-071-0/+12
* refactoring sendallGabriel Falcao2013-10-071-1/+110
* improving test serverGabriel Falcao2013-10-071-2/+9
* more refactoringGabriel Falcao2013-10-071-13/+88
* more refactoringGabriel Falcao2013-10-072-4/+66
* more refactoringGabriel Falcao2013-10-041-0/+34
* Starting to refactor the core moduleGabriel Falcao2013-10-042-0/+289
* temporarily solving #42 in a ugly way. Ready to refactor some codeGabriel Falcao2013-10-031-4/+2
* fixing the POST callback being called twice. closes #100, but might regress #42Gabriel Falcao2013-10-032-18/+35
* ignoring issue #100 in an unrelated functional test temporarilyGabriel Falcao2013-10-021-1/+3