mitmproxy/test
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
..
mitmproxy Make har_extractor.py output HAR 1.2 spec-compliant 2016-06-14 12:47:10 -04:00
netlib Merge pull request #1253 from mhils/fix-debug 2016-06-14 17:12:02 +12:00
pathod Be stricter about handling connetcts in the pathoc test suite 2016-06-12 10:39:19 +12:00
__init__.py move tests into shared folder 2016-02-15 16:34:22 +01:00