add testing docs to sphinx

This commit is contained in:
David Halter
2013-02-28 23:19:17 +04:30
parent 20e5a6adea
commit 76bd1a2d71
3 changed files with 25 additions and 0 deletions

View File

@@ -33,6 +33,9 @@ In five chapters I'm trying to describe the internals of |jedi|:
- :ref:`Caching & Recursions <caching-recursions>`
- :ref:`Helper modules <dev-helpers>`
.. note:: Testing is not documented here, you'll find that
`here <testing.html>`_.
.. _core:

21
docs/docs/testing.rst Normal file
View File

@@ -0,0 +1,21 @@
.. include:: ../global.rst
Jedi Testing
============
.. currentmodule:: test
Blackbox Tests (run.py)
~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: run
Regression Tests (regression.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: regression
Refactoring Tests (refactor.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: refactor

View File

@@ -26,6 +26,7 @@ Docs
docs/plugin-api
docs/history
docs/development
docs/testing
.. _resources: