Bases: unittest.case.TestCase
-
testCase000_append()[source]
- append an item
-
testCase010_prepend_same_again()[source]
- append same item again - with success
-
testCase020_append_try_same_again_nonredundant()[source]
- try to add same item again - with failure
-
testCase021_append_try_same_again_nonredundant()[source]
- try to add same item again - with failure
-
testCase030_prepend_same_again_checkreal()[source]
- prepend same item again - with checkreal
-
testCase100_delete_same()[source]
remove all items