improve the testing documentation. Add a section about the alternate test runner ./run.py

This commit is contained in:
Dave Halter
2014-03-11 14:27:11 +01:00
parent 90338aa828
commit 9da09c9058
3 changed files with 21 additions and 7 deletions

View File

@@ -23,6 +23,9 @@ You want to add a test for |jedi|? Great! We love that. Normally you should
write your tests as :ref:`Blackbox Tests <blackbox>`. Most tests would
fit right in there.
For specific API testing we're using simple unit tests, with a focus on a
simple and readable testing structure.
.. _blackbox:
Blackbox Tests (run.py)
@@ -30,12 +33,8 @@ Blackbox Tests (run.py)
.. automodule:: test.run
Regression Tests (test_regression.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: test.test_regression
Refactoring Tests (refactor.py)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. automodule:: test.refactor