From 33fa49277a821b9d38e8c9bf0bcf2adcfa2f6f04 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 15 Feb 2016 14:58:46 +0100 Subject: move mitmproxy --- test/test_controller.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 test/test_controller.py (limited to 'test/test_controller.py') diff --git a/test/test_controller.py b/test/test_controller.py deleted file mode 100644 index ffc7d433..00000000 --- a/test/test_controller.py +++ /dev/null @@ -1,11 +0,0 @@ -import mock -from libmproxy import controller - - -class TestMaster: - - def test_default_handler(self): - m = controller.Master(None) - msg = mock.MagicMock() - m.handle("type", msg) - assert msg.reply.call_count == 1 -- cgit v1.2.3