aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_encoding.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2015-08-10 20:44:36 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2015-08-10 20:44:36 +0200
commitff27d65f08d00c312a162965c5b1db711aa8f6ed (patch)
tree2098e479125bec21c518955907d996a88c6028f7 /test/test_encoding.py
parent476badf45cd085d69b6162cd48983e3cd22cefcc (diff)
downloadmitmproxy-ff27d65f08d00c312a162965c5b1db711aa8f6ed.tar.gz
mitmproxy-ff27d65f08d00c312a162965c5b1db711aa8f6ed.tar.bz2
mitmproxy-ff27d65f08d00c312a162965c5b1db711aa8f6ed.zip
cleanup whitespace
Diffstat (limited to 'test/test_encoding.py')
-rw-r--r--test/test_encoding.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_encoding.py b/test/test_encoding.py
index faf718ae..612aea89 100644
--- a/test/test_encoding.py
+++ b/test/test_encoding.py
@@ -1,5 +1,6 @@
from netlib import encoding
+
def test_identity():
assert "string" == encoding.decode("identity", "string")
assert "string" == encoding.encode("identity", "string")