• Jeremy Hylton's avatar
    Refactor test cleanup to use removefs() helper function. · 46d79eae
    Jeremy Hylton authored
    StorageTestBase.removefs() will attempt to remove files with all the
    possible extensions that FileStorage will create.  It will raise
    os.error for any error except ENOENT.
    
    Remove many variants of removefs() implemented in the various test
    suites.
    46d79eae
testBTrees.py 35.6 KB