From 2b389ce1e19402e34dfad135719b5d26e11ff8b8 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Mon, 23 Jul 2018 08:42:29 -0700 Subject: [PATCH] [Docs] Don't include unittest documentation The `test_quota` and `test_policy` modules don't need to be documented, since they present no meaningful information to contributors. Removing these also avoids the docstring formatting issues that ddt may introduce to the sphinx build. [1] [1] https://github.com/datadriventests/ddt/pull/51 Change-Id: I8136e8a000e04bcc213a746c7d793bf9373b1b38 Closes-Bug: #1783124 --- doc/source/contributor/auth.rst | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/doc/source/contributor/auth.rst b/doc/source/contributor/auth.rst index 16bdcdd05b..79400e766d 100644 --- a/doc/source/contributor/auth.rst +++ b/doc/source/contributor/auth.rst @@ -39,29 +39,6 @@ The :mod:`manila.policy` Module :undoc-members: :show-inheritance: - -Tests ------ - -The :mod:`test_quota` Module -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -.. automodule:: manila.tests.test_quota - :noindex: - :members: - :undoc-members: - :show-inheritance: - -The :mod:`test_policy` Module -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -.. automodule:: manila.tests.test_policy - :noindex: - :members: - :undoc-members: - :show-inheritance: - - System limits -------------