diff options
author | Matthew Brett <matthew.brett@gmail.com> | 2011-08-15 14:37:10 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-08-16 10:44:29 -0600 |
commit | 57747fcc8179eacd9a6920e6a2f69dedb08834da (patch) | |
tree | 7908d615ac7065e56e60c60f2b2b7cd179800b88 /numpy/polynomial/polynomial.py | |
parent | 316d1f4ec9e033b21062b8f2dcdddeef01d7a889 (diff) | |
download | numpy-57747fcc8179eacd9a6920e6a2f69dedb08834da.tar.gz |
ENH: skip doctests for tests
There are various docstrings show examples of how to run the tests, and
give example test output. Obviously the test output changes, and
running the doctests for the testing package:
import numpy.testing as npt
npt.test(doctests=True)
will cause several large sets of tests to be run in the rest of the
tree. So I skipped these.
Diffstat (limited to 'numpy/polynomial/polynomial.py')
0 files changed, 0 insertions, 0 deletions