]> granicus.if.org Git - python/commit
use_large_resources => use_resources
authorBarry Warsaw <barry@python.org>
Mon, 20 Aug 2001 22:29:23 +0000 (22:29 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 20 Aug 2001 22:29:23 +0000 (22:29 +0000)
commitc0fb605ce3734e7d13301f9a232b12eaa09618ad
tree8fbcbb8cd3c1d8b98f64014ee32b999c00f4f2cf
parentcfb167573680a052c0d4ddc22a5b904d03b0ecac
use_large_resources => use_resources

requires(): New function which can be used to `assert' that a specific
    -u/--use resource flag is present.  Raises a TestSkipped if not.
    This is used in test_largefile and test_socket_ssl to enable
    external or resource consumptive tests that are normally
    disabled.
Lib/test/test_support.py