From 536c7acd13426d42dc863ae8b50e6c3a4cb2e858 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 1 Jul 2016 14:10:48 -0700 Subject: py3++ --- test/netlib/test_strutils.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/netlib') diff --git a/test/netlib/test_strutils.py b/test/netlib/test_strutils.py index 84a0dded..a50fc40a 100644 --- a/test/netlib/test_strutils.py +++ b/test/netlib/test_strutils.py @@ -29,10 +29,6 @@ def test_clean_bin(): assert strutils.clean_bin(u"\u2605") == u"\u2605" -def test_safe_subn(): - assert strutils.safe_subn("foo", u"bar", "\xc2foo") - - def test_bytes_to_escaped_str(): assert strutils.bytes_to_escaped_str(b"foo") == "foo" assert strutils.bytes_to_escaped_str(b"\b") == r"\x08" -- cgit v1.2.3