We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84262f3 commit 3964265Copy full SHA for 3964265
1 file changed
atest/tests_types.robot
@@ -96,6 +96,12 @@ Python 3.10 New Type Hints
96
[Tags] py310
97
[Setup] Import DynamicTypesAnnotationsLibrary In Python 3.10 Only
98
${types} = Python310 Style 111
99
+ ${py3} = DynamicTypesLibrary.Is Python 3 10
100
+ IF ${py3} == ${True}
101
+ Should Be Equal ${types} arg: 111, type: <class 'int'>
102
+ ELSE
103
+ Should Be Equal ${types} arg: 111, type: <class 'str'>
104
+ END
105
Should Be Equal ${types} arg: 111, type: <class 'int'>
106
${types} = Python310 Style {"key": 1}
107
Should Be Equal ${types} arg: {'key': 1}, type: <class 'dict'>
0 commit comments