From deb79a9c5a1794ffa5f67fdefdfe24b42eeef9f4 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 21 Feb 2011 08:47:19 +1300 Subject: Add a simple server playback state object. We use a loose hash to match incoming requests with recorded flows. At the moment, this hash is over the host, port, scheme, method, path and content of the request. Note that headers are not included here - if we do want to include headers, we would have to do some work to normalize them to remove variations between user agents, header order, etc. etc. --- test/test_netstring.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_netstring.py') diff --git a/test/test_netstring.py b/test/test_netstring.py index 5146d150..48285960 100644 --- a/test/test_netstring.py +++ b/test/test_netstring.py @@ -3,7 +3,6 @@ from cStringIO import StringIO import libpry - class uNetstring(libpry.AutoTree): def setUp(self): self.test_data = "Netstring module by Will McGugan" -- cgit v1.2.3