tests.30_libs.040_FileSysObjects.100_delPathFromSearchPath.Case010 package

Submodules

tests.30_libs.040_FileSysObjects.100_delPathFromSearchPath.Case010.CallCase module

class tests.30_libs.040_FileSysObjects.100_delPathFromSearchPath.Case010.CallCase.CallUnits(*args, **kargs)[source]

Bases: unittest.case.TestCase

testCase000_append()[source]
  1. append an item
testCase010_prepend_same_again()[source]
  1. append same item again - with success
testCase020_append_try_same_again_nonredundant()[source]
  1. try to add same item again - with failure
testCase021_append_try_same_again_nonredundant()[source]
  1. try to add same item again - with failure
testCase030_prepend_same_again_checkreal()[source]
  1. prepend same item again - with checkreal
testCase100_delete_same()[source]

remove all items

Module contents