Migrated operators tests to pytest - #29377
Conversation
|
@Taragolis migrated operators tests to pytest. Can you please review. |
pytest
|
@Taragolis when an approved PR is finally merged by those who have write access? |
|
In general yes - there was some problem in this case with available built images (something to solve separately). I rerun it and sometime after tests are all green we merge it (if you notice we did not - ping us). |
rebase triggers new test run (I did it for the PR) |
|
Okay thankyou. |
|
@Taragolis migrated all tests/operators tests to pytest. Please check To handle subTests i have used @pytest.mark.parametrize to run all tests using pytest.mark arguments, instead of looping and testing using subTest as pytest does not have subTest. |
|
@Taragolis @potiuk @eladkal all checks are passed. |
|
@Taragolis done changes, as requested by you. |
|
I will have a look later. Seem like that all operators tests migrated to |
pytestpytest
Done |
Migrated some tests/operators to pytest
related: #29305