src.util.tests.test_basic module

class src.util.tests.test_basic.TestMDTFABCMeta(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_abstract_attribute()[source]
class src.util.tests.test_basic.TestSingleton(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_singleton()[source]
test_singleton_reset()[source]
class src.util.tests.test_basic.TestMultiMap(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_multimap_inverse()[source]
test_multimap_setitem()[source]
test_multimap_delitem()[source]
test_multimap_add()[source]
test_multimap_add_new()[source]
test_multimap_remove()[source]
class src.util.tests.test_basic.TestWormDict(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_worm_normal_operation()[source]
test_worm_overwrite()[source]
test_worm_delete()[source]
test_consistentD_normal_operation()[source]
test_consistentD_overwrite_different()[source]
test_consistentD_overwrite_same()[source]
test_consistentD_delete()[source]
class src.util.tests.test_basic.TestNameSpace(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_namespace_basic()[source]
test_namespace_dict_ops()[source]
test_namespace_tofrom_dict()[source]
test_namespace_copy()[source]
test_namespace_hash()[source]
class src.util.tests.test_basic.TestMDTFEnum(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_to_string()[source]
test_from_string()[source]
test_eq_coercion()[source]
test_int_enum()[source]
class src.util.tests.test_basic.TestSpliceIntoList(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_splice_into_list_start()[source]
test_splice_into_list_middle()[source]
test_splice_into_list_end()[source]
test_splice_into_list_multi()[source]
test_splice_into_list_keyfn()[source]
test_splice_into_list_general()[source]
class src.util.tests.test_basic.TestSerializeClass(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_deserialize_builtin()[source]
test_deserialize_user()[source]