diff options
author | Chris Czub <chris.czub@gmail.com> | 2015-09-02 14:28:25 -0400 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-02 20:30:58 +0200 |
commit | b4e0be905213cdcd8c764fbbe87b63f411e765b4 (patch) | |
tree | bf65d1953995c9bef517397f690afe35850483fe /test/test_console_import.py | |
parent | c14fbc7794eee2a60d3c90f818ec481cf9db544b (diff) | |
download | mitmproxy-b4e0be905213cdcd8c764fbbe87b63f411e765b4.tar.gz mitmproxy-b4e0be905213cdcd8c764fbbe87b63f411e765b4.tar.bz2 mitmproxy-b4e0be905213cdcd8c764fbbe87b63f411e765b4.zip |
PR #700
Start moving the contentview up a level
Started shifting the contentview class up to libmproxy
Diffstat (limited to 'test/test_console_import.py')
-rw-r--r-- | test/test_console_import.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_console_import.py b/test/test_console_import.py new file mode 100644 index 00000000..c99faae8 --- /dev/null +++ b/test/test_console_import.py @@ -0,0 +1,5 @@ +import libmproxy.contentview as cv + + +def test_pass(): + assert True |