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
Currently, the test structure is a mix of the unittest format with pytest assertions and execution.
Such structure should be changed, avoiding the class-based format
Additionally, there are redundant functions that can also be avoided using pytest,parametrize.
The text was updated successfully, but these errors were encountered:
Currently, the test structure is a mix of the unittest format with pytest assertions and execution.
Such structure should be changed, avoiding the class-based format
Additionally, there are redundant functions that can also be avoided using
pytest,parametrize
.The text was updated successfully, but these errors were encountered: