From aae8a9959cd848a8564b64825b818d9b2d655795 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sat, 16 Jun 2012 21:23:32 +1200 Subject: Pull out protocol components into protocol.py --- test/test_netlib.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/test_netlib.py') diff --git a/test/test_netlib.py b/test/test_netlib.py index 12aa2acc..19902d17 100644 --- a/test/test_netlib.py +++ b/test/test_netlib.py @@ -72,7 +72,6 @@ class TestServer(ServerTestBase): assert "Testing an error" in self.q.get() - class TestTCPClient: def test_conerr(self): tutils.raises(netlib.NetLibError, netlib.TCPClient, False, "127.0.0.1", 0, None) @@ -92,4 +91,3 @@ class TestFileLike: s = cStringIO.StringIO("foobar\nfoobar") s = netlib.FileLike(s) assert s.readline(3) == "foo" - -- cgit v1.2.3