mitmproxy/test/mitmproxy
Maximilian Hils fbb7d3e4c1 commands: only accept escaped quotes
instead of accepting quotation marks in strings, we now just accept \x22,
which is then unescaped by the str type. This greatly simplifies
the lexing and is more consistent from a user perspective.
2021-07-15 13:12:58 +02:00
..
addons tests++ 2021-06-23 20:24:37 +02:00
completion Add dummy directory to completion 2016-06-20 01:24:27 +05:30
contentviews GraphQL content-view (#4396) 2021-01-22 00:29:09 +01:00
coretypes Fix several DeprecationWarning: invalid escape sequence 2019-01-05 23:37:48 +01:00
data Use emoji and characters as markers. Add ~marker filter syntax. (#4587) 2021-05-27 11:40:41 +02:00
io Use emoji and characters as markers. Add ~marker filter syntax. (#4587) 2021-05-27 11:40:41 +02:00
net move body streaming into proxy core, fix #4470 2021-06-13 15:56:33 +02:00
platform [sans-io] add transparent proxy, improve testing 2020-12-12 21:24:18 +01:00
proxy add next_layer docs + example, minor fixes 2021-06-20 02:15:09 +02:00
script Reply: remove return value 2020-12-28 22:09:57 +01:00
tools commands: only accept escaped quotes 2021-07-15 13:12:58 +02:00
utils Use emoji and characters as markers. Add ~marker filter syntax. (#4587) 2021-05-27 11:40:41 +02:00
__init__.py nuke Pillow 2017-02-15 00:54:14 +01:00
test_addonmanager.py converge on hooks, events, and commands 2021-01-05 22:00:54 +01:00
test_certs.py Fix parsing of certificate issuer/subject with escaped special chars (#4557) 2021-05-27 09:51:01 +00:00
test_command_lexer.py commands: only accept escaped quotes 2021-07-15 13:12:58 +02:00
test_command.py commands: only accept escaped quotes 2021-07-15 13:12:58 +02:00
test_connection.py raise if server address is updated on non-closed connections 2021-06-19 12:28:40 +02:00
test_controller.py add MitmproxyEvent for addon events 2021-01-05 21:54:44 +01:00
test_ctx.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_eventsequence.py tests++ 2021-03-09 00:55:47 +01:00
test_exceptions.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_flow.py Add flow.comment command and keybinding to add a comment to a flow. (#4608) 2021-05-28 20:38:27 +02:00
test_flowfilter.py Add flow.comment command and keybinding to add a comment to a flow. (#4608) 2021-05-28 20:38:27 +02:00
test_hooks.py duplicate hooks: warn instead of raise 2021-01-16 20:31:50 +01:00
test_http.py Add json() method for HTTP Request and Response classes. (#4612) 2021-06-15 08:39:48 +00:00
test_log.py logging: don't pick up later mutations 2021-06-20 02:15:09 +02:00
test_master.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_options.py restructure and move test files 2017-02-14 23:31:37 +01:00
test_optmanager.py update ruamel.yaml, adjust api 2021-06-13 19:59:11 +02:00
test_proxy.py cleanup old proxy server 2020-12-28 14:33:10 +01:00
test_stateobject.py Add typechecking of Any values for state object 2018-06-17 10:22:17 +12:00
test_taddons.py Reply: remove return value 2020-12-28 22:09:57 +01:00
test_tcp.py add individual-coverage check 2017-02-16 11:43:45 +01:00
test_typemanager.py commands: refactor types 2017-12-18 17:02:48 +13:00
test_types.py handle escape sequences in mitmproxy.types 2021-07-14 13:17:31 +02:00
test_version.py mitmproxy --version: incorporate non-annotated tags 2019-12-21 02:18:26 +01:00
test_websocket.py commands: only accept escaped quotes 2021-07-15 13:12:58 +02:00
tservers.py add MitmproxyEvent for addon events 2021-01-05 21:54:44 +01:00