diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TESTS.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TESTS.rst.txt b/doc/TESTS.rst.txt index 5ed83bc83..a192a32b7 100644 --- a/doc/TESTS.rst.txt +++ b/doc/TESTS.rst.txt @@ -238,7 +238,7 @@ in ``scipy/linalg/tests/``, the namespace will be created such that Rather than keeping the code and the tests in the same directory, we put all the tests for a given subpackage in a ``tests/`` -subdirectory. For our example, if it doesn't all ready exist you will +subdirectory. For our example, if it doesn't already exist you will need to create a ``tests/`` directory in ``scipy/xxx/``. So the path for ``test_yyy.py`` is ``scipy/xxx/tests/test_yyy.py``. |