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
I have a couple of tests that depend on each other. I am using pytest-dependency to define the relationships. Is there anyway to make sure these tests are always in the same group? One could define the buckets/groups, assign the tests that depend on each other to one of the groups and then fill the rest with the splitting algorithms.
The text was updated successfully, but these errors were encountered:
I have a couple of tests that depend on each other. I am using
pytest-dependency
to define the relationships. Is there anyway to make sure these tests are always in the same group? One could define the buckets/groups, assign the tests that depend on each other to one of the groups and then fill the rest with the splitting algorithms.The text was updated successfully, but these errors were encountered: