src.util.tests.test_dataclass module

class src.util.tests.test_dataclass.TestRegexPattern(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_regex_dataclass()[source]
class src.util.tests.test_dataclass.TestRegexDataclassInheritance(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_initvar()[source]
test_conflicts()[source]
class src.util.tests.test_dataclass.TestMDTFDataclass(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_builtin_coerce()[source]
test_builtin_coerce_pre_postinit()[source]
test_builtin_check_post_postinit_1()[source]
test_builtin_check_post_postinit_2()[source]
test_decorator_args()[source]
test_mandatory_args()[source]
test_mandatory_arg_inheritance()[source]
test_defaults_coerce()[source]
test_ignore_noninit_values()[source]
test_from_struct()[source]
test_typing_generics()[source]
test_typing_generics_2()[source]