diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-01-17 16:29:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-17 16:29:34 -0700 |
commit | fd6d2bc4f6d8424fbe1b3e1219530496affc57fd (patch) | |
tree | 211c1e22137268ceddf4b91afe4cfe34fa003f09 | |
parent | 8f547f246b0c7463768adebafe0a57df9c03321b (diff) | |
parent | 40b6dc50de33de31dff37e34de8e15188e3372d1 (diff) | |
download | numpy-fd6d2bc4f6d8424fbe1b3e1219530496affc57fd.tar.gz |
Merge pull request #12787 from mattip/doc-remove-main
DOC: remove recocmendation to add main for testing
-rw-r--r-- | doc/TESTS.rst.txt | 9 |
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 -------------- |