]> granicus.if.org Git - python/commit
Two small changes to the resource usage option:
authorGuido van Rossum <guido@python.org>
Thu, 6 Sep 2001 16:09:41 +0000 (16:09 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 6 Sep 2001 16:09:41 +0000 (16:09 +0000)
commitfe3f6969f54cfd3df24f54572a809e0deb47064f
tree54bed5656b676735209096d287add9bf019f2b42
parent6091cd61ce9d8343d405bdb3f09e80e8ac9447c8
Two small changes to the resource usage option:

(1) Allow multiple -u options to extend each other (and the initial
    value of use_resources passed into regrtest.main()).

(2) When a test is run stand-alone (not via regrtest.py), needed
    resources are always granted.
Lib/test/regrtest.py
Lib/test/test_support.py