From 00970a0f5a9683713722fb25936c2701d3ca33b4 Mon Sep 17 00:00:00 2001 From: Utkarsh Date: Tue, 9 Jun 2015 10:02:49 -0400 Subject: [PATCH] Update testing.rst Adding information about paver --- docs/en_us/internal/testing.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en_us/internal/testing.rst b/docs/en_us/internal/testing.rst index 6518c33717..de59d3841e 100644 --- a/docs/en_us/internal/testing.rst +++ b/docs/en_us/internal/testing.rst @@ -120,6 +120,10 @@ You can run all of the unit-level tests using the command This includes python, javascript, and documentation tests. It does not, however, run any acceptance tests. +Note - +`paver` is a scripting tool. To get information about various options, you can run the following command - +:: + paver -h Running Python Unit tests -------------------------