You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Iterating over shell in tests currently is not done very well. It is difficult to determine which shells ran and where an error occurs.
Pytest has good support for parameterization, and there's a project that will enable it both for pytest and unittest, which suits rez perfectly (since porting all its tests to pytest will be a decent chunk of work): https://pypi.org/project/parameterized/
Motivation
We would like tests that suck less. This will also help with efforts on #1256
Iterating over shell in tests currently is not done very well. It is difficult to determine which shells ran and where an error occurs.
Pytest has good support for parameterization, and there's a project that will enable it both for pytest and unittest, which suits rez perfectly (since porting all its tests to pytest will be a decent chunk of work): https://pypi.org/project/parameterized/
Motivation
We would like tests that suck less. This will also help with efforts on #1256
Related Issues/PRs
The text was updated successfully, but these errors were encountered: