From 940f6e992d955a8da3c390a25c74962955661396 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Mon, 25 Jul 2016 14:20:45 -0400 Subject: [PATCH] Document how to run tests on Paver scripts Meta. --- docs/en_us/internal/testing.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/en_us/internal/testing.rst b/docs/en_us/internal/testing.rst index 94b867b826..51e2783c29 100644 --- a/docs/en_us/internal/testing.rst +++ b/docs/en_us/internal/testing.rst @@ -633,6 +633,13 @@ During acceptance test execution, Django log files are written to **Note**: The acceptance tests can *not* currently run in parallel. +Running Tests on Paver Scripts +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +To run tests on the scripts that power the various Paver commands, use the following command:: + + nosetests paver + Testing internationalization with dummy translations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~