@@ -13,7 +13,7 @@ Keyword Default Argument As Abject None Default Value
1313
1414Keyword Default Argument As String None
1515 ${return } = DynamicTypesLibrary.Keyword None None
16- Should Match Regexp ${return } None: <(class|type) 'NoneType'>
16+ Should Match Regexp ${return } None: <(class|type) '(unicode|str| NoneType) '>
1717
1818Keyword Default As Booleans With Defaults
1919 ${return } DynamicTypesLibrary.Keyword Booleans
@@ -35,23 +35,18 @@ Keyword Annonations And Bool Defaults Using Default
3535Keyword Annonations And Bool Defaults Defining All Arguments
3636 [Tags] py3
3737 ${return } = DynamicTypesAnnotationsLibrary.Keyword Default And Annotation 1 true
38- Should Match Regexp ${return } 1 : <(class|type) 'int'>, True : <(class|type) 'bool '>
38+ Should Match Regexp ${return } 1 : <(class|type) 'int'>, true : <(class|type) 'str '>
3939
4040Keyword Annonations And Bool Defaults Defining All Arguments And With Number
4141 [Tags] py3
4242 ${return } = DynamicTypesAnnotationsLibrary.Keyword Default And Annotation ${1 } true
43- Should Match Regexp ${return } 1 : <(class|type) 'int'>, True : <(class|type) 'bool '>
43+ Should Match Regexp ${return } 1 : <(class|type) 'int'>, true : <(class|type) 'str '>
4444
4545Keyword Annonations And Robot Types Disbales Argument Conversion
4646 [Tags] py3
4747 ${return } = DynamicTypesAnnotationsLibrary.Keyword Robot Types Disabled And Annotations 111
4848 Should Match Regexp ${return } 111 : <(class|type) 'str'>
4949
50- Keyword Annonations And Robot Types Defined
51- [Tags] py3
52- ${return } = DynamicTypesAnnotationsLibrary.Keyword Robot Types And Bool Defaults tidii 111
53- Should Match Regexp ${return } tidii: <(class|type) 'str'>, 111: <(class|type) 'str'>
54-
5550Keyword Annonations And Keyword Only Arguments
5651 [Tags] py3
5752 ${return } = DynamicTypesAnnotationsLibrary.Keyword Only Arguments 1 ${1 } some=222
0 commit comments