Satya
Results
1
issues of
Satya
While using marker **@pytest.mark.xdist_group** for a test as below and running with command **--dist=loadgroup**, report does not get generated. **For example:** class TestA: @pytest.mark.xdist_group("group1") def test2(): pass **Attached error:** [Xdist...