You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/atest/argument_counts.txt
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
*** Settings ***
2
-
Default Tags python ruby
3
2
Library Remote localhost:${PORT}
4
3
5
4
*** Variables ***
@@ -48,22 +47,10 @@ Too Many Arguments When Using Only Required Args
48
47
49
48
Too Few Arguments When Using Default Values
50
49
[Documentation] FAIL Keyword 'Remote.Arguments With Default Values' expected 1 to 3 arguments, got 0.
51
-
[Tags] python
52
50
Arguments With Default Values
53
51
54
52
Too Many Arguments When Using Default Values
55
53
[Documentation] FAIL Keyword 'Remote.Arguments With Default Values' expected 1 to 3 arguments, got 5.
56
-
[Tags] python
57
-
Arguments With Default Values this is way too much
58
-
59
-
Too Few Arguments When Using Default Values
60
-
[Documentation] With Ruby it is not possible to get maximum argument count when using default values. FAIL Keyword 'Remote.Arguments With Default Values' expected at least 1 argument, got 0.
61
-
[Tags] ruby
62
-
Arguments With Default Values
63
-
64
-
Too Many Arguments When Using Default Values
65
-
[Documentation] With Ruby it is not possible to get maximum argument count when using default values. This error comes from Ruby. FAIL wrong number of arguments (5 for 3)
66
-
[Tags] ruby
67
54
Arguments With Default Values this is way too much
Copy file name to clipboardExpand all lines: test/atest/return_values.txt
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
*** Settings ***
2
-
Default Tags python ruby
3
2
Library Remote localhost:${PORT} WITH NAME remote
4
3
5
4
*** Variables ***
@@ -13,13 +12,8 @@ Return Empty String
13
12
Return Value Should Be Return Empty String ''
14
13
15
14
Return Unicode String
16
-
[Tags] python
17
15
Return Value Should Be Return Unicode String u'Hyv\\u00E4\\u00E4 y\\u00F6t\\u00E4. \\u0421\\u043F\\u0430\\u0441\\u0438\\u0431\\u043E!'
18
16
19
-
Return Symbol
20
-
[Tags] ruby
21
-
Return Value Should Be Return Symbol 'symbol'
22
-
23
17
Return Integer
24
18
Return Value Should Be Return Integer 42
25
19
Return Value Should Be Return Negative Integer -1
@@ -40,7 +34,7 @@ Return Nothing
40
34
Return Value Should Be Return Nothing ''
41
35
42
36
Return Arbitrary Object
43
-
[Documentation] Arbitraty objects cannot be transferred over XML-RPC and thus only their string presentation is returned
37
+
[Documentation] Arbitrary objects cannot be transferred over XML-RPC and thus only their string presentation is returned
44
38
Return Value Should Be Return Object '<MyObject>'
45
39
46
40
Return List
@@ -58,7 +52,6 @@ Return Nested List
58
52
59
53
Return Tuple
60
54
[Documentation] Tuples are converted to lists
61
-
[Tags] python
62
55
Return Value Should Be Return Tuple [1, 'two', True]
63
56
Return Value Should Be Return Empty Tuple []
64
57
Return Value Should Be Return Nested Tuple [ [True, False], [[1, '', '<MyObject>', {}]] ]
@@ -69,27 +62,17 @@ Return Dictionary
69
62
70
63
Return Dictionary With Non-String Keys
71
64
[Documentation] XML-RPC supports only strings as keys so must convert them
72
-
[Tags] python
73
65
Return Value Should Be Return Dictionary With Non String Keys {'1': 2, '': 1}
74
66
75
-
Return Dictionary With Non-String Keys
76
-
[Tags] ruby
77
-
Return Value Should Be Return Dictionary With Non String Keys {'1': 2, 'false': True}
78
-
79
67
Return Dictionary Containing None
80
68
Return Value Should Be Return Dictionary Containing None {'As value': '', '': 'As key'}
81
69
82
70
Return Dictionary Containing Objects
83
71
Return Value Should Be Return Dictionary Containing Objects {'As value': '<MyObject1>', '<MyObject2>': 'As key'}
84
72
85
73
Return Nested Dictionary
86
-
[Tags] python
87
74
Return Value Should Be Return Nested Dictionary {'1': {'': False}, '2': {'A': {'n': ''}, 'B': {'o': '<MyObject>', 'e': {}}} }
88
75
89
-
Return Nested Dictionary
90
-
[Tags] ruby
91
-
Return Value Should Be Return Nested Dictionary {'1': {'true': False}, '2': {'A': {'n': ''}, 'B': {'o': '<MyObject>', 'e': {}}} }
92
-
93
76
Return Control Char
94
77
[Documentation] FAIL REGEXP: Processing XML-RPC return value failed. Most often this happens when the return value contains characters that are not valid in XML. Original error was: ExpatError: .*
Copy file name to clipboardExpand all lines: test/atest/start_and_stop_simple_library.txt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
*** Settings ***
2
2
Documentation Tests in this suite have two different purposes:\n 1) Starting, importing and stopping remote libraries using 'Start Process', 'Import Library', and 'Stop Remote Server'.\n 2) Using keywords from a library which doesn't have get_kw_args/doc methods and which returns only minimal result dictionary.
0 commit comments