We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 962ec47 commit 994851fCopy full SHA for 994851f
atest/tests_types.robot
@@ -55,7 +55,7 @@ Keyword Annonations And Robot Types Defined
55
Keyword Annonations And Keyword Only Arguments
56
[Tags] py3
57
${return} = DynamicTypesAnnotationsLibrary.Keyword Only Arguments 1 ${1} some=222
58
- Should Match ${return} ('1', 1): <class 'tuple'>, 222: <class 'int'>
+ Should Match Regexp ${return} \\('1', 1\\): <class 'tuple'>, 222: <class '(int|str)'>
59
60
*** Keywords ***
61
Import DynamicTypesAnnotationsLibrary In Python 3 Only
0 commit comments