diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-01-30 14:52:51 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-01-30 14:52:51 +1300 |
commit | 2a39387d27a1d016bb415bf82bee40c28c527163 (patch) | |
tree | cb256037f84485eefda4e3359719fb137ff4f4d9 /test | |
parent | 091db9cdf206be16ca9492405402378f7aead136 (diff) | |
download | mitmproxy-2a39387d27a1d016bb415bf82bee40c28c527163.tar.gz mitmproxy-2a39387d27a1d016bb415bf82bee40c28c527163.tar.bz2 mitmproxy-2a39387d27a1d016bb415bf82bee40c28c527163.zip |
UI tweaks
- Make flow view state persistent (request/response, body view mode).
- Don't exit flow view mode when viewing help.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_utils.py b/test/test_utils.py index 60649059..f7c48c08 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -232,7 +232,6 @@ class uprettybody(libpry.AutoTree): assert utils.prettybody(s) - tests = [ umake_bogus_cert(), |