diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-06-02 21:42:01 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-06-02 21:42:01 (GMT) |
commit | c5000dfc4098f8547461e790a91536a923124261 (patch) | |
tree | 3125b1eb8c5e6e5836b2860b1fcf2e061a03435d /Lib/zipfile.py | |
parent | 69e18af96868cfd1f41bedc4eb494408c9c363f5 (diff) | |
download | cpython-c5000dfc4098f8547461e790a91536a923124261.zip cpython-c5000dfc4098f8547461e790a91536a923124261.tar.gz cpython-c5000dfc4098f8547461e790a91536a923124261.tar.bz2 |
regrtest has a new
-f/--fromfile <filename>
option. This runs all and only the tests named in the file, in the
order given (although -x may weed that list, and -r may shuffle it).
Lines starting with '#' are ignored.
This goes a long way toward helping to automate the binary-search-like
procedure I keep reinventing by hand when a test fails due to interaction
among tests (no failure in isolation, and some unknown number of
predecessor tests need to run first -- now you can stick all the test
names in a file, and comment/uncomment blocks of lines until finding a
minimal set of predecessors).
Diffstat (limited to 'Lib/zipfile.py')
0 files changed, 0 insertions, 0 deletions