tests/pymox/stubout_testee.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 12 Feb 2009 20:14:17 +0000
changeset 1282 005be2cf889d
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Do not attempt to render a field if it is disabled This is required to make it possible to disable fields dynamically. Patch by: Sverre Rabbelier

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