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.
I have a couple of tests that depend on each other. I am using
pytest-dependencyto 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.