diff options
Diffstat (limited to 'test/test_controller.py')
-rw-r--r-- | test/test_controller.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_controller.py b/test/test_controller.py index d287f18d..ffc7d433 100644 --- a/test/test_controller.py +++ b/test/test_controller.py @@ -3,6 +3,7 @@ from libmproxy import controller class TestMaster: + def test_default_handler(self): m = controller.Master(None) msg = mock.MagicMock() |