diff options
Diffstat (limited to 'test/test_controller.py')
-rw-r--r-- | test/test_controller.py | 11 |
1 files changed, 0 insertions, 11 deletions
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 |