Drop unit tests autodoc from contributor docs
The Sphinx autodoc extension now wants testtools installed, so docs builds are breaking. The value of autodoc'd unit tests is basically nil, since contributors should be able to read the source code anyway, so let's just get rid of this section. Change-Id: Iec379fa0680c7552fa2a5ad77b4f23748f6afceb
This commit is contained in:
parent
7de26cda09
commit
5e99e4fd9c
@ -18,20 +18,3 @@ here is a basic outline of the source implementation:
|
||||
|
||||
.. automodule:: bindep.__main__
|
||||
:members:
|
||||
|
||||
|
||||
Internal Unit Tests
|
||||
-------------------
|
||||
|
||||
The bindep utility is developed following a test-driven methodology.
|
||||
These are the current tests run to ensure its internal consistency
|
||||
for every commit:
|
||||
|
||||
.. automodule:: bindep.tests
|
||||
:members:
|
||||
|
||||
.. automodule:: bindep.tests.test_depends
|
||||
:members:
|
||||
|
||||
.. automodule:: bindep.tests.test_main
|
||||
:members:
|
||||
|
Loading…
x
Reference in New Issue
Block a user