Skip to content

Commit

Permalink
[Docs] Don't include unittest documentation
Browse files Browse the repository at this point in the history
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] datadriventests/ddt#51

Change-Id: I8136e8a000e04bcc213a746c7d793bf9373b1b38
Closes-Bug: #1783124
  • Loading branch information
gouthampacha authored and Carthaca committed Feb 4, 2019
1 parent eaab7a7 commit 2113892
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions doc/source/contributor/auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

Expand Down

0 comments on commit 2113892

Please sign in to comment.