forked from VimPlug/jedi
26 lines
508 B
ReStructuredText
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
|