import pytest class testsomething: def setup_class(self): ''' do some ... 这导致setup_class方法每次在testsuitex.py模块中的每次测试中都运行(这与我的目标相反 ...
確定! 回上一頁