tests/pymox/stubout_testee.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 07 Jul 2009 18:46:47 +0200
changeset 2567 0162efa63bb6
parent 1000 9af147fc1f1c
permissions -rw-r--r--
Added skeleton models for GradingSurveyGroup and Records. SurveyRecordGroup has been renamed to GradingRecord. GradingSurveyGroup will hold which Surveys should be linked. While the acompanying GradingRecords (with their reference to a GradingSurveyGroup) will hold the Records for each StudentProject that can take these Surveys.

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