From f11d8c5841dc36bb083f1a5f1a1649b7df2dfba0 Mon Sep 17 00:00:00 2001 From: Noel Dawe Date: Mon, 7 Aug 2017 11:26:04 +1000 Subject: [PATCH] [ci skip] clarify running nosetests outside source directory and make test inside source directory --- docs/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index 9abf03d..461674c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -92,12 +92,12 @@ Running the Tests ================= Testing requires the `nose `_ package. -Once `root_numpy` is installed, it may be tested (from outside the source -directory) by running:: + +From outside the source directory `rootpy_numpy` may be tested by running:: nosetests --exe -s -v root_numpy -`root_numpy` can also be tested before installing by running this from inside +Your copy of the `root_numpy` source may also be tested by runnnig this inside the source directory:: make test