mitmproxy/test/mitmproxy/contentviews
Felix Yan b352557092 Fix test_format_xml with dot in path
When the path contains dot ".", replacing all dots will generate a non-exist result and raises a FileNotFoundError. Replacing only the last dot fixes this.
2017-03-16 16:48:21 +08:00
..
image image view: add fallback, catch all images but svgs 2017-02-15 14:04:24 +01:00
test_xml_html_data add new xml/html pretty-printer 🎉 2016-12-10 11:40:07 +01:00
__init__.py update tests, increase coverage, add type info 2016-12-09 21:26:02 +01:00
test_api.py replace tutils.raises with pytest.raises + shim 2017-02-02 12:59:01 +01:00
test_auto.py image view: add fallback, catch all images but svgs 2017-02-15 14:04:24 +01:00
test_base.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_css.py update tests, increase coverage, add type info 2016-12-09 21:26:02 +01:00
test_hex.py update tests, increase coverage, add type info 2016-12-09 21:26:02 +01:00
test_html_outline.py add new xml/html pretty-printer 🎉 2016-12-10 11:40:07 +01:00
test_javascript.py update tests, increase coverage, add type info 2016-12-09 21:26:02 +01:00
test_json.py update tests, increase coverage, add type info 2016-12-09 21:26:02 +01:00
test_multipart.py update tests, increase coverage, add type info 2016-12-09 21:26:02 +01:00
test_protobuf.py protobuf: coverage++ 2017-02-19 14:29:09 +01:00
test_query.py update tests, increase coverage, add type info 2016-12-09 21:26:02 +01:00
test_raw.py update tests, increase coverage, add type info 2016-12-09 21:26:02 +01:00
test_urlencoded.py update tests, increase coverage, add type info 2016-12-09 21:26:02 +01:00
test_wbxml.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_xml_html.py Fix test_format_xml with dot in path 2017-03-16 16:48:21 +08:00