aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* tests: silence flaky pathod testMaximilian Hils2016-05-201-0/+1
|
* Merge pull request #1152 from mhils/cleanup-odictThomas Kriechbaumer2016-05-191-10/+0
|\ | | | | clean up odict
| * clean up odictMaximilian Hils2016-05-181-10/+0
| |
* | tests: properly skip pathod testsMaximilian Hils2016-05-182-4/+4
|/
* tests: xfail -> skipMaximilian Hils2016-05-181-3/+3
|
* remove debug printThomas Kriechbaumer2016-05-171-1/+0
|
* http2: add connection-lost testThomas Kriechbaumer2016-05-171-0/+48
|
* Fix broken test_flow_export testsAldo Cortesi2016-05-181-34/+27
| | | | | | | - Make the tests safe for concurrency - Fix a test that only passed due to prior modification of global state This also fixes the project generally for parallel test execution.
* Clean up flow export testsAldo Cortesi2016-05-1811-262/+242
| | | | | - Externalise test data - Define a less finicky comparator for Python code
* fix naming which caused overwriting of functionsThomas Kriechbaumer2016-05-151-1/+1
|
* http2: improve header tests (#1143) (#1144)Thomas Kriechbaumer2016-05-141-6/+11
|
* Sanitize Print (#1135)Maximilian Hils2016-05-121-0/+15
| | | | | | | | * sanitize strings with shell control characters * netlib: add utilities to safe-print bytes * escaped str: add TODO for multi-byte chars
* disable http2 header encoding, use bytes everywhereThomas Kriechbaumer2016-05-111-2/+6
|
* Merge pull request #1121 from Kriechi/fix-cookiesThomas Kriechbaumer2016-05-114-5/+29
|\ | | | | improve cookie parsing
| * replace SimpleCookie with our own parser libThomas Kriechbaumer2016-05-111-1/+16
| |
| * improve cookie parsingThomas Kriechbaumer2016-05-103-4/+13
| | | | | | | | | | allows '/' to be within a cookie name removes deprecated cookie getter/setter fixes #1118
* | improve script loadingMaximilian Hils2016-05-113-18/+20
| |
* | actually fix testsMaximilian Hils2016-05-101-2/+2
| |
* | Revert "fix tests"Maximilian Hils2016-05-101-2/+2
| | | | | | | | This reverts commit f315dc1eb9f4701548fd57bbb38de1e9caa34e40.
* | fix testsMaximilian Hils2016-05-101-2/+2
|/
* fix #1120Maximilian Hils2016-05-091-0/+12
|
* stateobject: support listsMaximilian Hils2016-04-291-0/+63
|
* mitmdump: don't fail for other flowtypesMaximilian Hils2016-04-291-1/+1
|
* remove netlib version checkMaximilian Hils2016-04-291-13/+0
|
* FlowReadError -> FlowReadExceptionMaximilian Hils2016-04-292-8/+6
|
* support for setting/sending multiple cookies (#1091)Steven Van Acker2016-04-221-0/+19
| | | | | | * support for setting/sending multiple cookies * py.test for multiple cookie support
* silence flaky pathod testMaximilian Hils2016-04-211-0/+1
|
* downgrade pyparsing to fix #1087 and #1090Maximilian Hils2016-04-211-3/+9
|
* cleanup mitmproxy.controller, raise Kill in Channel (#1085)Maximilian Hils2016-04-144-18/+109
|
* py3++Maximilian Hils2016-04-133-6/+6
|
* peer_address -> ip_addressMaximilian Hils2016-04-111-1/+1
|
* server replay: keep --kill activeMaximilian Hils2016-04-092-12/+3
|
* Merge branch 'better-replace'Maximilian Hils2016-04-033-4/+23
|\
| * improve .replace() and move it into netlibMaximilian Hils2016-04-023-4/+23
| |
* | Merge pull request #1074 from mitmproxy/move-response-refreshThomas Kriechbaumer2016-04-033-32/+39
|\ \ | | | | | | move HTTPResponse.refresh into netlib
| * | move HTTPResponse.refresh into netlibMaximilian Hils2016-04-023-32/+39
| | |
* | | Merge pull request #1073 from mitmproxy/first-line-formatThomas Kriechbaumer2016-04-032-14/+14
|\ \ \ | | | | | | | | form_(in|out) -> first_line_format
| * | | form_(in|out) -> first_line_formatMaximilian Hils2016-04-022-14/+14
| |/ /
* / / response.msg -> response.reasonMaximilian Hils2016-04-021-2/+2
|/ /
* / fix FlowMaster.create_request, add testMaximilian Hils2016-04-021-0/+5
|/
* add Serializeable.copyMaximilian Hils2016-04-021-0/+27
|
* mergeZohar Lorberbaum2016-03-281-1/+0
|
* Merge remote-tracking branch 'mitmproxy/master'Zohar Lorberbaum2016-03-281-1/+0
| | | | Merge with master
* Merge with masterZohar Lorberbaum2016-03-285-13/+35
|
* cleaner target urlZohar Lorberbaum2016-03-281-6/+6
|
* locust_task re-use locust_code.Zohar Lorberbaum2016-03-271-15/+14
|
* pep8Zohar Lorberbaum2016-03-251-12/+12
|
* Add UI shortcuts.Zohar Lorberbaum2016-03-241-0/+9
|
* Flow export to locust.io load test tool.Zohar Lorberbaum2016-03-231-2/+187
|
* netlib: request.path can be NoneMaximilian Hils2016-03-201-1/+6
|