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

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