aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* netlib: request.path can be NoneMaximilian Hils2016-03-201-1/+6
|
* py3++Maximilian Hils2016-03-202-51/+21
|
* py3++Maximilian Hils2016-03-202-6/+6
|
* py3++: cStringIOMaximilian Hils2016-03-2012-59/+52
|
* port mitmproxy.scripts to py3Maximilian Hils2016-03-191-1/+1
|
* fix tests on OSXMaximilian Hils2016-03-191-5/+10
|
* simplify tests for @concurrentMaximilian Hils2016-03-193-89/+33
|
* add tests for mitmproxy.script.reloaderMaximilian Hils2016-03-191-0/+29
|
* improve mitmproxy.scripts semantics, clean up testsMaximilian Hils2016-03-195-70/+107
|
* Merge pull request #1014 from ikoz/masterMaximilian Hils2016-03-172-0/+42
|\ | | | | New option: Add server certs to client chain
| * Rename 'server' to 'upstream' in identifiers related to the ↵ikoz2016-03-162-14/+14
| | | | | | | | AddServerCertsToClientChain feature
| * Move more init things inside AddServerCertsToClientChainMixinikoz2016-03-161-20/+13
| |
| * Restructuring of the AddServerCertsToClientChain test so that it uses a ↵ikoz2016-03-161-38/+25
| | | | | | | | Mixin - also removed some extra printf statements
| * Add tests for add-server-certs-to-client-chain featureikoz2016-03-152-0/+62
| |
* | Merge pull request #1030 from xhy940801/socksMaximilian Hils2016-03-161-0/+39
|\ \ | | | | | | Add 'UsernamePasswordAuth' 'UsernamePasswordAuthResponse' to SOCKS
| * | Add 'UsernamePasswordAuth' 'UsernamePasswordAuthResponse' to SOCKSyonder2016-03-151-0/+39
| | |
* | | Merge pull request #1019 from lilydjwg/masterThomas Kriechbaumer2016-03-151-0/+1
|\ \ \ | | | | | | | | add resolved IP address in "Details" tab
| * | | use "peer_address" instead of "sock_address"lilydjwg2016-03-151-1/+1
| | | |
| * | | fix tests for "sock_address"lilydjwg2016-03-141-0/+1
| | |/ | |/|
* | | Update contentview testShadab Zafar2016-03-111-4/+9
| | |
* | | Move har_extractor tests to the examples fileShadab Zafar2016-03-112-37/+24
| | |
* | | Use the contextmanager in all testsShadab Zafar2016-03-111-44/+50
| | |
* | | Add contextmanager to load an exampleShadab Zafar2016-03-111-10/+15
| | |
* | | Add tests for redirect_requests exampleShadab Zafar2016-03-111-0/+7
| | |
* | | Add test for iframe_injector exampleShadab Zafar2016-03-111-1/+16
| | |
* | | Add tests for custom_contentviews exampleShadab Zafar2016-03-111-1/+9
| | |
* | | Add tests for modify_response_body exampleShadab Zafar2016-03-111-0/+16
| | |
* | | Remove missing importShadab Zafar2016-03-111-1/+0
| | |
* | | Update modify_querystring example & add test for itShadab Zafar2016-03-111-1/+7
| | |
* | | Add tests for add_header exampleShadab Zafar2016-03-111-0/+7
| | |
* | | Add tests for modify_form exampleShadab Zafar2016-03-111-1/+17
|/ /
* | Merge pull request #969 from dufferzafar/pretty-exportThomas Kriechbaumer2016-03-041-0/+31
|\ \ | | | | | | Indent JSON body while exporting it as code
| * | Add a test for json requestShadab Zafar2016-03-041-0/+31
| | |
* | | Merge pull request #989 from dufferzafar/har-extractorThomas Kriechbaumer2016-03-042-0/+115
|\ \ \ | |_|/ |/| | Improve HAR Extractor Script
| * | Use custom Context objectShadab Zafar2016-03-041-6/+6
| | |
| * | Test har_extractor.responseShadab Zafar2016-03-042-0/+105
| | |
| * | Add basic test for har_extractorShadab Zafar2016-03-041-0/+10
| |/
* | Improve test caseyonder2016-03-041-0/+4
| |
* | Add test for upstream-authyonder2016-03-022-0/+11
|/
* suppress pathoc test timeouts on windowsMaximilian Hils2016-02-271-0/+2
|
* fix #956Maximilian Hils2016-02-191-6/+4
|
* Merge remote-tracking branch 'duffer/pretty-host'Maximilian Hils2016-02-182-4/+15
|\
| * Fixup more testsShadab Zafar2016-02-182-5/+8
| |
| * Use host header values only when the ports matchShadab Zafar2016-02-181-2/+6
| |
| * Handle port numbers in host headerShadab Zafar2016-02-171-0/+4
| | | | | | | | from: https://github.com/mitmproxy/netlib/pull/121
* | fix test paths, move coverage config into setup.pyMaximilian Hils2016-02-181-1/+1
| |
* | Make fuzzing run againAldo Cortesi2016-02-182-7/+4
| |
* | Docs and examples to top levelAldo Cortesi2016-02-181-1/+1
| |
* | Add a content view for query parametersWill Coster2016-02-161-0/+21
|/ | | | | | | | | | | | | | The query content view uses format_dict to display a table of query parameters and is made the default content view for requests with query parameters and no request body. To facilitate this the query parameter dictionary of HTTPRequests is added to the metadata content view parameter under the "query" key. Additionally, the logic for handling "no content" messages is moved from contentviews.get_content_view to ViewAuto. This is necessary as it allows the query content view to be displayed when there is no request body.
* move tservers helperThomas Kriechbaumer2016-02-165-5/+116
|