From 57a61ae8fd420744d616765d13ad93dec3b3aa52 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 2 Jun 2015 12:09:07 +1200 Subject: console: convert add_event to a signal. --- test/test_console_contentview.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/test_console_contentview.py') diff --git a/test/test_console_contentview.py b/test/test_console_contentview.py index a296376e..f2d82419 100644 --- a/test/test_console_contentview.py +++ b/test/test_console_contentview.py @@ -190,7 +190,6 @@ Larry [["content-type", "application/json"]], "[1, 2, 3]", 1000, - lambda x, l: None, False ) assert "Raw" in r[0] @@ -200,7 +199,6 @@ Larry [["content-type", "application/json"]], "[1, 2, 3]", 1000, - lambda x, l: None, False ) assert r[0] == "JSON" @@ -210,7 +208,6 @@ Larry [["content-type", "application/json"]], "[1, 2", 1000, - lambda x, l: None, False ) assert "Raw" in r[0] @@ -220,7 +217,6 @@ Larry [], "[1, 2", 1000, - lambda x, l: None, False ) assert "Raw" in r[0] @@ -233,7 +229,6 @@ Larry ], encoding.encode('gzip', "[1, 2, 3]"), 1000, - lambda x, l: None, False ) assert "decoded gzip" in r[0] @@ -247,7 +242,6 @@ Larry ], encoding.encode('gzip', "[1, 2, 3]"), 1000, - lambda x, l: None, False ) assert "decoded gzip" in r[0] -- cgit v1.2.3