tests/pymox/stubout_testee.py
author Augie Fackler <durin42@gmail.com>
Tue, 27 Jan 2009 04:09:57 +0000
changeset 1008 ae1a36ef7cff
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Fix testing views, which broke because now we need to register a proxy for the memcache API as well. Patch By: Augie Fackler <durin42@gmail.com> Review By: TBR

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