aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* http2: fix race-condition in testsThomas Kriechbaumer2016-07-121-1/+1
|
* http2: more coverageThomas Kriechbaumer2016-07-101-19/+201
|
* http2: simplify test classThomas Kriechbaumer2016-07-101-65/+22
|
* Remove redundant testsShadab Zafar2016-07-101-12/+0
|
* Test cookies.is_expired separatelyShadab Zafar2016-07-101-0/+21
|
* Add tests for deletion of stickycookiesShadab Zafar2016-07-091-2/+26
|
* Make escape_control_characters handle strings on Py2Shadab Zafar2016-07-091-2/+3
|
* Set verbosity & flow_detail to 0Shadab Zafar2016-07-091-0/+12
|
* py3++Shadab Zafar2016-07-091-18/+23
|
* Merge pull request #1327 from mitmproxy/remove-script-contextMaximilian Hils2016-07-0815-75/+68
|\ | | | | Remove script context
| * move script context to mitmproxy.ctxMaximilian Hils2016-07-083-12/+12
| |
| * remove script contextsMaximilian Hils2016-07-075-48/+38
| |
| * remove context from all scriptsMaximilian Hils2016-07-0710-27/+30
| |
* | py3++Maximilian Hils2016-07-082-1/+5
| |
* | Updated coding style and modified flow format compat test to use v0.11 and ↵jpkrause2016-07-085-72/+2
|/ | | | v0.10 dump files
* tests++Maximilian Hils2016-07-071-0/+15
|
* py3++Maximilian Hils2016-07-074-15/+15
|
* py3++Maximilian Hils2016-07-072-84/+87
|
* py3++Thomas Kriechbaumer2016-07-071-6/+6
|
* py3++: test_protocol_http2Shadab Zafar2016-07-071-3/+3
|
* disable harparser on py3Maximilian Hils2016-07-071-0/+7
|
* Merge pull request #1318 from mhils/tnetstring3-unicode-typeThomas Kriechbaumer2016-07-074-25/+21
|\ | | | | [tests actually pass] Add unicode to tnetstring3
| * sni is now str, not bytesMaximilian Hils2016-07-064-19/+19
| |
| * fix testsMaximilian Hils2016-07-062-2/+2
| |
| * tnetstring3: adapt to unicode supportMaximilian Hils2016-07-061-6/+2
| |
| * tnetstring: keys are str on py3. migrate flow.io_compatMaximilian Hils2016-07-061-2/+2
| |
* | Detect JSON API media type as a json content viewLinmiao Xu2016-07-061-0/+7
|/ | | | | | | | IANA assignment here: https://www.iana.org/assignments/media-types/application/vnd.api+json More about JSON API: https://github.com/json-api/json-api
* py3++, multidict fixesMaximilian Hils2016-07-061-1/+1
| | | | | | | | | | | | This commit improves Python 3 compatibility and fixes two multidict issues: 1. Headers.items(multi=True) now decodes fields 2. MultiDict.clear(item) has been removed, as Python's MutableMapping already defines .clear() with different semantics. This is confusing for everyone who expects a dict-like object. `.pop("attr", None)` is not fantastic, but it's the Python way to do it.
* py3++Maximilian Hils2016-07-062-16/+9
|
* Merge pull request #1315 from mitmproxy/better-unicode-handlingMaximilian Hils2016-07-051-15/+25
|\ | | | | remove clean_bin, clarify unicode handling
| * remove clean_bin, clarify unicode handlingMaximilian Hils2016-07-051-15/+25
| |
* | Merge pull request #1297 from dufferzafar/py3-flow-exportMaximilian Hils2016-07-052-5/+5
|\ \ | |/ |/| Python 3 - test_flow_export
| * py3++: test_flow_exportShadab Zafar2016-07-022-5/+5
| |
* | http2: test fatal connection terminationThomas Kriechbaumer2016-07-051-1/+52
| |
* | http2: test throttling at MAX_CONCURRENT_STREAMSThomas Kriechbaumer2016-07-052-6/+80
| |
* | http2: Remove TestReadRequestConnect testShadab Zafar2016-07-031-31/+0
|/
* fix lint issuesShadab Zafar2016-07-021-2/+0
|
* minor fixesMaximilian Hils2016-07-011-5/+5
|
* fix tcp message handlingMaximilian Hils2016-07-012-5/+4
|
* py3++Maximilian Hils2016-07-012-9/+5
|
* py3++: test/mitmproxy/test_serverShadab Zafar2016-07-013-31/+34
|
* minor fixesMaximilian Hils2016-06-281-1/+1
|
* fix mysterious tox issueMaximilian Hils2016-06-281-1/+1
|
* http2: improve error handling in testsThomas Kriechbaumer2016-06-221-12/+29
|
* py3++: mitmproxy.protocol.http1Shadab Zafar2016-06-221-4/+4
|
* mitmproxy.tnetstring -> mitmproxy.contrib.tnetstringShadab Zafar2016-06-212-2/+3
|
* Imported tests for tnetstringShadab Zafar2016-06-211-0/+141
| | | | | | | Copied from https://github.com/carlopires/tnetstring3/blob/a808f6b5ba8b64919b6b6359fd6a80bbf59e4557/tests/test_format.py Then ran pep8 etc.
* Merge pull request #1276 from dufferzafar/console-patheditMaximilian Hils2016-06-202-0/+26
|\ | | | | mitmproxy.console tests - PathEdit
| * Add dummy directory to completionShadab Zafar2016-06-201-0/+2
| |
| * Add tests for PathEditShadab Zafar2016-06-201-0/+24
| |