예제 #1
0
 def setUpClass(cls):
     """Call the function under test, and record inputs and outputs."""
     cls.completed_proc = mock.Mock()
     cls.output = cli.echo_handler(cls.completed_proc)
예제 #2
0
 def setUpClass(cls):
     """Call the function under test, and record inputs and outputs."""
     cls.completed_proc = mock.Mock()
     cls.output = cli.echo_handler(cls.completed_proc)