UseCases.FileSysObjects.branches.searchBottomUp package

Submodules

UseCases.FileSysObjects.branches.searchBottomUp.CallCase module

Create a plist, find a matching relative filepathname in directory tree.

Calling elementary functions.

  • Data:

    see 'testdata.examples'
    

    refer also to the manual [filesystem-elements-as-objects]

  • Call:

    # 1. find the requested entry
    rp = findRelPathInSearchPath("F[0-5]*",_plist)
    
  • Result:

    expected = os.path.normpath(testdata.mypath+'/examples/a/b0/c/a/b0/F1')
    
class UseCases.FileSysObjects.branches.searchBottomUp.CallCase.UseCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

testCase000()[source]

Module contents