summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* prettify code with blackblackGabriel Falcão2018-11-0411-741/+820
* lintGabriel Falcão2018-11-043-9/+9
* Expose allow_net_connect in enable() and add to documentationErwin Junge2018-10-301-18/+8
* Merge pull request #315 from AdamWill/old-urllib3Gabriel Falcão2018-09-101-0/+5
|\
| * Handle bugs in older urllib3 versions in one of the testsAdam Williamson2017-01-061-0/+5
* | Release 0.9.0 - Python 3 support + Improved Documentation (#335)Gabriel Falcão2018-04-2811-139/+280
* | Add support for requests 2.13 (#319)Samuel Mendes2018-03-072-14/+12
* | 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
| |/ |/|
* | 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
| |/
* | Use body and headers when recording upstream calls.Bogdan Hodorog2016-04-062-3/+12
* | 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-138-47/+73
* | Add priority argument to register_uri.Joshua Carp2015-03-131-0/+17
* | 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-031-0/+151
|/
* Unit test for mocking of octet stream and fix to the codeMatt Millar2014-03-141-0/+23
* Python 3: fix test_httpretty_should_allow_registering_regexes_with_streaming_...Cyril Roelandt2014-01-211-2/+2
* Python3: Fix test_recording_calls()Cyril Roelandt2014-01-211-1/+3
* 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
* improving test serverGabriel Falcao2013-10-071-2/+9
* more refactoringGabriel Falcao2013-10-071-4/+0
* 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
* improving functional test for recordingGabriel Falcao2013-10-021-62/+29
* using threads in the base server instead of multiprocessing and removing the ...Gabriel Falcao2013-10-011-4/+6
* teaching HTTPretty to playback recorded responses. refs #10Gabriel Falcao2013-10-012-1/+75
* teaching HTTPretty how to record requests. refs #10Gabriel Falcao2013-10-014-2/+175
* fixing bug when unicode query string had unicode chars. closes #36Gabriel Falcao2013-10-011-0/+8
* Merge pull request #89 from Gandi/masterGabriel Falcão2013-09-291-1/+3
|\
| * Don't duplicate http ports numberGuillaume Gauvrit2013-07-291-1/+3
* | Add a way to match the querystrings.Alexis Métaireau2013-09-231-0/+22
|/
* Use the real socket if it's not HTTPGuillaume Gauvrit2013-07-251-0/+1
* Fixing bug of trailing slash. closes #73Gabriel Falcao2013-06-201-0/+9
* Merge pull request #61 from maxmind/masterGabriel Falcão2013-06-115-53/+53
|\
| * Whitespace and 'u' string fixesGregory Oschwald2013-05-065-53/+53
| * Removed 2.x-style unicode literalsGregory Oschwald2013-05-065-48/+48
* | add http OPTIONS verbGrigouze2013-05-231-1/+1
|/
* unicode fix for python 3Steve Pulec2013-05-031-6/+6