tests/pymox/stubout_testee.py
author Lennard de Rijk <ljvderijk@gmail.com>
Wed, 26 Aug 2009 18:31:19 +0200
changeset 2811 c8901482dc9c
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Added timeline_logic keyword argument to Program logic. This will allow us to track which Timeline logic belongs to which each Program.

def SampleFunction():
  raise Exception('I should never be called!')