#!/usr/bin/env python # _*_coding:utf-8_*_ import pytest class Test(object): def test_01(self): """用例1""" print('执行test_01断言1') assert ...
確定! 回上一頁