1

我将 Sphinx 用于我的 django 项目文档。我想记录我所有的测试。我如何告诉 index.rst 从我的项目目录中以“test...”开头的所有文件中获取所有 autodoc 字符串。我不想写:

.. automodule:: my_project.some_app.tests.test_api

.. autoclass:: my_project.some_app.tests.test_api.TestAPI
    :members:

对于我在项目中拥有的每个测试文件。

谢谢,亚历克斯

4

0 回答 0