rom1011
Results
1
comments of
rom1011
I would like to follow up on this issue when using xdist like mentioned in the subject: ``` % cat test.py class TestClass: def test_foo(self, record_xml_attribute): record_xml_attribute("assertions", "REQ-1234") record_xml_attribute("classname", "custom_classname")...