tests/pymox/stubout_testee.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 28 Aug 2009 13:15:56 +0200
changeset 2828 a0f221472487
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Bulk add templates regarding GHOPProgram Views. Reviewed by: to-be-reviewed
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!')