diff options
author | mattip <matti.picus@gmail.com> | 2019-03-05 12:01:36 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-03-06 08:22:02 +0200 |
commit | c8a8f524f693fc7facfc934743073e75a36d0a0e (patch) | |
tree | c477819e7322de715d721380ff4f11e9b520bfb9 /runtests.py | |
parent | 15b092f5541e80d7c3d0108957406c6f8686aba0 (diff) | |
download | numpy-c8a8f524f693fc7facfc934743073e75a36d0a0e.tar.gz |
TEST: allow margin of error, increase discoverability of refcheck option
Diffstat (limited to 'runtests.py')
-rwxr-xr-x | runtests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py index 42866714f..8ec337ecf 100755 --- a/runtests.py +++ b/runtests.py @@ -74,7 +74,7 @@ def main(argv): parser.add_argument("--doctests", action="store_true", default=False, help="Run doctests in module") parser.add_argument("--refguide-check", action="store_true", default=False, - help="Run refguide check (do not run regular tests.)") + help="Run refguide (doctest) check (do not run regular tests.)") parser.add_argument("--coverage", action="store_true", default=False, help=("report coverage of project code. HTML output goes " "under build/coverage")) |