aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_utils.py')
-rw-r--r--test/test_utils.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_utils.py b/test/test_utils.py
index 27fc5cc5..89ce0f17 100644
--- a/test/test_utils.py
+++ b/test/test_utils.py
@@ -29,8 +29,6 @@ def test_pretty_size():
assert utils.pretty_size(1024 * 1024) == "1MB"
-
-
def test_parse_url():
assert not utils.parse_url("")
@@ -85,7 +83,6 @@ def test_urlencode():
assert utils.urlencode([('foo', 'bar')])
-
def test_urldecode():
s = "one=two&three=four"
assert len(utils.urldecode(s)) == 2
@@ -102,9 +99,6 @@ def test_get_header_tokens():
assert utils.get_header_tokens(h, "foo") == ["bar", "voing", "oink"]
-
-
-
def test_multipartdecode():
boundary = 'somefancyboundary'
headers = odict.ODict(