Re: Moving doc inacilization into setUp for iutest clearCells

2022-05-26 Thread Xisco Fauli
Hi Lera, Please submit your change to gerrit so it's easier to review it. Thanks On 26/5/22 9:32, Lera Goncharuk wrote: Hi, I try to move strings of common part (copypast) in uitest clearCells.py[1] to separate method setUp. It can allow a qa-dev to do not copy-paste and do not care about in

Moving doc inacilization into setUp for iutest clearCells

2022-05-26 Thread Lera Goncharuk
Hi, I try to move strings of common part (copypast) in uitest clearCells.py[1] to separate method setUp. It can allow a qa-dev to do not copy-paste and do not care about initialization, but think only in the test case itself. I chose the file because it contains unused variables and is short enoug