test_show.py import pytest def test_sample1(): assert 1 == 1 def ... return 1 @pytest.fixture def fixture_fun2(): print("\nsetup") yield 1 ...
確定! 回上一頁