Reusing class for multiple tests in pytest

后端 未结 0 481
情歌与酒
情歌与酒 2020-12-23 03:04

I have a rather dull testclass:

class TestScenario:
    binary = \'./foo\'
    def test_one(self, fixture1, fixture2):
         


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