mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
add testing docs to sphinx
This commit is contained in:
@@ -33,6 +33,9 @@ In five chapters I'm trying to describe the internals of |jedi|:
|
|||||||
- :ref:`Caching & Recursions <caching-recursions>`
|
- :ref:`Caching & Recursions <caching-recursions>`
|
||||||
- :ref:`Helper modules <dev-helpers>`
|
- :ref:`Helper modules <dev-helpers>`
|
||||||
|
|
||||||
|
.. note:: Testing is not documented here, you'll find that
|
||||||
|
`here <testing.html>`_.
|
||||||
|
|
||||||
|
|
||||||
.. _core:
|
.. _core:
|
||||||
|
|
||||||
|
|||||||
21
docs/docs/testing.rst
Normal file
21
docs/docs/testing.rst
Normal 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
|
||||||
@@ -26,6 +26,7 @@ Docs
|
|||||||
docs/plugin-api
|
docs/plugin-api
|
||||||
docs/history
|
docs/history
|
||||||
docs/development
|
docs/development
|
||||||
|
docs/testing
|
||||||
|
|
||||||
|
|
||||||
.. _resources:
|
.. _resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user