Reusing class for multiple tests in pytest

后端 未结 0 341
广开言路
广开言路 2020-12-23 03:03

I have a rather dull testclass:

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


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