Index: tst_Treatment_Section_BloodDialysate/test.py =================================================================== diff -u -rf268c732b393b4a4db05e8b8d4b1e17f7252ea27 -ra1bf6e9dc0dacf5aee003365d3472e43075d00a7 --- tst_Treatment_Section_BloodDialysate/test.py (.../test.py) (revision f268c732b393b4a4db05e8b8d4b1e17f7252ea27) +++ tst_Treatment_Section_BloodDialysate/test.py (.../test.py) (revision a1bf6e9dc0dacf5aee003365d3472e43075d00a7) @@ -13,8 +13,11 @@ # import names +import utils def main(): + utils.tstStart() + startApplication("denaliSquish") # Goto Treatment Screen @@ -40,3 +43,5 @@ test.compare(waitForObjectExists(names.o_treatmentStart_mL_min_Text_2).visible, True) test.compare(str(waitForObjectExists(names.o_treatmentStart_mL_min_Text_2).text), "mL/min") + utils.tstDone() + \ No newline at end of file