Ejemplo n.º 1
0
 def test_main(self, Command):
     c = Command.return_value = Mock()
     main()
     c.execute_from_commandline.assert_called_with()
Ejemplo n.º 2
0
 def test_main(self, Command):
     c = Command.return_value = Mock()
     main()
     c.execute_from_commandline.assert_called_with()