Open pushfoo opened 4 years ago
From the pytest documentation:
To get all combinations of multiple parametrized arguments you can stack parametrize decorators:
Currently using product calls in multiple places. It works ok, but maybe it should be fixed. Get advice on this.
From the pytest documentation:
Currently using product calls in multiple places. It works ok, but maybe it should be fixed. Get advice on this.