diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-02-15 00:24:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-15 00:24:05 +0100 |
commit | bb2fa6dc7d871d703c6759926521d8c16aae80f1 (patch) | |
tree | 63439432d40bd5f0740000b71da0dc6df6053e3c /test/pathod/protocols/test_http.py | |
parent | a3436897ad8c504c08cff40bcddd7915c13a4712 (diff) | |
parent | 4d973e82959f5aecab8313b43ce1ab484f21b536 (diff) | |
download | mitmproxy-bb2fa6dc7d871d703c6759926521d8c16aae80f1.tar.gz mitmproxy-bb2fa6dc7d871d703c6759926521d8c16aae80f1.tar.bz2 mitmproxy-bb2fa6dc7d871d703c6759926521d8c16aae80f1.zip |
Merge pull request #2026 from Kriechi/filename-matching
add filename-matching linter
Diffstat (limited to 'test/pathod/protocols/test_http.py')
-rw-r--r-- | test/pathod/protocols/test_http.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pathod/protocols/test_http.py b/test/pathod/protocols/test_http.py new file mode 100644 index 00000000..777ab4dd --- /dev/null +++ b/test/pathod/protocols/test_http.py @@ -0,0 +1 @@ +# TODO: write tests |