def setUp(self):
     # this qc test will go looking for the profile in question in the db, needs to find something sensible
     main.faketable('unit')
     main.fakerow('unit')
     main.catchFlags = dummycatchflagsfunc
     main.get_profile_from_db = dummy_get_profile_from_db
     # need to re-do this every time to refresh the enspikeandstep table
     qctests.EN_spike_and_step_check.loadParameters(self.parameters)
 def setUp(self):
     # this qc test will go looking for the profile in question in the db, needs to find something sensible
     main.faketable('unit')
     main.fakerow('unit')
     main.catchFlags = dummycatchflagsfunc
     main.get_profile_from_db = dummy_get_profile_from_db
     # need to re-do this every time to refresh the enspikeandstep table
     qctests.EN_spike_and_step_check.loadParameters(self.parameters)
 def setUp(self):
     # this qc test will go looking for the profile in question in the db, needs to find something sensible
     main.faketable('unit')
     main.fakerow('unit')
 def setUp(self):
     # this qc test will go looking for the profile in question in the db, needs to find something sensible
     main.faketable('unit')
     main.fakerow('unit')