测试 API

新增于版本 1.6。

用于测试的实用程序函数和 pytest 固定装置提供在 sphinx.testing 中。如果您是 Sphinx 扩展的开发人员,可以使用 pytest 编写单元测试。

pytest 配置

要使用 sphinx.testing 提供的 pytest 固定装置,请将 'sphinx.testing.fixtures' 插件添加到您的测试模块或 conftest.py 文件中,如下所示

pytest_plugins = ('sphinx.testing.fixtures',)

使用方法

如果您想了解更详细的使用方法,请参考 tests/conftest.pytests/ 目录下的其他 test_*.py 文件。