Lines Matching refs:regrtest
18 modules :mod:`test.support` and :mod:`test.regrtest`.
20 :mod:`test.regrtest` drives the testing suite.
93 This boilerplate code allows the testing suite to be run by :mod:`test.regrtest`
161 The :mod:`test.regrtest` module can be run as a script to drive Python's regression
162 test suite, thanks to the :option:`-m` option: :program:`python -m test.regrtest`.
168 -m test.regrtest test_spam`) will minimize output and only print whether
171 Running :mod:`test.regrtest` directly allows what resources are available for
174 possible resources: :program:`python -m test.regrtest -uall`.
177 ``all``. The command :program:`python -m test.regrtest -uall,-audio,-largefile`
178 will run :mod:`test.regrtest` with all resources except the ``audio`` and
180 options, run :program:`python -m test.regrtest -h`.
190 This works the same as running the :mod:`test.regrtest` module.
231 :mod:`test.regrtest`.
261 available resources is only set when :mod:`test.regrtest` is executing the
270 Used when tests are executed by :mod:`test.regrtest`.