Pytest-测试框架 ############### * Pytest是一个强大的Python测试框架。它通过提供简洁的语法和广泛的功能来简化编写和执行测试的过程,例如测试发现、固定装置和断言。 .. note:: 详情参见 ``demo-python`` .. toctree:: Pytests/normal Pytests/plugin Pytests/hook Pytests/conftest.py Pytests/pytest.fixture Pytests/pytest.hookimpl Pytests/pytest.mark