tests/pymox/stubout_testee.py
author Matthew Wilkes <matthew@matthewwilkes.co.uk>
Fri, 15 May 2009 18:01:43 +0200
changeset 2317 0d4b4aa5b969
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Add some example function tests that use gaeftest
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1000
9af147fc1f1c Add pymox to tests folder.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     1
def SampleFunction():
9af147fc1f1c Add pymox to tests folder.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
diff changeset
     2
  raise Exception('I should never be called!')