tests/pymox/stubout_testee.py
author Sverre Rabbelier <srabbelier@gmail.com>
Mon, 07 Sep 2009 20:02:35 +0200
changeset 2865 fee8732830f7
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Add a getHostname to system It is better to abstract how we retrieve the hostname than to access it directly (see also getAppVersion).

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