moved factories to tests

This commit is contained in:
Khwahish Patel
2025-02-21 16:18:43 +05:30
committed by Paul Robinson
parent ddf68ee4e0
commit df72979606
30 changed files with 59 additions and 66 deletions

View File

@ -278,6 +278,9 @@ texinfo_documents = [
),
]
# Prevent autodoc from trying to import module from tests.factories
autodoc_mock_imports = ["tests.factories"]
# Documents to append as an appendix to all manuals.
# texinfo_appendices = []

View File

@ -22,14 +22,6 @@ libp2p.tools.constants module
:undoc-members:
:show-inheritance:
libp2p.tools.factories module
-----------------------------
.. automodule:: libp2p.tools.factories
:members:
:undoc-members:
:show-inheritance:
libp2p.tools.utils module
-------------------------