We may write a test that looks as follows: import sys import pytest def test_simple_skip() -> None: if sys.platform != "ios": pytest.skip("Test works only ...
確定! 回上一頁