Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAHI-TESTSUITES-LDT-3670_SW Misc & Enhc - SW - 02 - New Design - CreateRx - Q&R
LEAHI-TESTSUITES-LDT-3670_SW Misc & Enhc - SW - 02 - New Design - CreateRx - Q&R
please align imports.

please align imports.

was it not working before adding squish? why we had to add it?

was it not working before adding squish?
why we had to add it?

I thought we made the 3000 timeout the default value and need to be set unless it is different. Please correct me if that is fixed on another branch.

I thought we made the 3000 timeout the default value and need to be set unless it is different.
Please correct me if that is fixed on another branch.

It seems to be too specific for a global function. Please take a deeper look.

It seems to be too specific for a global function.
Please take a deeper look.

The formatting should not be part of the text. Nicholas Ramirez, please advise.

The formatting should not be part of the text.
Nicholas Ramirez, please advise.

LDT -3672 SW Misc & Enhc - SW - 02 - New Design - CreateRx - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 6 more files in changeset.
Removed the ine

Removed the ine

delete line

delete line

LEAHI-TESTSUITES-LDT-3208_Isolated UF - SW - 02 - Q&R
LEAHI-TESTSUITES-LDT-3208_Isolated UF - SW - 02 - Q&R
LDT-3210 Isolated UF - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 8 more files 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

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

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

try catch is avoided as per suggestion

try catch is avoided as per suggestion

try catch is removed

try catch is removed

Moved all the constants to config.py file

Moved all the constants to config.py file

Removed the line

Removed the line

Method name is changed and added docstring and method is available in navigation.py file

Method name is changed and added docstring and method is available in navigation.py file

Method is moved to navigation.py file

Method is moved to navigation.py file

code is aligned

code is aligned

All strings are placed in config.py

All strings are placed in config.py

All strings are placed in config.py

All strings are placed in config.py

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

  1. … 2 more files in changeset.
LDT -2973 Heparin - SW - 02 - Q&R - 15: SIT - Software Integration Tests - Squish Qt

  1. … 3 more files in changeset.
Please add a docstring for this function. And the naming seems like to be better like: navigation_pageIndicator_step(vStep_name)

Please add a docstring for this function.
And the naming seems like to be better like:

navigation_pageIndicator_step(vStep_name)