摘要: 普通函数嗲用def one(): a="aaaaaaaaaaa" return a def test_one(): s=one() print (s) test_one() pytest函数之间调用 @pytest.fixture def one(): a="aaaaaaaaaaa" return a def test_one(one): ... 阅读全文
posted @ 2019-12-12 16:20 米 立 阅读(524) 评论(0) 推荐(0) 编辑