From 4e0f5d7ab94eeb9ce0e0cec63f1eb6c36571c711 Mon Sep 17 00:00:00 2001 From: David Halter Date: Sat, 24 Aug 2013 20:08:17 +0430 Subject: [PATCH] mention testing in README --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index 5969799..bfaa797 100644 --- a/README.rst +++ b/README.rst @@ -152,3 +152,17 @@ By default jedi-vim will display call signatures. If you don't want that: .. code-block:: vim let g:jedi#show_call_signatures = "0" + + +Testing +======= + +jedi-vim is being tested with a combination of `vspec +`_ and `py.test `_. + +The tests are in the ``test`` subdirectory, you can run them calling:: + + py.test + +The tests are automatically run with `travis +`_.