basic testing docstring for run.py

This commit is contained in:
David Halter
2013-02-28 23:57:33 +04:30
parent 76bd1a2d71
commit 1834ef51b1
3 changed files with 44 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ In five chapters I'm trying to describe the internals of |jedi|:
- :ref:`Helper modules <dev-helpers>`
.. note:: Testing is not documented here, you'll find that
`here <testing.html>`_.
`right here <testing.html>`_.
.. _core:

View File

@@ -3,19 +3,23 @@
Jedi Testing
============
.. currentmodule:: test
You want to add a test for |jedi|? Great! We love that. Normally you should
write your tests as :ref:`Blackbox Tests <blackbox>` tests. Most tests would
fit in there.
.. _blackbox:
Blackbox Tests (run.py)
~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: run
.. automodule:: test.run
Regression Tests (regression.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: regression
.. automodule:: test.regression
Refactoring Tests (refactor.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: refactor
.. automodule:: test.refactor