summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-292-5/+5
|\ \
| * | Don't duplicate http ports numberGuillaume Gauvrit2013-07-292-5/+5
| |/
* | Merge pull request #95 from mikewaters/masterGabriel Falcão2013-09-291-1/+25
|\ \
| * | Use common string case for URIInfo hostname comparison.Mike Waters2013-09-131-1/+25
| |/
* | Add a way to match the querystrings.Alexis Métaireau2013-09-231-0/+22
|/
* 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
* Use the real socket if it's not HTTPGuillaume Gauvrit2013-07-251-0/+1
* partial fix for some tests, 2 tests still failgcetusic2013-06-271-1/+5
* Fixing bug of trailing slash. closes #73Gabriel Falcao2013-06-201-0/+9
* Merge pull request #61 from maxmind/masterGabriel Falcão2013-06-116-60/+60
|\
| * Whitespace and 'u' string fixesGregory Oschwald2013-05-066-57/+57
| * Removed 2.x-style unicode literalsGregory Oschwald2013-05-066-53/+53
* | Fix the calculation of Content-Lengthpapaeye2013-06-101-1/+9
* | add http OPTIONS verbGrigouze2013-05-231-1/+1
|/
* unicode fix for python 3Steve Pulec2013-05-031-6/+6
* no need for global anymoreSteve Pulec2013-05-031-1/+0
* make sure that streaming data for callbacks is received properlySteve Pulec2013-05-031-2/+17
* Merge pull request #56 from spulec/fix-querystring-with-regex2Gabriel Falcão2013-05-012-0/+22
|\
| * regex matching should ignore querystringsSteve Pulec2013-04-302-0/+22
* | fixes for other python versionSteve Pulec2013-05-011-2/+2
* | Fixes streaming data requests when using regexes. Closes #42Steve Pulec2013-04-301-0/+23
|/
* Moving code around, simplifying API interface and releasing 0.6.00.6.0Gabriel Falcao2013-04-185-26/+33
* Merge branch 'url-normalization' of git://github.com/spulec/HTTPretty into sp...Gabriel Falcao2013-04-152-0/+32
|\
| * fix tests for py26 and py33Steve Pulec2013-03-162-6/+22
| * Normalize urls matching for url quotingSteve Pulec2013-03-161-0/+13
* | Merge pull request #47 from kairichard/masterGabriel Falcão2013-04-153-7/+73
|\ \
| * \ Merge remote-tracking branch 'upstream/master'Kai Richard Koenig2013-03-252-8/+11
| |\ \
| * | | Fixed an issue were callbacks would override them selfs with strKai Richard Koenig2013-03-201-0/+19
| * | | Introduced more flexible callbacks.Kai Richard Koenig2013-03-203-7/+54
| | |/ | |/|
* | | 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-022-4/+16
* | | add missing return to Py3kObjectIgor Sobreira2013-04-021-1/+10
| |/ |/|
* | fixing testsGabriel Falcao2013-03-242-4/+11
* | removing prints from testserverGabriel Falcao2013-03-241-4/+0
|/
* renaming testGabriel Falcao2013-03-151-1/+1