pytest - run tests with customized markers

前端 未结 0 890
孤独总比滥情好
孤独总比滥情好 2020-12-29 08:21

I used customized pytest markers like below,

@pytest.mark.test_id("AB-1234")
def test_test1():
    pass

@pytest.mark.test_id("AB-1234")
d         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题