summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2019-01-17 22:44:49 +0200
committermattip <matti.picus@gmail.com>2019-01-17 22:44:49 +0200
commit40b6dc50de33de31dff37e34de8e15188e3372d1 (patch)
tree30d7f54fd34f89bb78638a8dd71dc79cd2ce5a63 /doc
parentf07a38da97a6a36eb12b203f6c1ffa4bf2b2cb87 (diff)
downloadnumpy-40b6dc50de33de31dff37e34de8e15188e3372d1.tar.gz
DOC: remove recocmendation to add main for testing
Diffstat (limited to 'doc')
-rw-r--r--doc/TESTS.rst.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/TESTS.rst.txt b/doc/TESTS.rst.txt
index 5fe0be1f1..daf82aaaa 100644
--- a/doc/TESTS.rst.txt
+++ b/doc/TESTS.rst.txt
@@ -120,15 +120,6 @@ that makes it hard to identify the test from the output of running the test
suite with ``verbose=2`` (or similar verbosity setting). Use plain comments
(``#``) if necessary.
-Sometimes it is convenient to run ``test_yyy.py`` by itself, so we add
-
-::
-
- if __name__ == "__main__":
- run_module_suite()
-
-at the bottom.
-
Labeling tests
--------------