tests/pymox/stubout_testee.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sat, 25 Apr 2009 10:13:06 +0200
changeset 2276 ec80019740ea
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Fix broken tests by renaming default app id from "your_app_id" to "test-app-run". This fix is required due to changes in GAE 1.2.1. Patch by: Pawel Solyga

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