Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT -2280 Patient Vitals - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

fix merge conflicts

  1. … 1 more file in changeset.
these look like duplicates of already existing object. This CR is for End of treatment and shouldnt have any pre treatment names under this section

these look like duplicates of already existing object.

This CR is for End of treatment and shouldnt have any pre treatment names under this section

removed commented out code

removed commented out code

LDT-2841 Service - SW - 02 - Institutional - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 1 more file in changeset.
Merge remote-tracking branch 'origin/staging' into feature/LDT-2278-Patient-Vitals

Merge g

  1. … 1 more file in changeset.
ok them be careful to always use it as: import squish NOT the following as has been stated: from squish import *

ok them be careful to always use it as:

import squish

NOT the following as has been stated:

from squish import  *
i believe it is necessary for a custom module.. https://doc.qt.io/squish/python-notes.html#squish-funcs-in-py-modules

i believe it is necessary for a custom module.. https://doc.qt.io/squish/python-notes.html#squish-funcs-in-py-modules

Removed the from squish import * line and keeping the import squish in utility.py and navigation.py files

Removed the from squish import * line and keeping the import squish in utility.py and navigation.py files

without squish import in utility file scripts will fail so added import squish line in utility.py and navigation.py file

without squish import in utility file scripts will fail so added import squish line in utility.py and navigation.py file

LDT -2973 Heparin - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT -2973 Heparin - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT -3016 End of Treatment - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 1 more file in changeset.
Please remove squish import everywhere. It is also duplicate here.

Please remove squish import everywhere.
It is also duplicate here.

remove argument and only pass in arguments. name is always "leahi" so set it in here

remove argument and only pass in arguments.
name is always "leahi" so set it in here

update to utility.aut()

update to utility.aut()

update to utility.aut("-E")

update to utility.aut("-E")

update to utility.aut()

update to utility.aut()

update to utility.aut()

update to utility.aut()

update to utility.aut("-q")

update to utility.aut("-q")

update all "leahi" to utility.aut()

update all "leahi" to utility.aut()

should be utility.aut() if you only want "leahi" utility.aut(""-E")) if you want "leahi -E" only pass in arguemets and remove name parameter in our aut() method

should be utility.aut() if you only want "leahi" utility.aut(""-E")) if you want "leahi -E" only pass in arguemets and remove name parameter in our aut() method

LEAHI-TESTSUITES-LDT-2839_Service - SW - 02 - Institutional - Q&R
LEAHI-TESTSUITES-LDT-2839_Service - SW - 02 - Institutional - Q&R
LEAHI-TESTSUITES-LDT-3014_End of Treatment - SW - 02 - Q&R
LEAHI-TESTSUITES-LDT-3014_End of Treatment - SW - 02 - Q&R
Uploaded the report

Uploaded the report

LDT-2743 Service - SW - 02 - Service - Q&R - 15: SIT - Software Integration Tests - Squish Qt

LDT -2973 Heparin - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

try catch is avoided as per suggestion

try catch is avoided as per suggestion

try catch is removed

try catch is removed