mitmproxy/test/mitmproxy
Tai Dickerson c2d0910e59 Make har_extractor.py output HAR 1.2 spec-compliant
HAR files were failing to load in harviewer (http://www.softwareishard.com/har/viewer/) due to:
- ISO 8601 dates for startedDateTime missing timezone (http://www.softwareishard.com/blog/har-12-spec/#pages)
-- Used UTC but could add detection of default system timezone if desired
- pages object missing pageTimings (http://www.softwareishard.com/blog/har-12-spec/#pageTimings)
-- Used {} because all child fields are optional
2016-06-14 12:47:10 -04:00
..
completion
console Basic ConsoleMaster tests, based on mastertester 2016-06-04 19:07:27 +12:00
data Make har_extractor.py output HAR 1.2 spec-compliant 2016-06-14 12:47:10 -04:00
fuzzing
script Simplify script concurrency helpers 2016-06-08 11:21:38 +12:00
tools more style cleanup 2016-05-29 11:55:12 +02:00
__init__.py
mastertest.py If a message has been acked, all other processors are skipped 2016-06-08 12:58:58 +12:00
mock_urwid.py
test_app.py more style cleanup 2016-05-29 13:43:20 +02:00
test_cmdline.py
test_contentview.py Remove odict 2016-06-09 13:28:43 +12:00
test_controller.py A new interface for reply 2016-06-08 10:44:20 +12:00
test_custom_contentview.py
test_dump.py Rebase on master 2016-06-04 14:37:07 +12:00
test_examples.py
test_filt.py
test_flow.py If a message has been acked, all other processors are skipped 2016-06-08 12:58:58 +12:00
test_flow_export.py split mitmproxy.flow into mitmproxy.flow.* 2016-05-30 01:40:09 -07:00
test_flow_format_compat.py Fix test import error 2016-05-31 10:25:02 +12:00
test_fuzzing.py
test_platform_pf.py
test_protocol_http1.py
test_protocol_http2.py http2.frame -> http2.framereader 2016-05-31 20:32:28 +12:00
test_proxy.py more style cleanup 2016-05-29 13:43:20 +02:00
test_script.py more style cleanup 2016-05-29 13:43:20 +02:00
test_server.py A new interface for reply 2016-06-08 10:44:20 +12:00
test_stateobject.py
test_utils.py Utils cleanups 2016-06-07 17:12:52 +12:00
test_web_app.py Very basic test truss for web.app 2016-06-04 15:30:28 +12:00
test_web_master.py Rebase on master 2016-06-04 14:37:07 +12:00
tservers.py
tutils.py more style cleanup 2016-05-29 13:43:20 +02:00