1
0
forked from VimPlug/jedi
Files
jedi-fork/docs/docs/testing.rst
2013-02-28 23:57:33 +04:30

26 lines
508 B
ReStructuredText

.. include:: ../global.rst
Jedi Testing
============
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:: test.run
Regression Tests (regression.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: test.regression
Refactoring Tests (refactor.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: test.refactor