Index: tst_treatment_monitoring/test.py =================================================================== diff -u -r0e9cae82c094cbe4be02dcb00cabf1999c56fbe8 -r6aa08a336560b40f19b22481743e766665f57bd5 --- tst_treatment_monitoring/test.py (.../test.py) (revision 0e9cae82c094cbe4be02dcb00cabf1999c56fbe8) +++ tst_treatment_monitoring/test.py (.../test.py) (revision 6aa08a336560b40f19b22481743e766665f57bd5) @@ -4,17 +4,17 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, # IN PART OR IN WHOLE, # WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. -# + # file tst_treatment monitoring. -# + # @author Akshay Rajaram Dhawan # @author Sai Chaitanya Ela # @author Shweta Policepatil # @author Amol Shinde # @date 07-02-2022 # This test contradicts verification of Main Treatment monitoring screen parameters components -# + import names from dialin.ui import utils from dialin.ui.hd_simulator import HDSimulator @@ -24,7 +24,7 @@ def test_blood_prime_value(expected_blood_prime_value): """ Tests to verify target values from blood prime section. - @param: expected blood prime value + @param: expected_blood_prime_value. @input: expected target value. """ bloodprime_text = waitForObject(names.o_target_value) @@ -140,4 +140,4 @@ utils.tstDone() - \ No newline at end of file +