When browsing GitHub for packages to install many times you want to kick the tires of the repository without wanting to commit to it.
Covrpage
has your back.
List of all the expectations defined in the tests/testthat
directory.
testmap <- map_testthat_snapshot('r-lib/rlang')
First five tests
file | context | test | expectation | line1 | line2 |
---|---|---|---|---|---|
test-arg.R | test_that: matches arg | gives an error with more than one arg | expect_snapshot | 11 | 16 |
test-arg.R | test_that: matches arg | gives an error with more than one arg | expect_error | 14 | 14 |
test-arg.R | test_that: matches arg | gives error with different than rearranged arg vs value | expect_snapshot_error | 22 | 24 |
test-arg.R | test_that: matches arg | gives error with different than rearranged arg vs value | expect_snapshot_error | 25 | 27 |
test-arg.R | test_that: matches arg | gives no error with rearranged arg vs value | expect_identical | 30 | 39 |
Click to see the rest of the tests
file | context | test | expectation | line1 | line2 | |
---|---|---|---|---|---|---|
6 | test-arg.R | test_that: matches arg | gives no error with rearranged arg vs value | expect_identical | 37 | 37 |
7 | test-arg.R | test_that: matches arg | uses first value when called with all values | expect_identical | 43 | 43 |
8 | test-arg.R | test_that: matches arg | informative error message on partial match | expect_error | 46 | 51 |
9 | test-arg.R | test_that: matches arg |
arg_match() has informative error messages |
expect_snapshot | 58 | 65 |
10 | test-arg.R | test_that: matches arg |
arg_match() has informative error messages |
expect_error | 59 | 59 |
11 | test-arg.R | test_that: matches arg |
arg_match() has informative error messages |
expect_error | 60 | 60 |
12 | test-arg.R | test_that: matches arg |
arg_match() has informative error messages |
expect_error | 61 | 61 |
13 | test-arg.R | test_that: matches arg |
arg_match() has informative error messages |
expect_error | 62 | 62 |
14 | test-arg.R | test_that: matches arg |
arg_match() has informative error messages |
expect_error | 63 | 63 |
15 | test-arg.R | test_that: matches arg |
arg_match() has informative error messages |
expect_error | 64 | 64 |
16 | test-arg.R | test_that: matches arg |
arg_match() provides no suggestion when the edit distance is too large |
expect_snapshot | 68 | 73 |
17 | test-arg.R | test_that: matches arg |
arg_match() provides no suggestion when the edit distance is too large |
expect_error | 70 | 70 |
18 | test-arg.R | test_that: matches arg |
arg_match() provides no suggestion when the edit distance is too large |
expect_error | 71 | 71 |
19 | test-arg.R | test_that: matches arg |
arg_match() finds a match even with small possible typos |
expect_equal | 75 | 80 |
20 | test-arg.R | test_that: matches arg |
arg_match() makes case-insensitive match |
expect_snapshot | 82 | 89 |
21 | test-arg.R | test_that: matches arg |
arg_match() makes case-insensitive match |
expect_error | 84 | 84 |
22 | test-arg.R | test_that: matches arg |
arg_match() makes case-insensitive match |
expect_error | 87 | 87 |
23 | test-arg.R | test_that: matches arg | gets choices from function | expect_error | 95 | 95 |
24 | test-arg.R | test_that: matches arg | gets choices from function | expect_identical | 96 | 96 |
25 | test-arg.R | test_that: matches arg | gets choices from function | expect_identical | 97 | 97 |
26 | test-arg.R | test_that: matches arg | is_missing() works with symbols | expect_true | 102 | 102 |
27 | test-arg.R | test_that: matches arg | is_missing() works with non-symbols | expect_true | 105 | 111 |
28 | test-arg.R | test_that: matches arg | is_missing() works with non-symbols | expect_true | 109 | 109 |
29 | test-arg.R | test_that: matches arg | is_missing() works with non-symbols | expect_error | 110 | 110 |
30 | test-arg.R | test_that: matches arg | maybe_missing() forwards missing value | expect_true | 115 | 115 |
31 | test-arg.R | test_that: matches arg | maybe_missing() forwards missing value | expect_false | 116 | 116 |
32 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_false | 119 | 146 |
33 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_false | 121 | 121 |
34 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_true | 132 | 132 |
35 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_true | 133 | 133 |
36 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_true | 134 | 134 |
37 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_false | 136 | 136 |
38 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_false | 137 | 137 |
39 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_false | 138 | 138 |
40 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_true | 140 | 140 |
41 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_true | 141 | 141 |
42 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_true | 142 | 142 |
43 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_true | 143 | 143 |
44 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_true | 144 | 144 |
45 | test-arg.R | test_that: matches arg | is_missing() works with default arguments | expect_true | 145 | 145 |
46 | test-arg.R | test_that: matches arg | is_missing() detects defaults that evaluate to the missing arg | expect_true | 151 | 151 |
47 | test-arg.R | test_that: matches arg | is_missing() works with dots | expect_true | 154 | 157 |
48 | test-arg.R | test_that: matches arg | is_missing() works with dots | expect_false | 156 | 156 |
49 | test-arg.R | test_that: matches arg | is_missing() works with enclosed arguments (currently doesn’t) | expect_false | 161 | 161 |
50 | test-arg.R | test_that: matches arg | is_missing() works with enclosed arguments (currently doesn’t) | expect_error | 166 | 166 |
51 | test-arg.R | test_that: matches arg | is_missing() works with enclosed arguments (currently doesn’t) | expect_false | 172 | 172 |
52 | test-arg.R | test_that: matches arg | is_missing() works with enclosed arguments (currently doesn’t) | expect_error | 175 | 175 |
53 | test-arg.R | test_that: matches arg | is_missing() in child envs | expect_error | 182 | 182 |
54 | test-arg.R | test_that: matches arg | is_missing() in child envs | expect_false | 186 | 186 |
55 | test-arg.R | test_that: matches arg | is_missing() is transitive | expect_false | 193 | 193 |
56 | test-arg.R | test_that: matches arg | is_missing() is transitive | expect_true | 194 | 194 |
57 | test-arg.R | test_that: matches arg | is_missing() is transitive | expect_true | 197 | 197 |
58 | test-arg.R | test_that: matches arg | is_missing() is transitive | expect_true | 198 | 198 |
59 | test-arg.R | test_that: matches arg | is_missing() is transitive | expect_true | 201 | 201 |
60 | test-arg.R | test_that: matches arg | is_missing() is transitive | expect_true | 202 | 202 |
61 | test-arg.R | test_that: matches arg | is_missing() works in unframed envs | expect_false | 205 | 212 |
62 | test-arg.R | test_that: matches arg | is_missing() works in unframed envs | expect_true | 207 | 207 |
63 | test-arg.R | test_that: matches arg | is_missing() works in unframed envs | expect_error | 210 | 210 |
64 | test-arg.R | test_that: matches arg | check_required() checks argument is supplied (#1118) | expect_error | 218 | 218 |
65 | test-arg.R | test_that: matches arg | check_required() checks argument is supplied (#1118) | expect_error | 219 | 219 |
66 | test-arg.R | test_that: matches arg | check_required() checks argument is supplied (#1118) | expect_snapshot | 221 | 224 |
67 | test-arg.R | test_that: matches arg | check_required() checks argument is supplied (#1118) | expect_error | 222 | 222 |
68 | test-arg.R | test_that: matches arg | check_required() checks argument is supplied (#1118) | expect_error | 223 | 223 |
69 | test-arg.R | test_that: matches arg | arg_match() supports symbols and scalar strings | expect_equal | 227 | 240 |
70 | test-arg.R | test_that: matches arg | arg_match() supports symbols and scalar strings | expect_equal | 232 | 235 |
71 | test-arg.R | test_that: matches arg | arg_match() supports symbols and scalar strings | expect_snapshot | 237 | 239 |
72 | test-arg.R | test_that: matches arg | arg_match() supports symbols and scalar strings | expect_error | 238 | 238 |
73 | test-arg.R | test_that: matches arg | arg_match() requires an argument symbol | expect_snapshot | 244 | 244 |
74 | test-arg.R | test_that: matches arg | arg_match() requires an argument symbol | expect_error | 244 | 244 |
75 | test-arg.R | test_that: matches arg | can match multiple arguments | expect_equal | 252 | 252 |
76 | test-arg.R | test_that: matches arg | can match multiple arguments | expect_equal | 253 | 253 |
77 | test-arg.R | test_that: matches arg | can match multiple arguments | expect_equal | 254 | 254 |
78 | test-arg.R | test_that: matches arg | can match multiple arguments | expect_snapshot | 256 | 259 |
79 | test-arg.R | test_that: matches arg | can match multiple arguments | expect_error | 257 | 257 |
80 | test-arg.R | test_that: matches arg | can match multiple arguments | expect_error | 258 | 258 |
81 | test-arg.R | test_that: matches arg | arg_match0() defuses argument | expect_snapshot | 264 | 267 |
82 | test-arg.R | test_that: matches arg | arg_match0() defuses argument | expect_error | 265 | 265 |
83 | test-arg.R | test_that: matches arg | arg_match0() defuses argument | expect_error | 266 | 266 |
84 | test-arg.R | test_that: matches arg | check_exclusive works | expect_snapshot | 276 | 280 |
85 | test-arg.R | test_that: matches arg | check_exclusive works | expect_error | 277 | 277 |
86 | test-arg.R | test_that: matches arg | check_exclusive works | expect_error | 278 | 278 |
87 | test-arg.R | test_that: matches arg | check_exclusive works | expect_error | 279 | 279 |
88 | test-arg.R | test_that: matches arg | check_exclusive works | expect_snapshot | 286 | 288 |
89 | test-arg.R | test_that: matches arg | check_exclusive works | expect_error | 287 | 287 |
90 | test-arg.R | test_that: matches arg | check_exclusive works | expect_equal | 289 | 289 |
91 | test-arg.R | test_that: matches arg | check_exclusive works | expect_equal | 292 | 292 |
92 | test-arg.R | test_that: matches arg | check_exclusive works | expect_equal | 293 | 293 |
93 | test-arg.R | test_that: matches arg | check_exclusive works | expect_snapshot | 296 | 302 |
94 | test-arg.R | test_that: matches arg | check_exclusive works | expect_error | 298 | 298 |
95 | test-arg.R | test_that: matches arg | check_exclusive works | expect_error | 301 | 301 |
96 | test-arg.R | test_that: matches arg | arg_match() mentions correct call if wrong type is supplied (#1388) | expect_snapshot | 309 | 312 |
97 | test-arg.R | test_that: matches arg | arg_match() mentions correct call if wrong type is supplied (#1388) | expect_error | 310 | 310 |
98 | test-arg.R | test_that: matches arg | arg_match() mentions correct call if wrong type is supplied (#1388) | expect_error | 311 | 311 |
99 | test-arg.R | test_that: matches arg | arg_match() backtrace highlights call and arg | expect_snapshot | 321 | 323 |
100 | test-arg.R | test_that: matches arg | arg_match() supports NA (#1519) |
expect_snapshot | 329 | 333 |
101 | test-arg.R | test_that: matches arg | arg_match() supports NA (#1519) |
expect_error | 330 | 330 |
102 | test-arg.R | test_that: matches arg | arg_match() supports NA (#1519) |
expect_error | 331 | 331 |
103 | test-arg.R | test_that: matches arg | arg_match() supports NA (#1519) |
expect_error | 332 | 332 |
104 | test-attr.R | test_that: names2() takes care of missing values | names2() fails for environments | expect_error | 6 | 8 |
105 | test-attr.R | test_that: names2() takes care of missing values | names2<- doesn’t add missing values (#1301) | expect_equal | 13 | 13 |
106 | test-attr.R | test_that: names2() takes care of missing values | inputs must be valid | expect_snapshot | 16 | 21 |
107 | test-attr.R | test_that: names2() takes care of missing values | inputs must be valid | expect_error | 18 | 18 |
108 | test-attr.R | test_that: names2() takes care of missing values | inputs must be valid | expect_error | 19 | 19 |
109 | test-attr.R | test_that: names2() takes care of missing values | can supply vector or … | expect_named | 23 | 27 |
110 | test-attr.R | test_that: names2() takes care of missing values | can supply vector or … | expect_named | 25 | 25 |
111 | test-attr.R | test_that: names2() takes care of missing values | can supply vector or … | expect_named | 26 | 26 |
112 | test-attr.R | test_that: names2() takes care of missing values | can supply function/formula to rename | expect_named | 31 | 31 |
113 | test-attr.R | test_that: names2() takes care of missing values | can supply function/formula to rename | expect_named | 32 | 32 |
114 | test-attr.R | test_that: names2() takes care of missing values | can supply function/formula to rename | expect_named | 33 | 33 |
115 | test-attr.R | test_that: names2() takes care of missing values | set_names() zaps names | expect_null | 36 | 38 |
116 | test-attr.R | test_that: names2() takes care of missing values | set_names() coerces to character | expect_identical | 40 | 43 |
117 | test-attr.R | test_that: names2() takes care of missing values | set_names() coerces to character | expect_identical | 42 | 42 |
118 | test-attr.R | test_that: names2() takes care of missing values | set_names() checks length generically | expect_identical | 51 | 51 |
119 | test-attr.R | test_that: names2() takes care of missing values | set_names() checks length generically | expect_error | 52 | 52 |
120 | test-attr.R | test_that: names2() takes care of missing values | has_name() works with pairlists | expect_true | 55 | 57 |
121 | test-attr.R | test_that: names2() takes care of missing values | set_names() first names the vector before applying a function (#688) | expect_identical | 61 | 61 |
122 | test-attr.R | test_that: names2() takes care of missing values | set_names() first names the vector before applying a function (#688) | expect_identical | 62 | 62 |
123 | test-attr.R | test_that: names2() takes care of missing values | set_names2() fills in empty names | expect_equal | 67 | 67 |
124 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() removes source references | expect_null | 72 | 72 |
125 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() handles nested functions (r-lib/testthat#1228) | expect_null | 87 | 87 |
126 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() handles nested functions (r-lib/testthat#1228) | expect_null | 90 | 90 |
127 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() handles nested functions (r-lib/testthat#1228) | expect_null | 93 | 93 |
128 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() handles nested functions (r-lib/testthat#1228) | expect_length | 96 | 96 |
129 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() handles nested functions (r-lib/testthat#1228) | expect_equal | 99 | 102 |
130 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() handles nested functions (r-lib/testthat#1228) | expect_true | 105 | 105 |
131 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() handles nested functions (r-lib/testthat#1228) | expect_true | 108 | 108 |
132 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() handles nested functions (r-lib/testthat#1228) | expect_length | 111 | 111 |
133 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() works with quosures | expect_null | 118 | 118 |
134 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() works with quosures | expect_null | 121 | 121 |
135 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() preserves attributes | expect_equal | 130 | 130 |
136 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() preserves attributes | expect_null | 131 | 131 |
137 | test-attr.R | test_that: names2() takes care of missing values | can zap_srcref() on functions with [[ methods |
expect_error | 140 | 140 |
138 | test-attr.R | test_that: names2() takes care of missing values | set_names() recycles names of size 1 | expect_named | 143 | 156 |
139 | test-attr.R | test_that: names2() takes care of missing values | set_names() recycles names of size 1 | expect_named | 148 | 151 |
140 | test-attr.R | test_that: names2() takes care of missing values | set_names() recycles names of size 1 | expect_equal | 152 | 155 |
141 | test-attr.R | test_that: names2() takes care of missing values | is_named2() always returns TRUE for empty vectors (#191) |
expect_false | 158 | 164 |
142 | test-attr.R | test_that: names2() takes care of missing values | is_named2() always returns TRUE for empty vectors (#191) |
expect_false | 160 | 160 |
143 | test-attr.R | test_that: names2() takes care of missing values | is_named2() always returns TRUE for empty vectors (#191) |
expect_true | 162 | 162 |
144 | test-attr.R | test_that: names2() takes care of missing values | is_named2() always returns TRUE for empty vectors (#191) |
expect_false | 163 | 163 |
145 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() supports expression vectors | expect_null | 170 | 170 |
146 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() supports expression vectors | expect_null | 171 | 171 |
147 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() supports expression vectors | expect_true | 173 | 173 |
148 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() supports expression vectors | expect_true | 174 | 174 |
149 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() works on calls | expect_null | 186 | 186 |
150 | test-attr.R | test_that: names2() takes care of missing values | zap_srcref() works on calls | expect_true | 187 | 187 |
151 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | can create empty and unspecified bytes() vector | expect_equal | 6 | 10 |
152 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | can create empty and unspecified bytes() vector | expect_equal | 8 | 8 |
153 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | can create empty and unspecified bytes() vector | expect_equal | 9 | 9 |
154 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | bytes() only accepts bare vectors | expect_error | 12 | 14 |
155 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | as_bytes() accepts numeric input unchanged | expect_equal | 16 | 19 |
156 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | as_bytes() accepts numeric input unchanged | expect_equal | 18 | 18 |
157 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | as_bytes() accepts bench_byte input unchanged | expect_equal | 23 | 23 |
158 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | parse_bytes() parses character input | expect_equal | 26 | 32 |
159 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | parse_bytes() parses character input | expect_equal | 28 | 28 |
160 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | parse_bytes() parses character input | expect_equal | 29 | 29 |
161 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | parse_bytes() parses character input | expect_equal | 30 | 30 |
162 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | parse_bytes() parses character input | expect_equal | 31 | 31 |
163 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() formats bytes under 1024 as whole numbers | expect_equal | 34 | 38 |
164 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() formats bytes under 1024 as whole numbers | expect_equal | 36 | 36 |
165 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() formats bytes under 1024 as whole numbers | expect_equal | 37 | 37 |
166 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers | expect_equal | 40 | 49 |
167 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers | expect_equal | 42 | 42 |
168 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers | expect_equal | 43 | 43 |
169 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers | expect_equal | 44 | 44 |
170 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers | expect_equal | 45 | 45 |
171 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers | expect_equal | 46 | 46 |
172 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers | expect_equal | 47 | 47 |
173 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() formats bytes 1024 and up as abbreviated numbers | expect_equal | 48 | 48 |
174 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() handles NA and NaN | expect_equal | 51 | 54 |
175 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() handles NA and NaN | expect_equal | 53 | 53 |
176 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() works with vectors | expect_snapshot | 56 | 64 |
177 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | format.rlib_bytes() works with vectors | expect_equal | 60 | 63 |
178 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | sum.rlib_bytes() sums its input and returns a bench_byte | expect_equal | 66 | 70 |
179 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | sum.rlib_bytes() sums its input and returns a bench_byte | expect_equal | 68 | 68 |
180 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | sum.rlib_bytes() sums its input and returns a bench_byte | expect_equal | 69 | 69 |
181 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | min.rlib_bytes() finds minimum input and returns a bench_byte | expect_equal | 72 | 76 |
182 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | min.rlib_bytes() finds minimum input and returns a bench_byte | expect_equal | 74 | 74 |
183 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | min.rlib_bytes() finds minimum input and returns a bench_byte | expect_equal | 75 | 75 |
184 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | max.rlib_bytes() finds maximum input and returns a bench_byte | expect_equal | 78 | 82 |
185 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | max.rlib_bytes() finds maximum input and returns a bench_byte | expect_equal | 80 | 80 |
186 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | max.rlib_bytes() finds maximum input and returns a bench_byte | expect_equal | 81 | 81 |
187 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | [.rlib_bytes() retains the bytes2 class | expect_equal | 86 | 86 |
188 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | [.rlib_bytes() retains the bytes2 class | expect_equal | 87 | 87 |
189 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | [.rlib_bytes() retains the bytes2 class | expect_equal | 88 | 88 |
190 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() errors for unary operators | expect_error | 93 | 93 |
191 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() errors for unary operators | expect_error | 94 | 94 |
192 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() errors for unary operators | expect_error | 95 | 95 |
193 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with boolean comparison operators | expect_equal | 100 | 100 |
194 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with boolean comparison operators | expect_equal | 101 | 101 |
195 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with boolean comparison operators | expect_equal | 102 | 102 |
196 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with boolean comparison operators | expect_equal | 103 | 103 |
197 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with boolean comparison operators | expect_equal | 104 | 104 |
198 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with boolean comparison operators | expect_equal | 105 | 105 |
199 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with boolean comparison operators | expect_true | 106 | 106 |
200 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with arithmetic operators | expect_equal | 111 | 111 |
201 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with arithmetic operators | expect_equal | 112 | 112 |
202 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with arithmetic operators | expect_equal | 113 | 113 |
203 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with arithmetic operators | expect_equal | 114 | 114 |
204 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with arithmetic operators | expect_equal | 115 | 115 |
205 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() works with arithmetic operators | expect_equal | 116 | 116 |
206 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() errors for other binary operators | expect_error | 121 | 121 |
207 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() errors for other binary operators | expect_error | 122 | 122 |
208 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() errors for other binary operators | expect_error | 123 | 123 |
209 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | Ops.rlib_bytes() errors for other binary operators | expect_error | 124 | 124 |
210 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | print method disambiguates edge cases | expect_snapshot | 127 | 130 |
211 | test-bytes.R | test_that: bytes() coerces unspecified vectors but not logical ones | print method disambiguates edge cases | expect_snapshot | 129 | 129 |
212 | test-c-api.R | chr_prepend() prepends | chr_prepend() prepends | expect_identical | 11 | 11 |
213 | test-c-api.R | chr_prepend() prepends | chr_append() appends | expect_identical | 16 | 16 |
214 | test-c-api.R | chr_prepend() prepends | r_warn() signals | expect_null | 20 | 20 |
215 | test-c-api.R | chr_prepend() prepends | r_warn() signals | expect_warning | 22 | 25 |
216 | test-c-api.R | chr_prepend() prepends | r_on_exit() adds deferred expr | expect_identical | 35 | 35 |
217 | test-c-api.R | chr_prepend() prepends | r_base_ns_get() fail if object does not exist | expect_error | 38 | 40 |
218 | test-c-api.R | chr_prepend() prepends | r_peek_frame() returns current frame | expect_identical | 47 | 47 |
219 | test-c-api.R | chr_prepend() prepends | r_sys_frame() returns current frame environment | expect_identical | 55 | 55 |
220 | test-c-api.R | chr_prepend() prepends | r_sys_frame() returns current frame environment | expect_identical | 61 | 61 |
221 | test-c-api.R | chr_prepend() prepends | r_sys_call() returns current frame call | expect_identical | 69 | 69 |
222 | test-c-api.R | chr_prepend() prepends | r_sys_call() returns current frame call | expect_identical | 75 | 75 |
223 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 78 | 173 |
224 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 80 | 80 |
225 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 82 | 82 |
226 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 83 | 83 |
227 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 85 | 85 |
228 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 86 | 86 |
229 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 87 | 87 |
230 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 88 | 88 |
231 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 89 | 89 |
232 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 90 | 90 |
233 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 92 | 92 |
234 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 93 | 93 |
235 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 94 | 94 |
236 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 95 | 95 |
237 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 96 | 96 |
238 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 97 | 97 |
239 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 98 | 98 |
240 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 100 | 100 |
241 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 101 | 101 |
242 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 102 | 102 |
243 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 103 | 103 |
244 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 105 | 105 |
245 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 106 | 106 |
246 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 107 | 107 |
247 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 108 | 108 |
248 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 110 | 110 |
249 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 111 | 111 |
250 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 112 | 112 |
251 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 114 | 114 |
252 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 115 | 115 |
253 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 116 | 116 |
254 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 117 | 117 |
255 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 118 | 118 |
256 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 119 | 119 |
257 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 120 | 120 |
258 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 121 | 121 |
259 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 123 | 123 |
260 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 124 | 124 |
261 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 125 | 125 |
262 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 126 | 126 |
263 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 128 | 128 |
264 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 129 | 129 |
265 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 130 | 130 |
266 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 131 | 131 |
267 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical_ | 133 | 133 |
268 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical_ | 134 | 134 |
269 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical_ | 135 | 135 |
270 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical_ | 136 | 136 |
271 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical_ | 137 | 137 |
272 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical_ | 138 | 138 |
273 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical_ | 139 | 139 |
274 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical_ | 140 | 140 |
275 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 142 | 142 |
276 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 143 | 143 |
277 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 144 | 144 |
278 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 146 | 146 |
279 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 147 | 147 |
280 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 148 | 148 |
281 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 150 | 150 |
282 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 151 | 151 |
283 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 152 | 152 |
284 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 153 | 153 |
285 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 154 | 154 |
286 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 155 | 155 |
287 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 156 | 156 |
288 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 157 | 157 |
289 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 158 | 158 |
290 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 159 | 159 |
291 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 160 | 160 |
292 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 161 | 161 |
293 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 162 | 162 |
294 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 163 | 163 |
295 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 165 | 165 |
296 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 166 | 166 |
297 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 167 | 167 |
298 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 169 | 169 |
299 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 170 | 170 |
300 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 171 | 171 |
301 | test-c-api.R | chr_prepend() prepends | r_which_operator() returns correct tokens | expect_identical | 172 | 172 |
302 | test-c-api.R | chr_prepend() prepends | can clone-until with NULL list | expect_identical | 240 | 242 |
303 | test-c-api.R | chr_prepend() prepends | can clone-until with NULL sentinel | expect_reference | 249 | 249 |
304 | test-c-api.R | chr_prepend() prepends | can clone-until with NULL sentinel | expect_identical | 252 | 252 |
305 | test-c-api.R | chr_prepend() prepends | can clone-until with NULL sentinel | expect_false | 253 | 257 |
306 | test-c-api.R | chr_prepend() prepends | returned sentinel and value are NULL if couldn’t be found | expect_false | 264 | 264 |
307 | test-c-api.R | chr_prepend() prepends | returned sentinel and value are NULL if couldn’t be found | expect_null | 265 | 265 |
308 | test-c-api.R | chr_prepend() prepends | returned sentinel and value are NULL if couldn’t be found | expect_null | 266 | 266 |
309 | test-c-api.R | chr_prepend() prepends | r_attrib_set() sets elements | expect_identical | 299 | 299 |
310 | test-c-api.R | chr_prepend() prepends | r_attrib_set() sets elements | expect_false | 300 | 300 |
311 | test-c-api.R | chr_prepend() prepends | r_attrib_set() sets elements | expect_null | 301 | 301 |
312 | test-c-api.R | chr_prepend() prepends | r_attrib_set() sets elements | expect_identical | 305 | 305 |
313 | test-c-api.R | chr_prepend() prepends | r_attrib_set() sets elements | expect_reference | 307 | 307 |
314 | test-c-api.R | chr_prepend() prepends | r_attrib_set() sets elements | expect_reference | 308 | 308 |
315 | test-c-api.R | chr_prepend() prepends | r_attrib_set() zaps one element | expect_reference | 316 | 316 |
316 | test-c-api.R | chr_prepend() prepends | r_attrib_set() zaps one element | expect_null | 317 | 317 |
317 | test-c-api.R | chr_prepend() prepends | r_attrib_set() zaps several elements | expect_identical | 327 | 327 |
318 | test-c-api.R | chr_prepend() prepends | r_attrib_set() zaps several elements | expect_true | 328 | 328 |
319 | test-c-api.R | chr_prepend() prepends | r_attrib_set() zaps several elements | expect_true | 329 | 329 |
320 | test-c-api.R | chr_prepend() prepends | r_attrib_set() zaps several elements | expect_identical | 335 | 335 |
321 | test-c-api.R | chr_prepend() prepends | r_attrib_set() zaps several elements | expect_false | 336 | 336 |
322 | test-c-api.R | chr_prepend() prepends | r_attrib_set() zaps several elements | expect_true | 337 | 337 |
323 | test-c-api.R | chr_prepend() prepends | r_attrib_set() zaps several elements | expect_identical | 343 | 343 |
324 | test-c-api.R | chr_prepend() prepends | r_attrib_set() zaps several elements | expect_false | 344 | 344 |
325 | test-c-api.R | chr_prepend() prepends | r_attrib_set() zaps several elements | expect_false | 345 | 345 |
326 | test-c-api.R | chr_prepend() prepends | can zap non-existing attributes | expect_identical | 351 | 351 |
327 | test-c-api.R | chr_prepend() prepends | can zap non-existing attributes | expect_false | 352 | 352 |
328 | test-c-api.R | chr_prepend() prepends | can zap non-existing attributes | expect_identical | 357 | 357 |
329 | test-c-api.R | chr_prepend() prepends | can zap non-existing attributes | expect_reference | 358 | 358 |
330 | test-c-api.R | chr_prepend() prepends | r_parse() | expect_equal | 361 | 365 |
331 | test-c-api.R | chr_prepend() prepends | r_parse() | expect_error | 363 | 363 |
332 | test-c-api.R | chr_prepend() prepends | r_parse() | expect_error | 364 | 364 |
333 | test-c-api.R | chr_prepend() prepends | r_parse_eval() | expect_identical | 369 | 369 |
334 | test-c-api.R | chr_prepend() prepends | r_parse_eval() | expect_error | 370 | 370 |
335 | test-c-api.R | chr_prepend() prepends | failed parses are printed if rlang__verbose_errors is non-NULL |
expect_error | 373 | 383 |
336 | test-c-api.R | chr_prepend() prepends | failed parses are printed if rlang__verbose_errors is non-NULL |
expect_output | 375 | 380 |
337 | test-c-api.R | chr_prepend() prepends | r_warn_deprecated() warns once | expect_warning | 385 | 389 |
338 | test-c-api.R | chr_prepend() prepends | r_warn_deprecated() warns once | expect_no_warning | 387 | 387 |
339 | test-c-api.R | chr_prepend() prepends | r_warn_deprecated() warns once | expect_warning | 388 | 388 |
340 | test-c-api.R | chr_prepend() prepends | nms_are_duplicated() detects duplicates | expect_identical | 393 | 393 |
341 | test-c-api.R | chr_prepend() prepends | nms_are_duplicated() detects duplicates | expect_identical | 396 | 396 |
342 | test-c-api.R | chr_prepend() prepends | nms_are_duplicated() handles empty and missing names | expect_identical | 401 | 401 |
343 | test-c-api.R | chr_prepend() prepends | r_lgl_sum() handles NA | expect_identical | 404 | 408 |
344 | test-c-api.R | chr_prepend() prepends | r_lgl_sum() handles NA | expect_identical | 406 | 406 |
345 | test-c-api.R | chr_prepend() prepends | r_lgl_sum() handles NA | expect_identical | 407 | 407 |
346 | test-c-api.R | chr_prepend() prepends | r_lgl_which() handles NA | expect_identical | 410 | 415 |
347 | test-c-api.R | chr_prepend() prepends | r_lgl_which() handles NA | expect_identical | 412 | 412 |
348 | test-c-api.R | chr_prepend() prepends | r_lgl_which() handles NA | expect_identical | 413 | 413 |
349 | test-c-api.R | chr_prepend() prepends | r_lgl_which() handles NA | expect_identical | 414 | 414 |
350 | test-c-api.R | chr_prepend() prepends | r_lgl_which() handles empty vectors | expect_identical | 417 | 420 |
351 | test-c-api.R | chr_prepend() prepends | r_lgl_which() handles empty vectors | expect_identical | 419 | 419 |
352 | test-c-api.R | chr_prepend() prepends | r_lgl_which() propagates names | expect_named | 424 | 424 |
353 | test-c-api.R | chr_prepend() prepends | r_lgl_which() propagates names | expect_named | 425 | 425 |
354 | test-c-api.R | chr_prepend() prepends | r_lgl_which() propagates names | expect_named | 428 | 428 |
355 | test-c-api.R | chr_prepend() prepends | r_lgl_which() handles NA when propagation is disabled (#750) |
expect_identical | 431 | 435 |
356 | test-c-api.R | chr_prepend() prepends | r_lgl_which() handles NA when propagation is disabled (#750) |
expect_identical | 433 | 433 |
357 | test-c-api.R | chr_prepend() prepends | r_lgl_which() handles NA when propagation is disabled (#750) |
expect_identical | 434 | 434 |
358 | test-c-api.R | chr_prepend() prepends | r_pairlist_rev() reverses destructively | expect_true | 440 | 440 |
359 | test-c-api.R | chr_prepend() prepends | r_pairlist_rev() reverses destructively | expect_identical | 447 | 447 |
360 | test-c-api.R | chr_prepend() prepends | r_pairlist_rev() reverses destructively | expect_true | 448 | 448 |
361 | test-c-api.R | chr_prepend() prepends | r_pairlist_rev() reverses destructively | expect_true | 449 | 449 |
362 | test-c-api.R | chr_prepend() prepends | r_pairlist_rev() reverses destructively | expect_true | 450 | 450 |
363 | test-c-api.R | chr_prepend() prepends | r_pairlist_rev() reverses destructively | expect_true | 451 | 451 |
364 | test-c-api.R | chr_prepend() prepends | r_pairlist_rev() reverses destructively | expect_identical | 459 | 459 |
365 | test-c-api.R | chr_prepend() prepends | r_pairlist_rev() reverses destructively | expect_true | 460 | 460 |
366 | test-c-api.R | chr_prepend() prepends | r_pairlist_rev() reverses destructively | expect_true | 461 | 461 |
367 | test-c-api.R | chr_prepend() prepends | r_pairlist_rev() reverses destructively | expect_true | 462 | 462 |
368 | test-c-api.R | chr_prepend() prepends | r_pairlist_rev() reverses destructively | expect_true | 463 | 463 |
369 | test-c-api.R | chr_prepend() prepends | r_pairlist_rev() reverses destructively | expect_true | 464 | 464 |
370 | test-c-api.R | chr_prepend() prepends | r_dict_put() hashes object | expect_true | 470 | 470 |
371 | test-c-api.R | chr_prepend() prepends | r_dict_put() hashes object | expect_true | 471 | 471 |
372 | test-c-api.R | chr_prepend() prepends | r_dict_put() hashes object | expect_false | 473 | 473 |
373 | test-c-api.R | chr_prepend() prepends | r_dict_put() hashes object | expect_false | 474 | 474 |
374 | test-c-api.R | chr_prepend() prepends | key has reference semantics | expect_true | 482 | 482 |
375 | test-c-api.R | chr_prepend() prepends | key has reference semantics | expect_true | 483 | 483 |
376 | test-c-api.R | chr_prepend() prepends | key has reference semantics | expect_true | 486 | 486 |
377 | test-c-api.R | chr_prepend() prepends | key has reference semantics | expect_false | 487 | 487 |
378 | test-c-api.R | chr_prepend() prepends | key can be NULL
|
expect_true | 492 | 492 |
379 | test-c-api.R | chr_prepend() prepends | key can be NULL
|
expect_false | 493 | 493 |
380 | test-c-api.R | chr_prepend() prepends | collisions are handled | expect_true | 499 | 499 |
381 | test-c-api.R | chr_prepend() prepends | collisions are handled | expect_true | 500 | 500 |
382 | test-c-api.R | chr_prepend() prepends | collisions are handled | expect_false | 501 | 501 |
383 | test-c-api.R | chr_prepend() prepends | collisions are handled | expect_equal | 505 | 505 |
384 | test-c-api.R | chr_prepend() prepends | can check existing and retrieve values | expect_true | 515 | 515 |
385 | test-c-api.R | chr_prepend() prepends | can check existing and retrieve values | expect_true | 516 | 516 |
386 | test-c-api.R | chr_prepend() prepends | can check existing and retrieve values | expect_false | 517 | 517 |
387 | test-c-api.R | chr_prepend() prepends | can check existing and retrieve values | expect_equal | 519 | 519 |
388 | test-c-api.R | chr_prepend() prepends | can check existing and retrieve values | expect_equal | 520 | 520 |
389 | test-c-api.R | chr_prepend() prepends | can check existing and retrieve values | expect_error | 521 | 521 |
390 | test-c-api.R | chr_prepend() prepends | dictionary size is rounded to next power of 2 | expect_equal | 526 | 526 |
391 | test-c-api.R | chr_prepend() prepends | can resize dictionary | expect_equal | 532 | 532 |
392 | test-c-api.R | chr_prepend() prepends | dictionary grows | expect_equal | 541 | 541 |
393 | test-c-api.R | chr_prepend() prepends | dictionary grows | expect_equal | 544 | 544 |
394 | test-c-api.R | chr_prepend() prepends | can delete elements from dict | expect_true | 553 | 553 |
395 | test-c-api.R | chr_prepend() prepends | can delete elements from dict | expect_false | 554 | 554 |
396 | test-c-api.R | chr_prepend() prepends | can delete elements from dict | expect_false | 555 | 555 |
397 | test-c-api.R | chr_prepend() prepends | can delete elements from dict | expect_true | 557 | 557 |
398 | test-c-api.R | chr_prepend() prepends | can delete elements from dict | expect_false | 558 | 558 |
399 | test-c-api.R | chr_prepend() prepends | can delete elements from dict | expect_false | 559 | 559 |
400 | test-c-api.R | chr_prepend() prepends | can put again after del | expect_true | 568 | 568 |
401 | test-c-api.R | chr_prepend() prepends | can put again after del | expect_equal | 569 | 569 |
402 | test-c-api.R | chr_prepend() prepends | can put again after del | expect_null | 587 | 587 |
403 | test-c-api.R | chr_prepend() prepends | can put again after del | expect_equal | 588 | 588 |
404 | test-c-api.R | chr_prepend() prepends | can poke dict value | expect_equal | 594 | 597 |
405 | test-c-api.R | chr_prepend() prepends | can poke dict value | expect_equal | 598 | 601 |
406 | test-c-api.R | chr_prepend() prepends | can poke dict value | expect_equal | 602 | 605 |
407 | test-c-api.R | chr_prepend() prepends | can poke dict value | expect_equal | 606 | 609 |
408 | test-c-api.R | chr_prepend() prepends | can iterate over dict | expect_equal | 619 | 627 |
409 | test-c-api.R | chr_prepend() prepends | can iterate over dict | expect_true | 632 | 632 |
410 | test-c-api.R | chr_prepend() prepends | can iterate over dict | expect_true | 635 | 635 |
411 | test-c-api.R | chr_prepend() prepends | can iterate over dict | expect_equal | 638 | 641 |
412 | test-c-api.R | chr_prepend() prepends | can iterate over dict | expect_equal | 640 | 640 |
413 | test-c-api.R | chr_prepend() prepends | can iterate over dict | expect_equal | 641 | 644 |
414 | test-c-api.R | chr_prepend() prepends | can iterate over dict | expect_equal | 643 | 643 |
415 | test-c-api.R | chr_prepend() prepends | can iterate over dict | expect_false | 646 | 646 |
416 | test-c-api.R | chr_prepend() prepends | can iterate over dict | expect_false | 647 | 647 |
417 | test-c-api.R | chr_prepend() prepends | can iterate over dict (edge case) | expect_equal | 657 | 665 |
418 | test-c-api.R | chr_prepend() prepends | can iterate over dict (edge case) | expect_true | 670 | 670 |
419 | test-c-api.R | chr_prepend() prepends | can iterate over dict (edge case) | expect_true | 673 | 673 |
420 | test-c-api.R | chr_prepend() prepends | can iterate over dict (edge case) | expect_equal | 676 | 679 |
421 | test-c-api.R | chr_prepend() prepends | can iterate over dict (edge case) | expect_equal | 678 | 678 |
422 | test-c-api.R | chr_prepend() prepends | can iterate over dict (edge case) | expect_equal | 679 | 682 |
423 | test-c-api.R | chr_prepend() prepends | can iterate over dict (edge case) | expect_equal | 681 | 681 |
424 | test-c-api.R | chr_prepend() prepends | can iterate over dict (edge case) | expect_false | 684 | 684 |
425 | test-c-api.R | chr_prepend() prepends | can iterate over dict (edge case) | expect_false | 685 | 685 |
426 | test-c-api.R | chr_prepend() prepends | can transform dict to list and df-list | expect_equal | 708 | 708 |
427 | test-c-api.R | chr_prepend() prepends | can transform dict to list and df-list | expect_equal | 711 | 713 |
428 | test-c-api.R | chr_prepend() prepends | can transform dict to list and df-list | expect_equal | 713 | 715 |
429 | test-c-api.R | chr_prepend() prepends | can preserve and unpreserve repeatedly | expect_false | 730 | 730 |
430 | test-c-api.R | chr_prepend() prepends | can preserve and unpreserve repeatedly | expect_true | 737 | 737 |
431 | test-c-api.R | chr_prepend() prepends | can preserve and unpreserve repeatedly | expect_equal | 740 | 740 |
432 | test-c-api.R | chr_prepend() prepends | can preserve and unpreserve repeatedly | expect_equal | 741 | 741 |
433 | test-c-api.R | chr_prepend() prepends | can preserve and unpreserve repeatedly | expect_equal | 744 | 744 |
434 | test-c-api.R | chr_prepend() prepends | can preserve and unpreserve repeatedly | expect_equal | 747 | 747 |
435 | test-c-api.R | chr_prepend() prepends | can preserve and unpreserve repeatedly | expect_false | 750 | 750 |
436 | test-c-api.R | chr_prepend() prepends | can preserve and unpreserve repeatedly | expect_error | 752 | 752 |
437 | test-c-api.R | chr_prepend() prepends | alloc_data_frame() creates data frame | expect_equal | 758 | 758 |
438 | test-c-api.R | chr_prepend() prepends | alloc_data_frame() creates data frame | expect_equal | 759 | 759 |
439 | test-c-api.R | chr_prepend() prepends | alloc_data_frame() creates data frame | expect_equal | 760 | 760 |
440 | test-c-api.R | chr_prepend() prepends | alloc_data_frame() creates data frame | expect_equal | 761 | 761 |
441 | test-c-api.R | chr_prepend() prepends | alloc_data_frame() creates data frame | expect_equal | 762 | 762 |
442 | test-c-api.R | chr_prepend() prepends | alloc_data_frame() creates data frame | expect_equal | 763 | 763 |
443 | test-c-api.R | chr_prepend() prepends | alloc_data_frame() creates data frame | expect_equal | 766 | 766 |
444 | test-c-api.R | chr_prepend() prepends | alloc_data_frame() creates data frame | expect_equal | 767 | 767 |
445 | test-c-api.R | chr_prepend() prepends | alloc_data_frame() creates data frame | expect_equal | 768 | 768 |
446 | test-c-api.R | chr_prepend() prepends | alloc_data_frame() creates data frame | expect_equal | 771 | 771 |
447 | test-c-api.R | chr_prepend() prepends | alloc_data_frame() creates data frame | expect_equal | 772 | 772 |
448 | test-c-api.R | chr_prepend() prepends | alloc_data_frame() creates data frame | expect_equal | 773 | 773 |
449 | test-c-api.R | chr_prepend() prepends | r_list_compact() compacts lists | expect_equal | 776 | 783 |
450 | test-c-api.R | chr_prepend() prepends | r_list_compact() compacts lists | expect_equal | 778 | 778 |
451 | test-c-api.R | chr_prepend() prepends | r_list_compact() compacts lists | expect_equal | 779 | 779 |
452 | test-c-api.R | chr_prepend() prepends | r_list_compact() compacts lists | expect_equal | 780 | 780 |
453 | test-c-api.R | chr_prepend() prepends | r_list_compact() compacts lists | expect_equal | 781 | 781 |
454 | test-c-api.R | chr_prepend() prepends | r_list_compact() compacts lists | expect_equal | 782 | 782 |
455 | test-c-api.R | chr_prepend() prepends | can grow vectors | expect_length | 788 | 788 |
456 | test-c-api.R | chr_prepend() prepends | can grow vectors | expect_equal | 789 | 789 |
457 | test-c-api.R | chr_prepend() prepends | can grow vectors | expect_equal | 790 | 790 |
458 | test-c-api.R | chr_prepend() prepends | can grow vectors | expect_length | 794 | 794 |
459 | test-c-api.R | chr_prepend() prepends | can grow vectors | expect_equal | 795 | 795 |
460 | test-c-api.R | chr_prepend() prepends | can grow vectors | expect_equal | 796 | 796 |
461 | test-c-api.R | chr_prepend() prepends | can shrink vectors | expect_equal | 802 | 802 |
462 | test-c-api.R | chr_prepend() prepends | can shrink vectors | expect_equal | 806 | 806 |
463 | test-c-api.R | chr_prepend() prepends | can shrink vectors | expect_equal | 809 | 812 |
464 | test-c-api.R | chr_prepend() prepends | can shrink vectors | expect_equal | 811 | 811 |
465 | test-c-api.R | chr_prepend() prepends | can grow and shrink dynamic arrays | expect_equal | 818 | 827 |
466 | test-c-api.R | chr_prepend() prepends | can grow and shrink dynamic arrays | expect_equal | 832 | 841 |
467 | test-c-api.R | chr_prepend() prepends | can grow and shrink dynamic arrays | expect_equal | 844 | 850 |
468 | test-c-api.R | chr_prepend() prepends | can grow and shrink dynamic arrays | expect_equal | 854 | 860 |
469 | test-c-api.R | chr_prepend() prepends | can grow and shrink dynamic arrays | expect_equal | 863 | 863 |
470 | test-c-api.R | chr_prepend() prepends | can grow and shrink dynamic arrays | expect_equal | 866 | 872 |
471 | test-c-api.R | chr_prepend() prepends | can grow and shrink dynamic arrays | expect_equal | 873 | 873 |
472 | test-c-api.R | chr_prepend() prepends | can resize dynamic arrays | expect_equal | 883 | 892 |
473 | test-c-api.R | chr_prepend() prepends | can resize dynamic arrays | expect_equal | 893 | 893 |
474 | test-c-api.R | chr_prepend() prepends | can resize dynamic arrays | expect_equal | 896 | 902 |
475 | test-c-api.R | chr_prepend() prepends | can resize dynamic arrays | expect_equal | 903 | 903 |
476 | test-c-api.R | chr_prepend() prepends | can resize dynamic arrays | expect_equal | 904 | 904 |
477 | test-c-api.R | chr_prepend() prepends | dynamic arrays with multiple bytes per elements are resized correctly | expect_length | 909 | 909 |
478 | test-c-api.R | chr_prepend() prepends | dynamic arrays with multiple bytes per elements are resized correctly | expect_length | 912 | 912 |
479 | test-c-api.R | chr_prepend() prepends | dynamic arrays with multiple bytes per elements are resized correctly | expect_length | 915 | 915 |
480 | test-c-api.R | chr_prepend() prepends | dynamic arrays with multiple bytes per elements are resized correctly | expect_length | 918 | 918 |
481 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic atomic vectors | expect_equal | 923 | 932 |
482 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic atomic vectors | expect_equal | 937 | 943 |
483 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic atomic vectors | expect_identical | 944 | 944 |
484 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic atomic vectors | expect_equal | 947 | 956 |
485 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic atomic vectors | expect_identical | 957 | 957 |
486 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic atomic vectors | expect_identical | 958 | 958 |
487 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic barrier vectors | expect_equal | 963 | 971 |
488 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic barrier vectors | expect_equal | 976 | 982 |
489 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic barrier vectors | expect_identical | 983 | 983 |
490 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic barrier vectors | expect_equal | 986 | 994 |
491 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic barrier vectors | expect_identical | 995 | 995 |
492 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic barrier vectors | expect_identical | 996 | 996 |
493 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic barrier vectors | expect_equal | 998 | 998 |
494 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic barrier vectors | expect_equal | 999 | 999 |
495 | test-c-api.R | chr_prepend() prepends | can shrink and grow dynamic barrier vectors | expect_equal | 1000 | 1000 |
496 | test-c-api.R | chr_prepend() prepends | can get and poke elements | expect_equal | 1007 | 1007 |
497 | test-c-api.R | chr_prepend() prepends | can get and poke elements | expect_equal | 1012 | 1012 |
498 | test-c-api.R | chr_prepend() prepends | can get and poke elements | expect_equal | 1013 | 1013 |
499 | test-c-api.R | chr_prepend() prepends | can get and poke elements | expect_equal | 1015 | 1015 |
500 | test-c-api.R | chr_prepend() prepends | can get and poke elements | expect_equal | 1020 | 1020 |
501 | test-c-api.R | chr_prepend() prepends | can get and poke elements | expect_equal | 1025 | 1025 |
502 | test-c-api.R | chr_prepend() prepends | can get and poke elements | expect_equal | 1030 | 1030 |
503 | test-c-api.R | chr_prepend() prepends | can get and poke elements | expect_true | 1036 | 1036 |
504 | test-c-api.R | chr_prepend() prepends | can get and poke elements | expect_equal | 1041 | 1041 |
505 | test-c-api.R | chr_prepend() prepends | can create dynamic list-of | expect_equal | 1048 | 1067 |
506 | test-c-api.R | chr_prepend() prepends | can create dynamic list-of | expect_length | 1069 | 1069 |
507 | test-c-api.R | chr_prepend() prepends | can push to dynamic list-of | expect_equal | 1076 | 1076 |
508 | test-c-api.R | chr_prepend() prepends | can push to dynamic list-of | expect_equal | 1079 | 1079 |
509 | test-c-api.R | chr_prepend() prepends | can push to dynamic list-of | expect_equal | 1082 | 1082 |
510 | test-c-api.R | chr_prepend() prepends | can push to dynamic list-of | expect_equal | 1085 | 1085 |
511 | test-c-api.R | chr_prepend() prepends | internal error is thrown with OOB dyn-lof access | expect_snapshot | 1091 | 1094 |
512 | test-c-api.R | chr_prepend() prepends | can push to arrays in dynamic list-of | expect_error | 1104 | 1104 |
513 | test-c-api.R | chr_prepend() prepends | can push to arrays in dynamic list-of | expect_equal | 1107 | 1110 |
514 | test-c-api.R | chr_prepend() prepends | can push to arrays in dynamic list-of | expect_equal | 1113 | 1116 |
515 | test-c-api.R | chr_prepend() prepends | can push to arrays in dynamic list-of | expect_equal | 1121 | 1124 |
516 | test-c-api.R | chr_prepend() prepends | can push to arrays in dynamic list-of | expect_equal | 1129 | 1132 |
517 | test-c-api.R | chr_prepend() prepends | can push to arrays in dynamic list-of | expect_equal | 1137 | 1140 |
518 | test-c-api.R | chr_prepend() prepends | sexp iterator visits in full order | expect_equal | 1153 | 1153 |
519 | test-c-api.R | chr_prepend() prepends | sexp iterator visits in full order | expect_symmetric_dirs | 1155 | 1155 |
520 | test-c-api.R | chr_prepend() prepends | sexp iterator visits in full order | expect_symmetric_dirs | 1156 | 1156 |
521 | test-c-api.R | chr_prepend() prepends | sexp iterator visits in full order | expect_symmetric_dirs | 1157 | 1157 |
522 | test-c-api.R | chr_prepend() prepends | sexp iterator visits in full order | expect_symmetric_dirs | 1158 | 1158 |
523 | test-c-api.R | chr_prepend() prepends | sexp iterator visits in full order | expect_symmetric_dirs | 1159 | 1159 |
524 | test-c-api.R | chr_prepend() prepends | addresses have hexadecimal prefix 0x (#1135) |
expect_equal | 1162 | 1167 |
525 | test-c-api.R | chr_prepend() prepends | can re-encode a character vector of various encodings (r-lib/vctrs#553) | expect_utf8_encoded | 1172 | 1172 |
526 | test-c-api.R | chr_prepend() prepends | re-encodes all encodings to UTF-8 | expect_utf8_encoded | 1176 | 1178 |
527 | test-c-api.R | chr_prepend() prepends | can re-encode a list containing character vectors with different encodings | expect_utf8_encoded | 1184 | 1184 |
528 | test-c-api.R | chr_prepend() prepends | re-encoding fails purposefully with any bytes | expect_snapshot | 1191 | 1193 |
529 | test-c-api.R | chr_prepend() prepends | re-encoding fails purposefully with any bytes | expect_error | 1192 | 1192 |
530 | test-c-api.R | chr_prepend() prepends | re-encoding fails purposefully with any bytes | expect_snapshot | 1195 | 1199 |
531 | test-c-api.R | chr_prepend() prepends | re-encoding fails purposefully with any bytes | expect_error | 1197 | 1197 |
532 | test-c-api.R | chr_prepend() prepends | attributes are kept when re-encoding (r-lib/vctrs#599) | expect_identical | 1208 | 1208 |
533 | test-c-api.R | chr_prepend() prepends | re-encoding is robust against scalar types contained in lists (r-lib/vctrs#633) | expect_identical | 1213 | 1213 |
534 | test-c-api.R | chr_prepend() prepends | re-encoding can still occur even if a scalar type is in a list | expect_utf8_encoded | 1218 | 1218 |
535 | test-c-api.R | chr_prepend() prepends | re-encoding occurs inside scalars contained in a list | expect_utf8_encoded | 1230 | 1230 |
536 | test-c-api.R | chr_prepend() prepends | re-encoding treats data frames elements of lists as lists (r-lib/vctrs#1233) | expect_utf8_encoded | 1242 | 1242 |
537 | test-c-api.R | chr_prepend() prepends | attributes are re-encoded | expect_utf8_encoded | 1262 | 1262 |
538 | test-c-api.R | chr_prepend() prepends | attributes are re-encoded | expect_utf8_encoded | 1263 | 1263 |
539 | test-c-api.R | chr_prepend() prepends | attributes are re-encoded | expect_utf8_encoded | 1264 | 1264 |
540 | test-c-api.R | chr_prepend() prepends | attributes are re-encoded | expect_utf8_encoded | 1265 | 1265 |
541 | test-c-api.R | chr_prepend() prepends | attributes are re-encoded | expect_utf8_encoded | 1266 | 1266 |
542 | test-c-api.R | chr_prepend() prepends | attributes are re-encoded recursively | expect_utf8_encoded | 1280 | 1280 |
543 | test-c-api.R | chr_prepend() prepends | attributes are re-encoded recursively | expect_utf8_encoded | 1281 | 1281 |
544 | test-c-api.R | chr_prepend() prepends | NA | expect_true | 1304 | 1306 |
545 | test-c-api.R | chr_prepend() prepends | r_stop_internal() mentions expected namespace | expect_error | 1316 | 1316 |
546 | test-c-api.R | chr_prepend() prepends | r_stop_internal() mentions expected namespace | expect_error | 1319 | 1319 |
547 | test-call.R | test_that: character vector must be length 1 | args can be specified individually or as list | expect_equal | 9 | 9 |
548 | test-call.R | test_that: character vector must be length 1 | creates namespaced calls | expect_identical | 12 | 14 |
549 | test-call.R | test_that: character vector must be length 1 | fails with non-callable objects | expect_error | 16 | 19 |
550 | test-call.R | test_that: character vector must be length 1 | fails with non-callable objects | expect_error | 18 | 18 |
551 | test-call.R | test_that: character vector must be length 1 | succeeds with literal functions | expect_error | 21 | 24 |
552 | test-call.R | test_that: character vector must be length 1 | succeeds with literal functions | expect_error | 23 | 23 |
553 | test-call.R | test_that: character vector must be length 1 | call2() preserves empty arguments | expect_identical | 26 | 28 |
554 | test-call.R | test_that: character vector must be length 1 | call2() requires a symbol when namespace is supplied | expect_identical | 30 | 34 |
555 | test-call.R | test_that: character vector must be length 1 | call2() requires a symbol when namespace is supplied | expect_error | 32 | 32 |
556 | test-call.R | test_that: character vector must be length 1 | call2() requires a symbol when namespace is supplied | expect_error | 33 | 33 |
557 | test-call.R | test_that: character vector must be length 1 | call_standardise() supports quosures | expect_identical | 48 | 48 |
558 | test-call.R | test_that: character vector must be length 1 | can standardise primitive functions (#473) | expect_identical | 51 | 54 |
559 | test-call.R | test_that: character vector must be length 1 | can standardise primitive functions (#473) | expect_identical | 53 | 53 |
560 | test-call.R | test_that: character vector must be length 1 | if call is supplied to call_match() , fn must be supplied |
expect_error | 56 | 61 |
561 | test-call.R | test_that: character vector must be length 1 | call_match() infers call and definition | expect_equal | 65 | 65 |
562 | test-call.R | test_that: character vector must be length 1 | call_match() infers call and definition | expect_equal | 66 | 66 |
563 | test-call.R | test_that: character vector must be length 1 | call_match() infers call and definition | expect_equal | 70 | 70 |
564 | test-call.R | test_that: character vector must be length 1 | call_match() infers call and definition | expect_equal | 71 | 71 |
565 | test-call.R | test_that: character vector must be length 1 | call_match() returns early with primitive functions | expect_equal | 74 | 79 |
566 | test-call.R | test_that: character vector must be length 1 | call_match() matches defaults | expect_equal | 84 | 87 |
567 | test-call.R | test_that: character vector must be length 1 | call_match() matches defaults | expect_equal | 88 | 91 |
568 | test-call.R | test_that: character vector must be length 1 | call_match() matches defaults | expect_equal | 93 | 96 |
569 | test-call.R | test_that: character vector must be length 1 | call_match() matches defaults | expect_equal | 97 | 100 |
570 | test-call.R | test_that: character vector must be length 1 | call_match() matches defaults | expect_equal | 102 | 105 |
571 | test-call.R | test_that: character vector must be length 1 | call_match() matches defaults | expect_equal | 106 | 109 |
572 | test-call.R | test_that: character vector must be length 1 | call_match() matches defaults | expect_equal | 111 | 114 |
573 | test-call.R | test_that: character vector must be length 1 | call_match() matches defaults | expect_equal | 116 | 119 |
574 | test-call.R | test_that: character vector must be length 1 |
call_match(dots_expand = TRUE) handles ... positional edge cases |
expect_equal | 125 | 125 |
575 | test-call.R | test_that: character vector must be length 1 |
call_match(dots_expand = TRUE) handles ... positional edge cases |
expect_equal | 126 | 126 |
576 | test-call.R | test_that: character vector must be length 1 |
call_match(dots_expand = TRUE) handles ... positional edge cases |
expect_equal | 127 | 127 |
577 | test-call.R | test_that: character vector must be length 1 |
call_match(dots_expand = TRUE) handles ... positional edge cases |
expect_equal | 128 | 128 |
578 | test-call.R | test_that: character vector must be length 1 | can modify formulas inplace | expect_identical | 134 | 136 |
579 | test-call.R | test_that: character vector must be length 1 | new args inserted at end | expect_equal | 141 | 141 |
580 | test-call.R | test_that: character vector must be length 1 | new args replace old | expect_equal | 147 | 147 |
581 | test-call.R | test_that: character vector must be length 1 | can modify calls for primitive functions | expect_identical | 150 | 152 |
582 | test-call.R | test_that: character vector must be length 1 | can modify calls for functions containing dots | expect_identical | 154 | 156 |
583 | test-call.R | test_that: character vector must be length 1 | accepts unnamed arguments | expect_identical | 158 | 163 |
584 | test-call.R | test_that: character vector must be length 1 | allows duplicated arguments (#398) | expect_identical | 165 | 169 |
585 | test-call.R | test_that: character vector must be length 1 | allows duplicated arguments (#398) | expect_identical | 167 | 167 |
586 | test-call.R | test_that: character vector must be length 1 | allows duplicated arguments (#398) | expect_identical | 168 | 168 |
587 | test-call.R | test_that: character vector must be length 1 | zaps remove arguments | expect_identical | 171 | 174 |
588 | test-call.R | test_that: character vector must be length 1 | zaps remove arguments | expect_identical_ | 173 | 173 |
589 | test-call.R | test_that: character vector must be length 1 | can remove unexisting arguments (#393) | expect_identical | 176 | 178 |
590 | test-call.R | test_that: character vector must be length 1 | can add a missing argument | expect_identical | 180 | 183 |
591 | test-call.R | test_that: character vector must be length 1 | can add a missing argument | expect_identical | 182 | 182 |
592 | test-call.R | test_that: character vector must be length 1 | can refer to dots as named argument | expect_error | 185 | 191 |
593 | test-call.R | test_that: character vector must be length 1 | can refer to dots as named argument | expect_error | 187 | 187 |
594 | test-call.R | test_that: character vector must be length 1 | can refer to dots as named argument | expect_identical | 188 | 188 |
595 | test-call.R | test_that: character vector must be length 1 | can refer to dots as named argument | expect_identical | 189 | 189 |
596 | test-call.R | test_that: character vector must be length 1 | can refer to dots as named argument | expect_identical | 190 | 190 |
597 | test-call.R | test_that: character vector must be length 1 | can’t supply unnamed zaps | expect_error | 193 | 195 |
598 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 197 | 217 |
599 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 199 | 199 |
600 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 200 | 200 |
601 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 201 | 201 |
602 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 203 | 203 |
603 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 204 | 204 |
604 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 205 | 205 |
605 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 206 | 206 |
606 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 208 | 208 |
607 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 209 | 209 |
608 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 210 | 210 |
609 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 211 | 211 |
610 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 213 | 213 |
611 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 214 | 214 |
612 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 215 | 215 |
613 | test-call.R | test_that: character vector must be length 1 | positions are not changed | expect_identical | 216 | 216 |
614 | test-call.R | test_that: character vector must be length 1 | empty quosures are treated as empty args | expect_identical | 219 | 221 |
615 | test-call.R | test_that: character vector must be length 1 | NULL is a valid language object | expect_true | 226 | 228 |
616 | test-call.R | test_that: character vector must be length 1 | is_call() pattern-matches | expect_true | 230 | 244 |
617 | test-call.R | test_that: character vector must be length 1 | is_call() pattern-matches | expect_false | 232 | 232 |
618 | test-call.R | test_that: character vector must be length 1 | is_call() pattern-matches | expect_true | 233 | 233 |
619 | test-call.R | test_that: character vector must be length 1 | is_call() pattern-matches | expect_true | 235 | 235 |
620 | test-call.R | test_that: character vector must be length 1 | is_call() pattern-matches | expect_false | 236 | 236 |
621 | test-call.R | test_that: character vector must be length 1 | is_call() pattern-matches | expect_true | 237 | 237 |
622 | test-call.R | test_that: character vector must be length 1 | is_call() pattern-matches | expect_true | 238 | 238 |
623 | test-call.R | test_that: character vector must be length 1 | is_call() pattern-matches | expect_true | 240 | 240 |
624 | test-call.R | test_that: character vector must be length 1 | is_call() pattern-matches | expect_false | 242 | 242 |
625 | test-call.R | test_that: character vector must be length 1 | is_call() pattern-matches | expect_false | 243 | 243 |
626 | test-call.R | test_that: character vector must be length 1 | quosures are not calls | expect_false | 248 | 248 |
627 | test-call.R | test_that: character vector must be length 1 | is_call() supports symbol name
|
expect_true | 251 | 254 |
628 | test-call.R | test_that: character vector must be length 1 | is_call() supports symbol name
|
expect_false | 253 | 253 |
629 | test-call.R | test_that: character vector must be length 1 | is_call() vectorises name | expect_false | 256 | 263 |
630 | test-call.R | test_that: character vector must be length 1 | is_call() vectorises name | expect_true | 258 | 258 |
631 | test-call.R | test_that: character vector must be length 1 | is_call() vectorises name | expect_true | 260 | 260 |
632 | test-call.R | test_that: character vector must be length 1 | is_call() vectorises name | expect_true | 261 | 261 |
633 | test-call.R | test_that: character vector must be length 1 | is_call() vectorises name | expect_false | 262 | 262 |
634 | test-call.R | test_that: character vector must be length 1 | call_name() handles namespaced and anonymous calls | expect_equal | 265 | 275 |
635 | test-call.R | test_that: character vector must be length 1 | call_name() handles namespaced and anonymous calls | expect_equal | 267 | 267 |
636 | test-call.R | test_that: character vector must be length 1 | call_name() handles namespaced and anonymous calls | expect_null | 269 | 269 |
637 | test-call.R | test_that: character vector must be length 1 | call_name() handles namespaced and anonymous calls | expect_null | 270 | 270 |
638 | test-call.R | test_that: character vector must be length 1 | call_name() handles namespaced and anonymous calls | expect_null | 271 | 271 |
639 | test-call.R | test_that: character vector must be length 1 | call_name() handles namespaced and anonymous calls | expect_null | 272 | 272 |
640 | test-call.R | test_that: character vector must be length 1 | call_name() handles namespaced and anonymous calls | expect_null | 273 | 273 |
641 | test-call.R | test_that: character vector must be length 1 | call_name() handles namespaced and anonymous calls | expect_null | 274 | 274 |
642 | test-call.R | test_that: character vector must be length 1 | call_name() handles formulas | expect_identical | 277 | 279 |
643 | test-call.R | test_that: character vector must be length 1 | Inlined functions return NULL name | expect_null | 284 | 284 |
644 | test-call.R | test_that: character vector must be length 1 | call_args() and call_args_names() work | expect_equal | 287 | 290 |
645 | test-call.R | test_that: character vector must be length 1 | call_args() and call_args_names() work | expect_equal | 289 | 289 |
646 | test-call.R | test_that: character vector must be length 1 | qualified and namespaced symbols are recognised | expect_true | 292 | 299 |
647 | test-call.R | test_that: character vector must be length 1 | qualified and namespaced symbols are recognised | expect_true | 294 | 294 |
648 | test-call.R | test_that: character vector must be length 1 | qualified and namespaced symbols are recognised | expect_false | 295 | 295 |
649 | test-call.R | test_that: character vector must be length 1 | qualified and namespaced symbols are recognised | expect_false | 297 | 297 |
650 | test-call.R | test_that: character vector must be length 1 | qualified and namespaced symbols are recognised | expect_true | 298 | 298 |
651 | test-call.R | test_that: character vector must be length 1 | can specify ns in namespaced predicate | expect_false | 303 | 303 |
652 | test-call.R | test_that: character vector must be length 1 | can specify ns in namespaced predicate | expect_true | 304 | 304 |
653 | test-call.R | test_that: character vector must be length 1 | can specify ns in namespaced predicate | expect_true | 305 | 305 |
654 | test-call.R | test_that: character vector must be length 1 | can specify ns in is_call() | expect_true | 310 | 310 |
655 | test-call.R | test_that: character vector must be length 1 | can specify ns in is_call() | expect_false | 311 | 311 |
656 | test-call.R | test_that: character vector must be length 1 | can specify ns in is_call() | expect_false | 312 | 312 |
657 | test-call.R | test_that: character vector must be length 1 | can specify ns in is_call() | expect_true | 313 | 313 |
658 | test-call.R | test_that: character vector must be length 1 | can specify ns in is_call() | expect_true | 314 | 314 |
659 | test-call.R | test_that: character vector must be length 1 | can specify ns in is_call() | expect_false | 315 | 315 |
660 | test-call.R | test_that: character vector must be length 1 | can check multiple namespaces with is_call() | expect_true | 318 | 326 |
661 | test-call.R | test_that: character vector must be length 1 | can check multiple namespaces with is_call() | expect_true | 320 | 320 |
662 | test-call.R | test_that: character vector must be length 1 | can check multiple namespaces with is_call() | expect_false | 321 | 321 |
663 | test-call.R | test_that: character vector must be length 1 | can check multiple namespaces with is_call() | expect_false | 322 | 322 |
664 | test-call.R | test_that: character vector must be length 1 | can check multiple namespaces with is_call() | expect_false | 324 | 324 |
665 | test-call.R | test_that: character vector must be length 1 | can check multiple namespaces with is_call() | expect_true | 325 | 325 |
666 | test-call.R | test_that: character vector must be length 1 | can unnamespace calls | expect_identical | 328 | 332 |
667 | test-call.R | test_that: character vector must be length 1 | can unnamespace calls | expect_identical | 330 | 330 |
668 | test-call.R | test_that: character vector must be length 1 | can unnamespace calls | expect_identical | 331 | 331 |
669 | test-call.R | test_that: character vector must be length 1 | precedence of regular calls | expect_true | 334 | 337 |
670 | test-call.R | test_that: character vector must be length 1 | precedence of regular calls | expect_true | 336 | 336 |
671 | test-call.R | test_that: character vector must be length 1 | precedence of associative ops | expect_true | 339 | 344 |
672 | test-call.R | test_that: character vector must be length 1 | precedence of associative ops | expect_false | 341 | 341 |
673 | test-call.R | test_that: character vector must be length 1 | precedence of associative ops | expect_false | 342 | 342 |
674 | test-call.R | test_that: character vector must be length 1 | precedence of associative ops | expect_true | 343 | 343 |
675 | test-call.R | test_that: character vector must be length 1 | call functions type-check their input (#187) | expect_snapshot | 346 | 362 |
676 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_error | 364 | 441 |
677 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 366 | 366 |
678 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 368 | 368 |
679 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 369 | 369 |
680 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical_ | 370 | 370 |
681 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical_ | 371 | 371 |
682 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical_ | 372 | 372 |
683 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 373 | 373 |
684 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 374 | 374 |
685 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 376 | 376 |
686 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 377 | 377 |
687 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 378 | 378 |
688 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 379 | 379 |
689 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 380 | 380 |
690 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 381 | 381 |
691 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 382 | 382 |
692 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 383 | 383 |
693 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 385 | 385 |
694 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 386 | 386 |
695 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 387 | 387 |
696 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 388 | 388 |
697 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 389 | 389 |
698 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 390 | 390 |
699 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 391 | 391 |
700 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 392 | 392 |
701 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 393 | 393 |
702 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 394 | 394 |
703 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 395 | 395 |
704 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 396 | 396 |
705 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 397 | 397 |
706 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 398 | 398 |
707 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 399 | 399 |
708 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 400 | 400 |
709 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 401 | 401 |
710 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 402 | 402 |
711 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 403 | 403 |
712 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 404 | 404 |
713 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 405 | 405 |
714 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 406 | 406 |
715 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 407 | 407 |
716 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 408 | 408 |
717 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 409 | 409 |
718 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 410 | 410 |
719 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 411 | 411 |
720 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 413 | 413 |
721 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 414 | 414 |
722 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 415 | 415 |
723 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 416 | 416 |
724 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 417 | 417 |
725 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 418 | 418 |
726 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 419 | 419 |
727 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 420 | 420 |
728 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 421 | 421 |
729 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 422 | 422 |
730 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 423 | 423 |
731 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 424 | 424 |
732 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 425 | 425 |
733 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 426 | 426 |
734 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 427 | 427 |
735 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 428 | 428 |
736 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 429 | 429 |
737 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 430 | 430 |
738 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 431 | 431 |
739 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 432 | 432 |
740 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 434 | 434 |
741 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 435 | 435 |
742 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 436 | 436 |
743 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 437 | 437 |
744 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 438 | 438 |
745 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 439 | 439 |
746 | test-call.R | test_that: character vector must be length 1 | call_print_type() returns correct enum | expect_identical | 440 | 440 |
747 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_error | 443 | 520 |
748 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 445 | 445 |
749 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 447 | 447 |
750 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 448 | 448 |
751 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical_ | 449 | 449 |
752 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical_ | 450 | 450 |
753 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical_ | 451 | 451 |
754 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 452 | 452 |
755 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 453 | 453 |
756 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 455 | 455 |
757 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 456 | 456 |
758 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 457 | 457 |
759 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 458 | 458 |
760 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 459 | 459 |
761 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 460 | 460 |
762 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 461 | 461 |
763 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 462 | 462 |
764 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 464 | 464 |
765 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 465 | 465 |
766 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 466 | 466 |
767 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 467 | 467 |
768 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 468 | 468 |
769 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 469 | 469 |
770 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 470 | 470 |
771 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 471 | 471 |
772 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 472 | 472 |
773 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 473 | 473 |
774 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 474 | 474 |
775 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 475 | 475 |
776 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 476 | 476 |
777 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 477 | 477 |
778 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 478 | 478 |
779 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 479 | 479 |
780 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 480 | 480 |
781 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 481 | 481 |
782 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 482 | 482 |
783 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 483 | 483 |
784 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 484 | 484 |
785 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 485 | 485 |
786 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 486 | 486 |
787 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 487 | 487 |
788 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 488 | 488 |
789 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 489 | 489 |
790 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 490 | 490 |
791 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 492 | 492 |
792 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 493 | 493 |
793 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 494 | 494 |
794 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 495 | 495 |
795 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 496 | 496 |
796 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 497 | 497 |
797 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 498 | 498 |
798 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 499 | 499 |
799 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 500 | 500 |
800 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 501 | 501 |
801 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 502 | 502 |
802 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 503 | 503 |
803 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 504 | 504 |
804 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 505 | 505 |
805 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 506 | 506 |
806 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 507 | 507 |
807 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 508 | 508 |
808 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 509 | 509 |
809 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 510 | 510 |
810 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 511 | 511 |
811 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 513 | 513 |
812 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 514 | 514 |
813 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 515 | 515 |
814 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 516 | 516 |
815 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 517 | 517 |
816 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 518 | 518 |
817 | test-call.R | test_that: character vector must be length 1 | call_print_fine_type() returns correct enum | expect_identical | 519 | 519 |
818 | test-call.R | test_that: character vector must be length 1 | call_name() fails with namespaced objects (#670) | expect_true | 522 | 527 |
819 | test-call.R | test_that: character vector must be length 1 | call_name() fails with namespaced objects (#670) | expect_error | 525 | 525 |
820 | test-call.R | test_that: character vector must be length 1 | call_name() fails with namespaced objects (#670) | expect_error | 526 | 526 |
821 | test-call.R | test_that: character vector must be length 1 | call_ns() retrieves namespaces | expect_error | 529 | 534 |
822 | test-call.R | test_that: character vector must be length 1 | call_ns() retrieves namespaces | expect_null | 531 | 531 |
823 | test-call.R | test_that: character vector must be length 1 | call_ns() retrieves namespaces | expect_identical | 532 | 532 |
824 | test-call.R | test_that: character vector must be length 1 | call_ns() retrieves namespaces | expect_identical | 533 | 533 |
825 | test-call.R | test_that: character vector must be length 1 | is_call_infix() detects infix operators | expect_true | 536 | 540 |
826 | test-call.R | test_that: character vector must be length 1 | is_call_infix() detects infix operators | expect_true | 538 | 538 |
827 | test-call.R | test_that: character vector must be length 1 | is_call_infix() detects infix operators | expect_false | 539 | 539 |
828 | test-call.R | test_that: character vector must be length 1 | call_zap_inline() works | expect_equal | 542 | 569 |
829 | test-call.R | test_that: character vector must be length 1 | call_zap_inline() works | expect_equal | 547 | 550 |
830 | test-call.R | test_that: character vector must be length 1 | call_zap_inline() works | expect_equal | 552 | 555 |
831 | test-call.R | test_that: character vector must be length 1 | call_zap_inline() works | expect_equal | 559 | 562 |
832 | test-call.R | test_that: character vector must be length 1 | call_zap_inline() works | expect_equal | 568 | 568 |
833 | test-call.R | test_that: character vector must be length 1 | is_call_simple() works | expect_false | 571 | 587 |
834 | test-call.R | test_that: character vector must be length 1 | is_call_simple() works | expect_false | 573 | 573 |
835 | test-call.R | test_that: character vector must be length 1 | is_call_simple() works | expect_false | 574 | 574 |
836 | test-call.R | test_that: character vector must be length 1 | is_call_simple() works | expect_true | 576 | 576 |
837 | test-call.R | test_that: character vector must be length 1 | is_call_simple() works | expect_true | 577 | 577 |
838 | test-call.R | test_that: character vector must be length 1 | is_call_simple() works | expect_true | 579 | 579 |
839 | test-call.R | test_that: character vector must be length 1 | is_call_simple() works | expect_false | 580 | 580 |
840 | test-call.R | test_that: character vector must be length 1 | is_call_simple() works | expect_true | 581 | 581 |
841 | test-call.R | test_that: character vector must be length 1 | is_call_simple() works | expect_false | 582 | 582 |
842 | test-call.R | test_that: character vector must be length 1 | is_call_simple() works | expect_true | 584 | 584 |
843 | test-call.R | test_that: character vector must be length 1 | is_call_simple() works | expect_false | 586 | 586 |
844 | test-call.R | test_that: character vector must be length 1 | call_name() and call_ns() detect :: calls (#670) |
expect_null | 589 | 594 |
845 | test-call.R | test_that: character vector must be length 1 | call_name() and call_ns() detect :: calls (#670) |
expect_null | 591 | 591 |
846 | test-call.R | test_that: character vector must be length 1 | call_name() and call_ns() detect :: calls (#670) |
expect_null | 592 | 592 |
847 | test-call.R | test_that: character vector must be length 1 | call_name() and call_ns() detect :: calls (#670) |
expect_null | 593 | 593 |
848 | test-call.R | test_that: character vector must be length 1 | is_call_index() works | expect_true | 596 | 605 |
849 | test-call.R | test_that: character vector must be length 1 | is_call_index() works | expect_true | 598 | 598 |
850 | test-call.R | test_that: character vector must be length 1 | is_call_index() works | expect_true | 599 | 599 |
851 | test-call.R | test_that: character vector must be length 1 | is_call_index() works | expect_true | 600 | 600 |
852 | test-call.R | test_that: character vector must be length 1 | is_call_index() works | expect_false | 602 | 602 |
853 | test-call.R | test_that: character vector must be length 1 | is_call_index() works | expect_false | 603 | 603 |
854 | test-call.R | test_that: character vector must be length 1 | is_call_index() works | expect_false | 604 | 604 |
855 | test-call.R | test_that: character vector must be length 1 | call_match() supports ... in arg list when dots_expand = FALSE
|
expect_equal | 609 | 612 |
856 | test-cnd-abort.R | errors are signalled with backtrace | errors are signalled with backtrace | expect_error | 5 | 5 |
857 | test-cnd-abort.R | errors are signalled with backtrace | errors are signalled with backtrace | expect_s3_class | 6 | 6 |
858 | test-cnd-abort.R | errors are signalled with backtrace | can pass classed strings as error message | expect_error | 11 | 11 |
859 | test-cnd-abort.R | errors are signalled with backtrace | can pass classed strings as error message | expect_identical | 12 | 12 |
860 | test-cnd-abort.R | errors are signalled with backtrace | errors are saved | expect_true | 28 | 28 |
861 | test-cnd-abort.R | errors are signalled with backtrace | errors are saved | expect_true | 31 | 31 |
862 | test-cnd-abort.R | errors are signalled with backtrace | No backtrace is displayed with top-level active bindings | expect_error | 40 | 40 |
863 | test-cnd-abort.R | errors are signalled with backtrace | Invalid on_error option resets itself | expect_snapshot | 49 | 51 |
864 | test-cnd-abort.R | errors are signalled with backtrace | Invalid on_error option resets itself | expect_warning | 50 | 50 |
865 | test-cnd-abort.R | errors are signalled with backtrace | Invalid on_error option resets itself | expect_null | 52 | 52 |
866 | test-cnd-abort.R | errors are signalled with backtrace | format_onerror_backtrace handles empty and size 1 traces | expect_identical | 59 | 59 |
867 | test-cnd-abort.R | errors are signalled with backtrace | format_onerror_backtrace handles empty and size 1 traces | expect_identical | 62 | 62 |
868 | test-cnd-abort.R | errors are signalled with backtrace | format_onerror_backtrace handles empty and size 1 traces | expect_match | 65 | 65 |
869 | test-cnd-abort.R | errors are signalled with backtrace | error is printed with backtrace | expect_snapshot | 90 | 99 |
870 | test-cnd-abort.R | errors are signalled with backtrace | empty backtraces are not printed | expect_snapshot | 114 | 119 |
871 | test-cnd-abort.R | errors are signalled with backtrace | parent errors are not displayed in error message and backtrace | expect_snapshot | 134 | 137 |
872 | test-cnd-abort.R | errors are signalled with backtrace | NA | expect_snapshot | 259 | 267 |
873 | test-cnd-abort.R | errors are signalled with backtrace | abort() displays call in error prefix | expect_snapshot | 275 | 280 |
874 | test-cnd-abort.R | errors are signalled with backtrace | abort() displays call in error prefix | expect_snapshot | 285 | 290 |
875 | test-cnd-abort.R | errors are signalled with backtrace | abort() accepts environment as call field. |
expect_snapshot | 301 | 301 |
876 | test-cnd-abort.R | errors are signalled with backtrace | abort() accepts environment as call field. |
expect_error | 301 | 301 |
877 | test-cnd-abort.R | errors are signalled with backtrace | format_error_arg() formats argument | expect_equal | 307 | 307 |
878 | test-cnd-abort.R | errors are signalled with backtrace | format_error_arg() formats argument | expect_equal | 308 | 308 |
879 | test-cnd-abort.R | errors are signalled with backtrace | format_error_arg() formats argument | expect_equal | 309 | 309 |
880 | test-cnd-abort.R | errors are signalled with backtrace | format_error_arg() formats argument | expect_equal | 310 | 310 |
881 | test-cnd-abort.R | errors are signalled with backtrace | format_error_arg() formats argument | expect_error | 312 | 312 |
882 | test-cnd-abort.R | errors are signalled with backtrace | format_error_arg() formats argument | expect_error | 313 | 313 |
883 | test-cnd-abort.R | errors are signalled with backtrace | local_error_call() works | expect_snapshot | 329 | 329 |
884 | test-cnd-abort.R | errors are signalled with backtrace | local_error_call() works | expect_error | 329 | 329 |
885 | test-cnd-abort.R | errors are signalled with backtrace | can disable error call inference for unexported functions | expect_snapshot | 335 | 347 |
886 | test-cnd-abort.R | errors are signalled with backtrace | can disable error call inference for unexported functions | expect_error | 336 | 336 |
887 | test-cnd-abort.R | errors are signalled with backtrace | can disable error call inference for unexported functions | expect_error | 340 | 340 |
888 | test-cnd-abort.R | errors are signalled with backtrace | can disable error call inference for unexported functions | expect_error | 345 | 345 |
889 | test-cnd-abort.R | errors are signalled with backtrace | error call flag is stripped | expect_equal | 352 | 352 |
890 | test-cnd-abort.R | errors are signalled with backtrace | error call flag is stripped | expect_equal | 353 | 353 |
891 | test-cnd-abort.R | errors are signalled with backtrace | NSE doesn’t interfere with error call contexts | expect_snapshot | 356 | 363 |
892 | test-cnd-abort.R | errors are signalled with backtrace | NSE doesn’t interfere with error call contexts | expect_error | 359 | 359 |
893 | test-cnd-abort.R | errors are signalled with backtrace | NSE doesn’t interfere with error call contexts | expect_error | 360 | 360 |
894 | test-cnd-abort.R | errors are signalled with backtrace | NSE doesn’t interfere with error call contexts | expect_error | 361 | 361 |
895 | test-cnd-abort.R | errors are signalled with backtrace | error_call() requires a symbol in function position | expect_null | 365 | 368 |
896 | test-cnd-abort.R | errors are signalled with backtrace | error_call() requires a symbol in function position | expect_null | 367 | 367 |
897 | test-cnd-abort.R | errors are signalled with backtrace | error_call() preserves index calls | expect_equal | 370 | 372 |
898 | test-cnd-abort.R | errors are signalled with backtrace | error_call() preserves if (r-lib/testthat#1429) |
expect_equal | 377 | 380 |
899 | test-cnd-abort.R | errors are signalled with backtrace | error_call() preserves if (r-lib/testthat#1429) |
expect_equal | 381 | 384 |
900 | test-cnd-abort.R | errors are signalled with backtrace | error_call() and format_error_call() preserve special syntax ops | expect_equal | 387 | 402 |
901 | test-cnd-abort.R | errors are signalled with backtrace | error_call() and format_error_call() preserve special syntax ops | expect_snapshot | 392 | 392 |
902 | test-cnd-abort.R | errors are signalled with backtrace | error_call() and format_error_call() preserve special syntax ops | expect_equal | 394 | 397 |
903 | test-cnd-abort.R | errors are signalled with backtrace | error_call() and format_error_call() preserve special syntax ops | expect_snapshot | 398 | 398 |
904 | test-cnd-abort.R | errors are signalled with backtrace | error_call() and format_error_call() preserve special syntax ops | expect_snapshot | 400 | 400 |
905 | test-cnd-abort.R | errors are signalled with backtrace | error_call() and format_error_call() preserve special syntax ops | expect_snapshot | 401 | 401 |
906 | test-cnd-abort.R | errors are signalled with backtrace | error_call() preserves srcrefs | expect_s3_class | 412 | 412 |
907 | test-cnd-abort.R | errors are signalled with backtrace | withCallingHandlers() wrappers don’t throw off trace capture on rethrow | expect_error | 446 | 446 |
908 | test-cnd-abort.R | errors are signalled with backtrace | withCallingHandlers() wrappers don’t throw off trace capture on rethrow | expect_snapshot | 447 | 451 |
909 | test-cnd-abort.R | errors are signalled with backtrace | withCallingHandlers() wrappers don’t throw off trace capture on rethrow | expect_error | 456 | 456 |
910 | test-cnd-abort.R | errors are signalled with backtrace | withCallingHandlers() wrappers don’t throw off trace capture on rethrow | expect_snapshot | 457 | 461 |
911 | test-cnd-abort.R | errors are signalled with backtrace | headers and body are stored in respective fields | expect_equal | 468 | 468 |
912 | test-cnd-abort.R | errors are signalled with backtrace | headers and body are stored in respective fields | expect_equal | 469 | 469 |
913 | test-cnd-abort.R | errors are signalled with backtrace |
abort() uses older bullets formatting by default |
expect_snapshot_error | 474 | 474 |
914 | test-cnd-abort.R | errors are signalled with backtrace | abort() preserves call
|
expect_equal | 479 | 479 |
915 | test-cnd-abort.R | errors are signalled with backtrace | format_error_call() preserves I() inputs | expect_equal | 482 | 487 |
916 | test-cnd-abort.R | errors are signalled with backtrace | format_error_call() detects non-syntactic names | expect_equal | 489 | 494 |
917 | test-cnd-abort.R | errors are signalled with backtrace | generic call is picked up in methods | expect_snapshot | 548 | 553 |
918 | test-cnd-abort.R | errors are signalled with backtrace | errors are fully displayed (parents, calls) in knitted files | expect_snapshot | 561 | 563 |
919 | test-cnd-abort.R | errors are signalled with backtrace | can supply bullets both through message and body
|
expect_snapshot | 568 | 571 |
920 | test-cnd-abort.R | errors are signalled with backtrace | can supply bullets both through message and body
|
expect_error | 569 | 569 |
921 | test-cnd-abort.R | errors are signalled with backtrace | can supply bullets both through message and body
|
expect_error | 570 | 570 |
922 | test-cnd-abort.R | errors are signalled with backtrace | can supply bullets both through message and body (cli case) |
expect_snapshot | 576 | 579 |
923 | test-cnd-abort.R | errors are signalled with backtrace | can supply bullets both through message and body (cli case) |
expect_error | 577 | 577 |
924 | test-cnd-abort.R | errors are signalled with backtrace | can supply bullets both through message and body (cli case) |
expect_error | 578 | 578 |
925 | test-cnd-abort.R | errors are signalled with backtrace | setting .internal adds footer bullet |
expect_snapshot | 582 | 587 |
926 | test-cnd-abort.R | errors are signalled with backtrace | setting .internal adds footer bullet (fallback) |
expect_snapshot | 591 | 594 |
927 | test-cnd-abort.R | errors are signalled with backtrace | must pass character body when message is > 1 |
expect_snapshot | 597 | 605 |
928 | test-cnd-abort.R | errors are signalled with backtrace | must pass character body when message is > 1 (non-cli case) |
expect_snapshot | 609 | 615 |
929 | test-cnd-abort.R | errors are signalled with backtrace | can supply footer
|
expect_snapshot | 620 | 623 |
930 | test-cnd-abort.R | errors are signalled with backtrace | can supply footer (non-cli case) |
expect_snapshot | 629 | 632 |
931 | test-cnd-abort.R | errors are signalled with backtrace | can’t supply both footer and .internal
|
expect_snapshot | 635 | 640 |
932 | test-cnd-abort.R | errors are signalled with backtrace | caller of withCallingHandlers() is used as default call
|
expect_equal | 654 | 654 |
933 | test-cnd-abort.R | errors are signalled with backtrace | caller of withCallingHandlers() is used as default call
|
expect_equal | 665 | 665 |
934 | test-cnd-abort.R | errors are signalled with backtrace | caller of withCallingHandlers() is used as default call
|
expect_equal | 677 | 677 |
935 | test-cnd-abort.R | errors are signalled with backtrace |
cli.condition_unicode_bullets is supported by fallback formatting |
expect_snapshot_error | 688 | 690 |
936 | test-cnd-abort.R | errors are signalled with backtrace | call can be a quosure or contain quosures | expect_equal | 695 | 695 |
937 | test-cnd-abort.R | errors are signalled with backtrace |
parent = NA signals a non-chained rethrow |
expect_snapshot | 713 | 758 |
938 | test-cnd-abort.R | errors are signalled with backtrace | can rethrow outside handler | expect_snapshot | 770 | 772 |
939 | test-cnd-abort.R | errors are signalled with backtrace | if call is older than handler caller, use that as bottom |
expect_snapshot | 791 | 801 |
940 | test-cnd-abort.R | errors are signalled with backtrace | if call is older than handler caller, use that as bottom |
expect_error | 795 | 795 |
941 | test-cnd-abort.R | errors are signalled with backtrace | if call is older than handler caller, use that as bottom |
expect_error | 800 | 800 |
942 | test-cnd-abort.R | errors are signalled with backtrace | is_calling_handler_inlined_call() doesn’t fail with OOB subsetting | expect_false | 804 | 806 |
943 | test-cnd-abort.R | errors are signalled with backtrace | base causal errors include full user backtrace | expect_snapshot | 831 | 833 |
944 | test-cnd-abort.R | errors are signalled with backtrace | base causal errors include full user backtrace | expect_error | 832 | 832 |
945 | test-cnd-abort.R | errors are signalled with backtrace | can chain errors at top-level (#1405) | expect_true | 843 | 843 |
946 | test-cnd-abort.R | errors are signalled with backtrace | can chain errors at top-level (#1405) | expect_true | 844 | 844 |
947 | test-cnd-abort.R | errors are signalled with backtrace | can chain errors at top-level (#1405) | expect_true | 852 | 852 |
948 | test-cnd-abort.R | errors are signalled with backtrace | can chain errors at top-level (#1405) | expect_true | 853 | 853 |
949 | test-cnd-abort.R | errors are signalled with backtrace | backtrace_on_error = ‘collapse’ is deprecated. | expect_warning | 858 | 858 |
950 | test-cnd-abort.R | errors are signalled with backtrace | backtrace_on_error = ‘collapse’ is deprecated. | expect_equal | 859 | 859 |
951 | test-cnd-abort.R | errors are signalled with backtrace | can supply header method via message
|
expect_snapshot | 862 | 876 |
952 | test-cnd-abort.R | errors are signalled with backtrace | can supply header method via message
|
expect_identical | 870 | 870 |
953 | test-cnd-abort.R | errors are signalled with backtrace | can supply header method via message
|
expect_error | 872 | 875 |
954 | test-cnd-abort.R | errors are signalled with backtrace | newlines are preserved by cli (#1535) | expect_snapshot | 878 | 883 |
955 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | signal context is detected | expect_equal | 100 | 100 |
956 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | signal context is detected | expect_equal | 101 | 101 |
957 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | signal context is detected | expect_equal | 102 | 102 |
958 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | signal context is detected | expect_equal | 107 | 107 |
959 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | signal context is detected | expect_equal | 108 | 108 |
960 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | signal context is detected | expect_equal | 109 | 109 |
961 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | signal context is detected | expect_equal | 110 | 110 |
962 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | signal context is detected | expect_equal | 112 | 112 |
963 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | signal context is detected | expect_equal | 113 | 113 |
964 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | signal context is detected | expect_equal | 114 | 114 |
965 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | signal context is detected | expect_equal | 116 | 116 |
966 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | signal context is detected | expect_equal | 128 | 128 |
967 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | cnd_entrace() skips capture context | expect_match | 149 | 149 |
968 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | rlang and base errors are properly entraced | expect_snapshot | 162 | 165 |
969 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | entrace() preserves exit status in non-interactive sessions (#1052, rstudio/bookdown#920) | expect_false | 174 | 174 |
970 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | entrace() preserves exit status in non-interactive sessions (#1052, rstudio/bookdown#920) | expect_false | 184 | 184 |
971 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | entrace() doesn’t embed backtraces twice | expect_equal | 193 | 193 |
972 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly |
options(error = entrace) strips error prefix |
expect_false | 208 | 208 |
973 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | can supply handler environment as bottom
|
expect_snapshot | 228 | 228 |
974 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | can set entrace() as a global handler |
expect_snapshot_output | 234 | 241 |
975 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | can set entrace() as a global handler |
expect_snapshot_output | 244 | 251 |
976 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | can set entrace() as a global handler |
expect_snapshot_output | 253 | 271 |
977 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | can set entrace() as a global handler (older R) |
expect_snapshot_output | 277 | 284 |
978 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | errors are saved by entrace()
|
expect_equal | 300 | 300 |
979 | test-cnd-entrace.R | test_that: cnd_entrace() entraces conditions properly | only the first n warnings are entraced (#1473) | expect_equal | 319 | 322 |
980 | test-cnd-handlers.R | try_fetch() catches or declines values | try_fetch() catches or declines values | expect_error | 8 | 8 |
981 | test-cnd-handlers.R | try_fetch() catches or declines values | try_fetch() catches or declines values | expect_error | 9 | 9 |
982 | test-cnd-handlers.R | try_fetch() catches or declines values | try_fetch() catches or declines values | expect_null | 10 | 10 |
983 | test-cnd-handlers.R | try_fetch() catches or declines values | try_fetch() catches or declines values | expect_null | 13 | 13 |
984 | test-cnd-handlers.R | try_fetch() catches or declines values | try_fetch() checks inputs | expect_snapshot | 16 | 21 |
985 | test-cnd-handlers.R | try_fetch() catches or declines values | try_fetch() checks inputs | expect_error | 18 | 18 |
986 | test-cnd-handlers.R | try_fetch() catches or declines values | try_fetch() checks inputs | expect_true | 20 | 20 |
987 | test-cnd-handlers.R | try_fetch() catches or declines values | can rethrow from try_fetch()
|
expect_snapshot | 42 | 56 |
988 | test-cnd-handlers.R | try_fetch() catches or declines values | can catch condition of specific classes | expect_null | 59 | 70 |
989 | test-cnd-handlers.R | try_fetch() catches or declines values | can catch condition of specific classes | expect_s3_class | 61 | 61 |
990 | test-cnd-handlers.R | try_fetch() catches or declines values | can catch condition of specific classes | expect_s3_class | 62 | 62 |
991 | test-cnd-handlers.R | try_fetch() catches or declines values | can catch condition of specific classes | expect_s3_class | 64 | 64 |
992 | test-cnd-handlers.R | try_fetch() catches or declines values | can catch condition of specific classes | expect_error | 65 | 65 |
993 | test-cnd-handlers.R | try_fetch() catches or declines values | can catch condition of specific classes | expect_s3_class | 68 | 68 |
994 | test-cnd-handlers.R | try_fetch() catches or declines values | can catch condition of specific classes | expect_s3_class | 69 | 69 |
995 | test-cnd-handlers.R | try_fetch() catches or declines values | cnd_muffle() returns FALSE if the condition is not mufflable | expect_error | 74 | 77 |
996 | test-cnd-handlers.R | try_fetch() catches or declines values | cnd_muffle() returns FALSE if the condition is not mufflable | expect_false | 78 | 78 |
997 | test-cnd-handlers.R | try_fetch() catches or declines values | drop_global_handlers() works and is idempotent | expect_equal | 103 | 103 |
998 | test-cnd-handlers.R | try_fetch() catches or declines values | stackOverflowError are caught | expect_true | 114 | 114 |
999 | test-cnd-handlers.R | try_fetch() catches or declines values | stackOverflowError are caught | expect_true | 122 | 122 |
1000 | test-cnd-handlers.R | try_fetch() catches or declines values | stackOverflowError are caught | expect_equal | 134 | 134 |
1001 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | default conditionMessage() method for rlang errors calls cnd_message() | expect_identical | 11 | 11 |
1002 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | default conditionMessage() method for rlang errors calls cnd_message() | expect_identical | 18 | 18 |
1003 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | default conditionMessage() method for rlang errors calls cnd_message() | expect_identical | 27 | 27 |
1004 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | default conditionMessage() method for rlang errors calls cnd_message() | expect_identical | 37 | 37 |
1005 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | can override header, body, and footer methods with fields | expect_error | 43 | 51 |
1006 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | can override header, body, and footer methods with fields | expect_error | 52 | 61 |
1007 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | can override header, body, and footer methods with fields | expect_message | 64 | 73 |
1008 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | can override header, body, and footer methods with fields | expect_warning | 74 | 83 |
1009 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | can override header, body, and footer methods with fields | expect_error | 85 | 90 |
1010 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names |
body must be a character vector or a function |
expect_snapshot | 93 | 100 |
1011 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names |
body must be a character vector or a function |
expect_error | 95 | 98 |
1012 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | can request a line break in error bullets (#1130) | expect_snapshot | 102 | 127 |
1013 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | can request a line break in error bullets (#1130) | expect_error | 104 | 112 |
1014 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | can request a line break in error bullets (#1130) | expect_error | 114 | 125 |
1015 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | fully unnamed bullet vectors are treated as bullets | expect_equal | 129 | 144 |
1016 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | fully unnamed bullet vectors are treated as bullets | expect_equal | 134 | 137 |
1017 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | fully unnamed bullet vectors are treated as bullets | expect_equal | 140 | 143 |
1018 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | empty names in partially named bullet vectors are treated as line breaks | expect_equal | 146 | 155 |
1019 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | empty names in partially named bullet vectors are treated as line breaks | expect_equal | 151 | 154 |
1020 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | ! and > symbols create warning and alert bullets | expect_equal | 157 | 162 |
1021 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | cli is not used when message is escaped with I()
|
expect_equal | 169 | 172 |
1022 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | cli is not used when message is escaped with I()
|
expect_error | 170 | 170 |
1023 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | cli is not used when message is escaped with I()
|
expect_equal | 176 | 179 |
1024 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | cli is not used when message is escaped with I()
|
expect_error | 177 | 177 |
1025 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | prefix takes call into account | expect_snapshot | 226 | 239 |
1026 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | long prefixes cause a line break | expect_snapshot | 246 | 246 |
1027 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | long prefixes cause a line break | expect_error | 246 | 246 |
1028 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | prefixes include srcrefs | expect_snapshot | 260 | 260 |
1029 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | prefixes include srcrefs | expect_error | 260 | 260 |
1030 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | inform() and warn() use fallback bullets formatting | expect_snapshot | 266 | 270 |
1031 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | inform() and warn() use fallback bullets formatting | expect_snapshot | 272 | 276 |
1032 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | inform() and warn() use fallback bullets formatting | expect_snapshot | 278 | 282 |
1033 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | inform() and warn() use fallback bullets formatting | expect_snapshot | 284 | 288 |
1034 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | cnd_message() uses body and footer fields by default |
expect_equal | 291 | 300 |
1035 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | cnd_message() uses body and footer fields by default |
expect_equal | 296 | 299 |
1036 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | can supply bullet without header | expect_snapshot | 302 | 307 |
1037 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | parent errors prints with bullets in all cases | expect_snapshot | 324 | 327 |
1038 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | parent errors prints with bullets in all cases | expect_error | 325 | 325 |
1039 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | parent errors prints with bullets in all cases | expect_error | 326 | 326 |
1040 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | qualified calls are included in error prefix (#1315) | expect_equal | 330 | 335 |
1041 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | special syntax calls handle edge cases | expect_snapshot | 337 | 342 |
1042 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | can print message with and without prefix | expect_snapshot | 344 | 366 |
1043 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | can print message without inheritance | expect_snapshot | 368 | 390 |
1044 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | ANSI escapes are supported in conditionMessage()
|
expect_equal | 419 | 419 |
1045 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | as.character() and conditionMessage() methods for errors, warnings, and messages | expect_snapshot | 442 | 458 |
1046 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | multiline operator calls are preserved | expect_snapshot_output | 464 | 464 |
1047 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | multiline operator calls are preserved | expect_snapshot_output | 465 | 465 |
1048 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | multiline operator calls are preserved | expect_snapshot_output | 466 | 466 |
1049 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | eval_tidy() is not mentioned in calls | expect_null | 469 | 471 |
1050 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | header, body, and footer don’t partial-match | expect_equal | 473 | 486 |
1051 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | header, body, and footer don’t partial-match | expect_equal | 478 | 481 |
1052 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | header, body, and footer don’t partial-match | expect_equal | 482 | 485 |
1053 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | can disable srcrefs in call formatting | expect_snapshot | 497 | 497 |
1054 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | fallback method supports unknown bullets (#1364) | expect_snapshot | 502 | 506 |
1055 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | fallback method supports unknown bullets (#1364) | expect_error | 504 | 504 |
1056 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | fallback method supports unknown bullets (#1364) | expect_error | 505 | 505 |
1057 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | fallback method supports unknown bullets (#1364) | expect_snapshot | 509 | 513 |
1058 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | fallback method supports unknown bullets (#1364) | expect_error | 511 | 511 |
1059 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | fallback method supports unknown bullets (#1364) | expect_error | 512 | 512 |
1060 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names |
cnd_message(prefix = TRUE) propagates warning style across parent errors (#1387) |
expect_false | 532 | 532 |
1061 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names |
cnd_message(prefix = TRUE) propagates warning style across parent errors (#1387) |
expect_true | 533 | 533 |
1062 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | arguments are highlighted but code spans are not | expect_snapshot | 546 | 550 |
1063 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | chained errors may have empty messages | expect_snapshot | 556 | 559 |
1064 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | chained errors may have empty messages | expect_snapshot | 563 | 566 |
1065 | test-cnd-message.R | test_that: format_error_bullets() formats bullets depending on names | chained errors may have empty messages | expect_snapshot | 570 | 573 |
1066 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | signallers support character vectors as message parameter |
expect_message | 9 | 14 |
1067 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | signallers support character vectors as message parameter |
expect_warning | 11 | 11 |
1068 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | signallers support character vectors as message parameter |
expect_error | 12 | 12 |
1069 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | signallers support character vectors as message parameter |
expect_condition | 13 | 13 |
1070 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | cnd_signal() and signal() returns NULL invisibly | expect_identical | 16 | 19 |
1071 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | cnd_signal() and signal() returns NULL invisibly | expect_identical | 18 | 18 |
1072 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | signal() accepts character vectors of classes (#195) | expect_identical | 22 | 24 |
1073 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can pass condition metadata | expect_message | 29 | 29 |
1074 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can pass condition metadata | expect_identical | 30 | 30 |
1075 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can pass condition metadata | expect_warning2 | 32 | 32 |
1076 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can pass condition metadata | expect_identical | 33 | 33 |
1077 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can pass condition metadata | expect_error | 35 | 35 |
1078 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can pass condition metadata | expect_identical | 36 | 36 |
1079 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can signal and catch interrupts | expect_s3_class | 39 | 41 |
1080 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can signal interrupts with cnd_signal() | expect_s3_class | 46 | 46 |
1081 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | conditions have correct subclasses | expect_true | 50 | 55 |
1082 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | conditions have correct subclasses | expect_condition | 51 | 51 |
1083 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | conditions have correct subclasses | expect_true | 52 | 52 |
1084 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | conditions have correct subclasses | expect_message | 52 | 52 |
1085 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | conditions have correct subclasses | expect_true | 53 | 53 |
1086 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | conditions have correct subclasses | expect_warning2 | 53 | 53 |
1087 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | conditions have correct subclasses | expect_true | 54 | 54 |
1088 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | conditions have correct subclasses | expect_error | 54 | 54 |
1089 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | cnd_signal() creates a backtrace if needed | expect_snapshot | 69 | 69 |
1090 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
inform() does not append newlines to message |
expect_equal | 72 | 81 |
1091 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
inform() does not append newlines to message |
expect_message | 74 | 74 |
1092 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
inform() does not append newlines to message |
expect_equal | 77 | 80 |
1093 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
inform() does not append newlines to message |
expect_message | 78 | 78 |
1094 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | condition signallers can be called without arguments | expect_message | 83 | 89 |
1095 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | condition signallers can be called without arguments | expect_warning | 87 | 87 |
1096 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | condition signallers can be called without arguments | expect_error | 88 | 88 |
1097 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
inform() returns invisibly |
expect_message | 91 | 93 |
1098 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
inform() returns invisibly |
expect_invisible | 92 | 92 |
1099 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | warn() respects frequency | expect_warning | 98 | 101 |
1100 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | warn() respects frequency | expect_warning | 102 | 105 |
1101 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | warn() respects frequency | expect_warning | 107 | 110 |
1102 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | warn() respects frequency | expect_no_warning | 111 | 113 |
1103 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | warn() respects frequency | expect_warning | 115 | 118 |
1104 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | warn() respects frequency | expect_no_warning | 119 | 121 |
1105 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | inform() respects frequency | expect_message | 127 | 130 |
1106 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | inform() respects frequency | expect_message | 131 | 134 |
1107 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | inform() respects frequency | expect_message | 136 | 139 |
1108 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | inform() respects frequency | expect_no_message | 140 | 142 |
1109 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | inform() respects frequency | expect_message | 144 | 147 |
1110 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | inform() respects frequency | expect_no_message | 148 | 150 |
1111 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | warn() and inform() use different periodicity environments | expect_message | 159 | 162 |
1112 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | warn() and inform() use different periodicity environments | expect_warning | 163 | 166 |
1113 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | periodic messages can be forced | expect_warning | 171 | 174 |
1114 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | periodic messages can be forced | expect_warning | 175 | 178 |
1115 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | messages can be silenced | expect_message | 186 | 186 |
1116 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | messages can be silenced | expect_warning | 187 | 187 |
1117 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
.frequency_id is mandatory |
expect_error | 190 | 192 |
1118 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | cnd_signal() is a no-op with NULL
|
expect_null | 194 | 196 |
1119 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
inform() behaves consistently in interactive and non-interactive sessions (#1037) |
expect_equal | 202 | 202 |
1120 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
inform() behaves consistently in interactive and non-interactive sessions (#1037) |
expect_equal | 203 | 203 |
1121 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
inform() behaves consistently in interactive and non-interactive sessions (#1037) |
expect_equal | 208 | 208 |
1122 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
inform() behaves consistently in interactive and non-interactive sessions (#1037) |
expect_equal | 209 | 209 |
1123 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
inform() and warn() with recurrent footer handle newlines correctly |
expect_snapshot | 212 | 220 |
1124 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
warning.length is increased (#1211) |
expect_true | 225 | 225 |
1125 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
warning.length is increased (#1211) |
expect_true | 229 | 229 |
1126 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
warning.length is increased (#1211) |
expect_true | 234 | 234 |
1127 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | interrupt() doesn’t fail when interrupts are suspended (#1224) | expect_true | 257 | 257 |
1128 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
frequency has good error messages |
expect_snapshot | 260 | 265 |
1129 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
frequency has good error messages |
expect_error | 262 | 262 |
1130 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts |
frequency has good error messages |
expect_error | 263 | 263 |
1131 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can pass use_cli_format as condition field |
expect_equal | 274 | 278 |
1132 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can pass use_cli_format as condition field |
expect_equal | 276 | 276 |
1133 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can pass use_cli_format as condition field |
expect_true | 277 | 277 |
1134 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can pass use_cli_format as condition field |
expect_lazy_bullets | 280 | 280 |
1135 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can pass use_cli_format as condition field |
expect_lazy_bullets | 281 | 281 |
1136 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can pass use_cli_format as condition field |
expect_lazy_bullets | 282 | 282 |
1137 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | signal functions check inputs | expect_snapshot | 285 | 292 |
1138 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | signal functions check inputs | expect_error | 287 | 287 |
1139 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | signal functions check inputs | expect_error | 288 | 288 |
1140 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | signal functions check inputs | expect_error | 289 | 289 |
1141 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | signal functions check inputs | expect_error | 290 | 290 |
1142 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | cnd_signal() sets call | expect_equal | 299 | 299 |
1143 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can reset verbosity | expect_warning | 305 | 307 |
1144 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can reset verbosity | expect_no_warning | 308 | 310 |
1145 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | can reset verbosity | expect_warning | 314 | 316 |
1146 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | error_cnd() still accepts .subclass
|
expect_snapshot | 330 | 336 |
1147 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | error_cnd() still accepts .subclass
|
expect_equal | 330 | 336 |
1148 | test-cnd-signal.R | test_that: cnd_signal() creates muffle restarts | error_cnd() still accepts .subclass
|
expect_error | 335 | 335 |
1149 | test-cnd.R | error_cnd() checks its fields | error_cnd() checks its fields | expect_no_error | 3 | 8 |
1150 | test-cnd.R | error_cnd() checks its fields | error_cnd() checks its fields | expect_error | 5 | 5 |
1151 | test-cnd.R | error_cnd() checks its fields | error_cnd() checks its fields | expect_no_error | 6 | 6 |
1152 | test-cnd.R | error_cnd() checks its fields | error_cnd() checks its fields | expect_error | 7 | 7 |
1153 | test-cnd.R | error_cnd() checks its fields | can use conditionMessage() method in subclasses of rlang errors | expect_snapshot | 22 | 25 |
1154 | test-cnd.R | error_cnd() checks its fields | rlang_error.print() calls cnd_message() methods | expect_snapshot | 43 | 43 |
1155 | test-cnd.R | error_cnd() checks its fields | Overlapping backtraces are printed separately | expect_snapshot | 76 | 78 |
1156 | test-cnd.R | error_cnd() checks its fields | Overlapping backtraces are printed separately | expect_snapshot | 79 | 81 |
1157 | test-cnd.R | error_cnd() checks its fields | Overlapping backtraces are printed separately | expect_snapshot_trace | 82 | 82 |
1158 | test-cnd.R | error_cnd() checks its fields | 3-level ancestry works (#1248) | expect_snapshot | 112 | 112 |
1159 | test-cnd.R | error_cnd() checks its fields | summary.rlang_error() prints full backtrace | expect_snapshot | 134 | 134 |
1160 | test-cnd.R | error_cnd() checks its fields | can take the str() of an rlang error (#615) | expect_output | 139 | 139 |
1161 | test-cnd.R | error_cnd() checks its fields | can take the str() of an rlang error (#615) | expect_no_error | 139 | 139 |
1162 | test-cnd.R | error_cnd() checks its fields | don’t print message or backtrace fields if empty | expect_snapshot | 144 | 144 |
1163 | test-cnd.R | error_cnd() checks its fields | base parent errors are printed with rlang method | expect_snapshot | 150 | 150 |
1164 | test-cnd.R | error_cnd() checks its fields | errors are printed with call | expect_snapshot | 156 | 156 |
1165 | test-cnd.R | error_cnd() checks its fields | calls are consistently displayed on rethrow (#1240) | expect_snapshot | 176 | 179 |
1166 | test-cnd.R | error_cnd() checks its fields | calls are consistently displayed on rethrow (#1240) | expect_error | 177 | 177 |
1167 | test-cnd.R | error_cnd() checks its fields | calls are consistently displayed on rethrow (#1240) | expect_error | 178 | 178 |
1168 | test-cnd.R | error_cnd() checks its fields | external backtraces are displayed (#1098) | expect_snapshot | 207 | 210 |
1169 | test-cnd.R | error_cnd() checks its fields | rethrowing from an exiting handler | expect_snapshot_trace | 233 | 233 |
1170 | test-cnd.R | error_cnd() checks its fields | cnd() constructs all fields | expect_identical | 238 | 238 |
1171 | test-cnd.R | error_cnd() checks its fields | cnd() constructs all fields | expect_s3_class | 239 | 239 |
1172 | test-cnd.R | error_cnd() checks its fields | cnd() throws with unnamed fields | expect_error | 242 | 244 |
1173 | test-cnd.R | error_cnd() checks its fields | cnd_type() detects condition type | expect_error | 246 | 255 |
1174 | test-cnd.R | error_cnd() checks its fields | cnd_type() detects condition type | expect_error | 248 | 248 |
1175 | test-cnd.R | error_cnd() checks its fields | cnd_type() detects condition type | expect_error | 249 | 249 |
1176 | test-cnd.R | error_cnd() checks its fields | cnd_type() detects condition type | expect_identical | 250 | 250 |
1177 | test-cnd.R | error_cnd() checks its fields | cnd_type() detects condition type | expect_identical | 251 | 251 |
1178 | test-cnd.R | error_cnd() checks its fields | cnd_type() detects condition type | expect_identical | 252 | 252 |
1179 | test-cnd.R | error_cnd() checks its fields | cnd_type() detects condition type | expect_identical | 253 | 253 |
1180 | test-cnd.R | error_cnd() checks its fields | cnd_type() detects condition type | expect_identical | 254 | 254 |
1181 | test-cnd.R | error_cnd() checks its fields | bare conditions must be subclassed | expect_snapshot | 257 | 262 |
1182 | test-cnd.R | error_cnd() checks its fields | bare conditions must be subclassed | expect_error | 259 | 259 |
1183 | test-cnd.R | error_cnd() checks its fields | bare conditions must be subclassed | expect_error | 260 | 260 |
1184 | test-cnd.R | error_cnd() checks its fields | predicates match condition classes | expect_true | 264 | 269 |
1185 | test-cnd.R | error_cnd() checks its fields | predicates match condition classes | expect_false | 266 | 266 |
1186 | test-cnd.R | error_cnd() checks its fields | predicates match condition classes | expect_true | 267 | 267 |
1187 | test-cnd.R | error_cnd() checks its fields | predicates match condition classes | expect_true | 268 | 268 |
1188 | test-cnd.R | error_cnd() checks its fields | warn() and inform() signal subclassed conditions | expect_equal | 274 | 274 |
1189 | test-cnd.R | error_cnd() checks its fields | warn() and inform() signal subclassed conditions | expect_equal | 275 | 275 |
1190 | test-cnd.R | error_cnd() checks its fields | check for duplicate condition fields (#1268) | expect_error | 278 | 281 |
1191 | test-cnd.R | error_cnd() checks its fields | check for duplicate condition fields (#1268) | expect_error | 280 | 280 |
1192 | test-cnd.R | error_cnd() checks its fields | cnd_type_header() formats condition classes | expect_snapshot | 283 | 290 |
1193 | test-cnd.R | error_cnd() checks its fields | can format warnings and other conditions | expect_snapshot_output | 301 | 301 |
1194 | test-cnd.R | error_cnd() checks its fields | can format warnings and other conditions | expect_snapshot_output | 310 | 310 |
1195 | test-cnd.R | error_cnd() checks its fields | can format warnings and other conditions | expect_snapshot_output | 319 | 319 |
1196 | test-cnd.R | error_cnd() checks its fields | warnings and messages have summary() methods |
expect_snapshot | 325 | 330 |
1197 | test-cnd.R | error_cnd() checks its fields | cnd ctors check arguments | expect_snapshot | 333 | 339 |
1198 | test-cnd.R | error_cnd() checks its fields | cnd ctors check arguments | expect_error | 335 | 335 |
1199 | test-cnd.R | error_cnd() checks its fields | cnd ctors check arguments | expect_error | 336 | 336 |
1200 | test-cnd.R | error_cnd() checks its fields | cnd ctors check arguments | expect_error | 337 | 337 |
1201 | test-cnd.R | error_cnd() checks its fields | cnd_inherits() detects parent classes (#1293) | expect_false | 341 | 351 |
1202 | test-cnd.R | error_cnd() checks its fields | cnd_inherits() detects parent classes (#1293) | expect_true | 344 | 344 |
1203 | test-cnd.R | error_cnd() checks its fields | cnd_inherits() detects parent classes (#1293) | expect_false | 345 | 345 |
1204 | test-cnd.R | error_cnd() checks its fields | cnd_inherits() detects parent classes (#1293) | expect_true | 348 | 348 |
1205 | test-cnd.R | error_cnd() checks its fields | cnd_inherits() detects parent classes (#1293) | expect_true | 349 | 349 |
1206 | test-cnd.R | error_cnd() checks its fields | cnd_inherits() detects parent classes (#1293) | expect_false | 350 | 350 |
1207 | test-cnd.R | error_cnd() checks its fields | picks up cli format flag | expect_snapshot | 355 | 359 |
1208 | test-cnd.R | error_cnd() checks its fields | picks up cli format flag | expect_snapshot | 362 | 366 |
1209 | test-cnd.R | error_cnd() checks its fields | picks up caller frame | expect_equal | 372 | 375 |
1210 | test-cnd.R | error_cnd() checks its fields | picks up caller frame | expect_equal | 376 | 379 |
1211 | test-cnd.R | error_cnd() checks its fields | picks up caller frame | expect_equal | 380 | 383 |
1212 | test-cnd.R | error_cnd() checks its fields | picks up caller frame | expect_equal | 385 | 388 |
1213 | test-cnd.R | error_cnd() checks its fields | tree display option is picked up when printing errors | expect_snapshot | 399 | 406 |
1214 | test-compat-cli.R | cli | hyperlinks are supported | expect_equal | 148 | 151 |
1215 | test-compat-cli.R | cli | hyperlinks are supported | expect_equal | 157 | 160 |
1216 | test-compat-cli.R | cli | hyperlinks are supported | expect_equal | 163 | 166 |
1217 | test-compat-cli.R | cli | hyperlinks are supported | expect_equal | 169 | 172 |
1218 | test-compat-cli.R | cli | hyperlinks are supported | expect_equal | 175 | 178 |
1219 | test-compat-downstream-deps.R | test_that: can parse versions | can check downstream versions | expect_no_warning | 34 | 44 |
1220 | test-compat-downstream-deps.R | test_that: can parse versions | can check downstream versions | expect_true | 35 | 43 |
1221 | test-compat-downstream-deps.R | test_that: can parse versions | can check downstream versions | expect_snapshot | 50 | 63 |
1222 | test-compat-downstream-deps.R | test_that: can parse versions | can check downstream versions | expect_warning | 51 | 62 |
1223 | test-compat-downstream-deps.R | test_that: can parse versions | can check downstream versions | expect_false | 51 | 62 |
1224 | test-compat-downstream-deps.R | test_that: can parse versions | can check downstream versions | expect_no_warning | 69 | 80 |
1225 | test-compat-downstream-deps.R | test_that: can parse versions | can check downstream versions | expect_true | 69 | 80 |
1226 | test-compat-downstream-deps.R | test_that: can parse versions | setting rlib_downstream_check disables the check |
expect_no_warning | 91 | 101 |
1227 | test-compat-downstream-deps.R | test_that: can parse versions | setting rlib_downstream_check disables the check |
expect_null | 92 | 100 |
1228 | test-compat-downstream-deps.R | test_that: can parse versions | check_downstream() saves status in global env | expect_warning | 125 | 125 |
1229 | test-compat-downstream-deps.R | test_that: can parse versions | check_downstream() saves status in global env | expect_false | 125 | 125 |
1230 | test-compat-downstream-deps.R | test_that: can parse versions | check_downstream() saves status in global env | expect_no_warning | 126 | 126 |
1231 | test-compat-downstream-deps.R | test_that: can parse versions | check_downstream() saves status in global env | expect_null | 126 | 126 |
1232 | test-compat-obj-type.R | setClass | obj_type_oo() works | expect_equal | 5 | 5 |
1233 | test-compat-obj-type.R | setClass | obj_type_oo() works | expect_equal | 8 | 8 |
1234 | test-compat-obj-type.R | setClass | obj_type_oo() works | expect_equal | 13 | 13 |
1235 | test-compat-obj-type.R | setClass | obj_type_oo() works | expect_equal | 17 | 17 |
1236 | test-compat-obj-type.R | setClass | obj_type_oo() works | expect_equal | 21 | 21 |
1237 | test-compat-purrr.R | test_that: map functions work | map2 functions work | expect_equal | 11 | 18 |
1238 | test-compat-purrr.R | test_that: map functions work | map2 functions work | expect_equal | 14 | 14 |
1239 | test-compat-purrr.R | test_that: map functions work | map2 functions work | expect_identical | 15 | 15 |
1240 | test-compat-purrr.R | test_that: map functions work | map2 functions work | expect_identical | 16 | 16 |
1241 | test-compat-purrr.R | test_that: map functions work | map2 functions work | expect_equal | 17 | 17 |
1242 | test-compat-purrr.R | test_that: map functions work | imap works | expect_equal | 20 | 24 |
1243 | test-compat-purrr.R | test_that: map functions work | imap works | expect_equal | 22 | 22 |
1244 | test-compat-purrr.R | test_that: map functions work | imap works | expect_equal | 23 | 23 |
1245 | test-compat-purrr.R | test_that: map functions work | pmap works | expect_equal | 26 | 28 |
1246 | test-compat-purrr.R | test_that: map functions work | predicate based functions work | expect_equal | 32 | 32 |
1247 | test-compat-purrr.R | test_that: map functions work | predicate based functions work | expect_equal | 33 | 33 |
1248 | test-compat-purrr.R | test_that: map functions work | predicate based functions work | expect_equal | 34 | 34 |
1249 | test-compat-purrr.R | test_that: map functions work | predicate based functions work | expect_true | 36 | 36 |
1250 | test-compat-purrr.R | test_that: map functions work | predicate based functions work | expect_false | 37 | 37 |
1251 | test-compat-purrr.R | test_that: map functions work | predicate based functions work | expect_true | 38 | 38 |
1252 | test-compat-purrr.R | test_that: map functions work | predicate based functions work | expect_false | 39 | 39 |
1253 | test-compat-purrr.R | test_that: map functions work | predicate based functions work | expect_equal | 41 | 41 |
1254 | test-compat-purrr.R | test_that: map functions work | predicate based functions work | expect_identical | 42 | 42 |
1255 | test-compat-purrr.R | test_that: map functions work | reduce/accumulate work | expect_equal | 47 | 47 |
1256 | test-compat-purrr.R | test_that: map functions work | reduce/accumulate work | expect_equal | 48 | 48 |
1257 | test-compat-purrr.R | test_that: map functions work | reduce/accumulate work | expect_equal | 50 | 50 |
1258 | test-compat-purrr.R | test_that: map functions work | reduce/accumulate work | expect_equal | 51 | 51 |
1259 | test-compat-purrr.R | test_that: map functions work | transpose() handles empty list | expect_equal | 54 | 56 |
1260 | test-compat-purrr.R | test_that: map functions work | transpose() handles incongruent names consistently with purrr (#1346) | expect_equal | 63 | 66 |
1261 | test-compat-purrr.R | test_that: map functions work | transpose() handles incongruent names consistently with purrr (#1346) | expect_equal | 72 | 75 |
1262 | test-compat-rlang.R | test_that: is_installed() works | is_interactive() works | expect_true | 12 | 12 |
1263 | test-compat-rlang.R | test_that: is_installed() works | is_interactive() works | expect_false | 16 | 16 |
1264 | test-compat-rlang.R | test_that: is_installed() works | signallers work | expect_snapshot | 22 | 24 |
1265 | test-compat-rlang.R | test_that: is_installed() works | signallers work | expect_snapshot | 25 | 27 |
1266 | test-compat-rlang.R | test_that: is_installed() works | signallers work | expect_snapshot | 28 | 30 |
1267 | test-compat-rlang.R | test_that: is_installed() works | unknown functions throw | expect_snapshot | 33 | 35 |
1268 | test-compat-s3-register.R | test_that: can register for generics that don’t exist | can register for generics that don’t exist | expect_silent | 2 | 6 |
1269 | test-compat-s3-register.R | test_that: can register for generics that don’t exist | can register for generics that don’t exist | expect_snapshot | 11 | 15 |
1270 | test-compat-s3-register.R | test_that: can register for generics that don’t exist | can register for generics that don’t exist | expect_warning | 13 | 13 |
1271 | test-compat-types-check.R | test_that: check_bool() checks |
check_string() checks |
expect_null | 17 | 34 |
1272 | test-compat-types-check.R | test_that: check_bool() checks |
check_string() checks |
expect_null | 19 | 19 |
1273 | test-compat-types-check.R | test_that: check_bool() checks |
check_string() checks |
expect_null | 20 | 20 |
1274 | test-compat-types-check.R | test_that: check_bool() checks |
check_string() checks |
expect_null | 21 | 21 |
1275 | test-compat-types-check.R | test_that: check_bool() checks |
check_string() checks |
expect_null | 22 | 22 |
1276 | test-compat-types-check.R | test_that: check_bool() checks |
check_string() checks |
expect_snapshot | 24 | 33 |
1277 | test-compat-types-check.R | test_that: check_bool() checks |
check_name() checks |
expect_null | 36 | 51 |
1278 | test-compat-types-check.R | test_that: check_bool() checks |
check_name() checks |
expect_null | 38 | 38 |
1279 | test-compat-types-check.R | test_that: check_bool() checks |
check_name() checks |
expect_snapshot | 40 | 50 |
1280 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_whole() checks |
expect_null | 53 | 83 |
1281 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_whole() checks |
expect_null | 55 | 55 |
1282 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_whole() checks |
expect_null | 56 | 56 |
1283 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_whole() checks |
expect_null | 57 | 57 |
1284 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_whole() checks |
expect_null | 58 | 58 |
1285 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_whole() checks |
expect_null | 59 | 59 |
1286 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_whole() checks |
expect_snapshot | 65 | 82 |
1287 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_decimal() checks |
expect_null | 85 | 110 |
1288 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_decimal() checks |
expect_null | 87 | 87 |
1289 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_decimal() checks |
expect_null | 88 | 88 |
1290 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_decimal() checks |
expect_null | 89 | 89 |
1291 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_decimal() checks |
expect_null | 90 | 90 |
1292 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_decimal() checks |
expect_null | 91 | 91 |
1293 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_decimal() checks |
expect_null | 92 | 92 |
1294 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_decimal() checks |
expect_null | 93 | 93 |
1295 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_decimal() checks |
expect_null | 94 | 94 |
1296 | test-compat-types-check.R | test_that: check_bool() checks |
check_number_decimal() checks |
expect_snapshot | 96 | 109 |
1297 | test-compat-types-check.R | test_that: check_bool() checks |
check_symbol() checks |
expect_null | 112 | 124 |
1298 | test-compat-types-check.R | test_that: check_bool() checks |
check_symbol() checks |
expect_null | 114 | 114 |
1299 | test-compat-types-check.R | test_that: check_bool() checks |
check_symbol() checks |
expect_snapshot | 116 | 123 |
1300 | test-compat-types-check.R | test_that: check_bool() checks |
check_call() checks |
expect_null | 126 | 137 |
1301 | test-compat-types-check.R | test_that: check_bool() checks |
check_call() checks |
expect_null | 128 | 128 |
1302 | test-compat-types-check.R | test_that: check_bool() checks |
check_call() checks |
expect_snapshot | 130 | 136 |
1303 | test-compat-types-check.R | test_that: check_bool() checks |
check_environment() checks |
expect_null | 139 | 149 |
1304 | test-compat-types-check.R | test_that: check_bool() checks |
check_environment() checks |
expect_null | 141 | 141 |
1305 | test-compat-types-check.R | test_that: check_bool() checks |
check_environment() checks |
expect_snapshot | 143 | 148 |
1306 | test-compat-types-check.R | test_that: check_bool() checks |
check_character() checks |
expect_null | 151 | 166 |
1307 | test-compat-types-check.R | test_that: check_bool() checks |
check_character() checks |
expect_null | 153 | 153 |
1308 | test-compat-types-check.R | test_that: check_bool() checks |
check_character() checks |
expect_null | 154 | 154 |
1309 | test-compat-types-check.R | test_that: check_bool() checks |
check_character() checks |
expect_null | 155 | 155 |
1310 | test-compat-types-check.R | test_that: check_bool() checks |
check_character() checks |
expect_null | 156 | 156 |
1311 | test-compat-types-check.R | test_that: check_bool() checks |
check_character() checks |
expect_null | 157 | 157 |
1312 | test-compat-types-check.R | test_that: check_bool() checks |
check_character() checks |
expect_snapshot | 159 | 165 |
1313 | test-compat-types-check.R | test_that: check_bool() checks |
check_logical() checks |
expect_null | 168 | 183 |
1314 | test-compat-types-check.R | test_that: check_bool() checks |
check_logical() checks |
expect_null | 170 | 170 |
1315 | test-compat-types-check.R | test_that: check_bool() checks |
check_logical() checks |
expect_null | 171 | 171 |
1316 | test-compat-types-check.R | test_that: check_bool() checks |
check_logical() checks |
expect_null | 172 | 172 |
1317 | test-compat-types-check.R | test_that: check_bool() checks |
check_logical() checks |
expect_null | 173 | 173 |
1318 | test-compat-types-check.R | test_that: check_bool() checks |
check_logical() checks |
expect_null | 174 | 174 |
1319 | test-compat-types-check.R | test_that: check_bool() checks |
check_logical() checks |
expect_snapshot | 176 | 182 |
1320 | test-compat-types-check.R | test_that: check_bool() checks |
non-numeric types are not numbers | expect_snapshot | 185 | 190 |
1321 | test-compat-types-check.R | test_that: check_bool() checks |
non-numeric types are not numbers | expect_error | 187 | 187 |
1322 | test-compat-types-check.R | test_that: check_bool() checks |
non-numeric types are not numbers | expect_error | 188 | 188 |
1323 | test-compat-vctrs.R | test_that: data_frame() recycles | data_frame() nests | expect_equal | 14 | 14 |
1324 | test-compat-vctrs.R | test_that: data_frame() recycles | data_frame() nests | expect_equal | 17 | 17 |
1325 | test-compat-vctrs.R | test_that: data_frame() recycles | new_data_frame handles zero-length inputs | expect_equal | 23 | 23 |
1326 | test-compat-vctrs.R | test_that: data_frame() recycles | new_data_frame handles zero-length inputs | expect_equal | 27 | 27 |
1327 | test-compat-vctrs.R | test_that: data_frame() recycles | new_data_frame handles zero-length inputs | expect_error | 30 | 33 |
1328 | test-compat-vctrs.R | test_that: data_frame() recycles | new_data_frame handles zero-length inputs | expect_error | 36 | 39 |
1329 | test-compat-vctrs.R | test_that: data_frame() recycles | new_data_frame handles zero-length inputs | expect_equal | 43 | 43 |
1330 | test-compat-vctrs.R | test_that: data_frame() recycles | new_data_frame handles zero-length inputs | expect_identical | 44 | 44 |
1331 | test-compat-vctrs.R | test_that: data_frame() recycles | new_data_frame handles zero-length inputs | expect_identical | 45 | 45 |
1332 | test-compat-vctrs.R | test_that: data_frame() recycles | new_data_frame handles zero-length inputs | expect_equal | 49 | 49 |
1333 | test-compat-vctrs.R | test_that: data_frame() recycles | can slice vectors and data frames | expect_equal | 55 | 58 |
1334 | test-compat-vctrs.R | test_that: data_frame() recycles | can slice vectors and data frames | expect_equal | 59 | 62 |
1335 | test-compat-vctrs.R | test_that: data_frame() recycles | can slice vectors and data frames | expect_equal | 72 | 75 |
1336 | test-compat-vctrs.R | test_that: data_frame() recycles | can slice vectors and data frames | expect_equal | 76 | 82 |
1337 | test-compat-vctrs.R | test_that: data_frame() recycles | can slice vectors and data frames | expect_equal | 88 | 88 |
1338 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_slice() is generic | expect_equal | 94 | 94 |
1339 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_assign() works | expect_identical | 97 | 113 |
1340 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_assign() works | expect_error | 102 | 105 |
1341 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_assign() works | expect_equal | 109 | 112 |
1342 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_equal | 115 | 153 |
1343 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_equal | 117 | 117 |
1344 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_equal | 118 | 118 |
1345 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 119 | 119 |
1346 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 120 | 120 |
1347 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 121 | 121 |
1348 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_equal | 123 | 123 |
1349 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_equal | 124 | 124 |
1350 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_equal | 125 | 125 |
1351 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 126 | 126 |
1352 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 127 | 127 |
1353 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 128 | 128 |
1354 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_equal | 130 | 130 |
1355 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_equal | 131 | 131 |
1356 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_equal | 132 | 132 |
1357 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 133 | 133 |
1358 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 134 | 134 |
1359 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 135 | 135 |
1360 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_equal | 137 | 137 |
1361 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 138 | 138 |
1362 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 139 | 139 |
1363 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 140 | 140 |
1364 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 141 | 141 |
1365 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 142 | 142 |
1366 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_equal | 144 | 144 |
1367 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 145 | 145 |
1368 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 146 | 146 |
1369 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 147 | 147 |
1370 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 148 | 148 |
1371 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_error | 149 | 149 |
1372 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_snapshot | 151 | 151 |
1373 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() implements base coercions | expect_snapshot | 152 | 152 |
1374 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() deals with unspecified vectors | expect_equal | 155 | 167 |
1375 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() deals with unspecified vectors | expect_equal | 157 | 157 |
1376 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() deals with unspecified vectors | expect_equal | 158 | 158 |
1377 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() deals with unspecified vectors | expect_equal | 159 | 159 |
1378 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() deals with unspecified vectors | expect_equal | 160 | 160 |
1379 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() deals with unspecified vectors | expect_equal | 161 | 161 |
1380 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() deals with unspecified vectors | expect_equal | 162 | 162 |
1381 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() deals with unspecified vectors | expect_equal | 163 | 163 |
1382 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() deals with unspecified vectors | expect_equal | 164 | 164 |
1383 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() deals with unspecified vectors | expect_equal | 165 | 165 |
1384 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype2() deals with unspecified vectors | expect_equal | 166 | 166 |
1385 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_is_unspecified() knows about empty logicals | expect_true | 169 | 172 |
1386 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_is_unspecified() knows about empty logicals | expect_false | 171 | 171 |
1387 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype_common() works | expect_equal | 174 | 184 |
1388 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype_common() works | expect_snapshot | 180 | 183 |
1389 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_ptype_common() finalises unspecified type | expect_equal | 186 | 191 |
1390 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 193 | 217 |
1391 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 195 | 195 |
1392 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 196 | 196 |
1393 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 197 | 197 |
1394 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 199 | 199 |
1395 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 200 | 200 |
1396 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 201 | 201 |
1397 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 202 | 202 |
1398 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 204 | 204 |
1399 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 205 | 205 |
1400 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 206 | 206 |
1401 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 207 | 207 |
1402 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 209 | 209 |
1403 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 211 | 211 |
1404 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 212 | 212 |
1405 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 214 | 214 |
1406 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 215 | 215 |
1407 | test-compat-vctrs.R | test_that: data_frame() recycles | safe casts work | expect_equal | 216 | 216 |
1408 | test-compat-vctrs.R | test_that: data_frame() recycles | lossy casts throw | expect_error | 219 | 226 |
1409 | test-compat-vctrs.R | test_that: data_frame() recycles | lossy casts throw | expect_error | 221 | 221 |
1410 | test-compat-vctrs.R | test_that: data_frame() recycles | lossy casts throw | expect_error | 223 | 223 |
1411 | test-compat-vctrs.R | test_that: data_frame() recycles | lossy casts throw | expect_snapshot | 225 | 225 |
1412 | test-compat-vctrs.R | test_that: data_frame() recycles | invalid casts throw | expect_error | 228 | 243 |
1413 | test-compat-vctrs.R | test_that: data_frame() recycles | invalid casts throw | expect_error | 230 | 230 |
1414 | test-compat-vctrs.R | test_that: data_frame() recycles | invalid casts throw | expect_error | 231 | 231 |
1415 | test-compat-vctrs.R | test_that: data_frame() recycles | invalid casts throw | expect_error | 233 | 233 |
1416 | test-compat-vctrs.R | test_that: data_frame() recycles | invalid casts throw | expect_error | 234 | 234 |
1417 | test-compat-vctrs.R | test_that: data_frame() recycles | invalid casts throw | expect_error | 235 | 235 |
1418 | test-compat-vctrs.R | test_that: data_frame() recycles | invalid casts throw | expect_error | 237 | 237 |
1419 | test-compat-vctrs.R | test_that: data_frame() recycles | invalid casts throw | expect_error | 239 | 239 |
1420 | test-compat-vctrs.R | test_that: data_frame() recycles | invalid casts throw | expect_error | 240 | 240 |
1421 | test-compat-vctrs.R | test_that: data_frame() recycles | invalid casts throw | expect_error | 242 | 242 |
1422 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_cast_common(): empty input returns list() | expect_equal | 245 | 248 |
1423 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_cast_common(): empty input returns list() | expect_equal | 247 | 247 |
1424 | test-compat-vctrs.R | test_that: data_frame() recycles | data frames have a common type | expect_equal | 255 | 258 |
1425 | test-compat-vctrs.R | test_that: data_frame() recycles | data frames have a common type | expect_equal | 259 | 262 |
1426 | test-compat-vctrs.R | test_that: data_frame() recycles | data frames have a common type | expect_equal | 263 | 266 |
1427 | test-compat-vctrs.R | test_that: data_frame() recycles | data frames have a common type | expect_error | 268 | 271 |
1428 | test-compat-vctrs.R | test_that: data_frame() recycles | data frames have a common type | expect_equal | 274 | 277 |
1429 | test-compat-vctrs.R | test_that: data_frame() recycles | data frames have a common type | expect_equal | 278 | 281 |
1430 | test-compat-vctrs.R | test_that: data_frame() recycles | data frame takes max of individual variables | expect_equal | 288 | 291 |
1431 | test-compat-vctrs.R | test_that: data_frame() recycles | data frame combines variables | expect_equal | 298 | 301 |
1432 | test-compat-vctrs.R | test_that: data_frame() recycles | can cast data frames | expect_equal | 304 | 320 |
1433 | test-compat-vctrs.R | test_that: data_frame() recycles | can cast data frames | expect_equal | 310 | 313 |
1434 | test-compat-vctrs.R | test_that: data_frame() recycles | can cast data frames | expect_equal | 316 | 319 |
1435 | test-compat-vctrs.R | test_that: data_frame() recycles | can bind data frames | expect_equal | 322 | 356 |
1436 | test-compat-vctrs.R | test_that: data_frame() recycles | can bind data frames | expect_equal | 331 | 337 |
1437 | test-compat-vctrs.R | test_that: data_frame() recycles | can bind data frames | expect_equal | 339 | 345 |
1438 | test-compat-vctrs.R | test_that: data_frame() recycles | can bind data frames | expect_equal | 349 | 355 |
1439 | test-compat-vctrs.R | test_that: data_frame() recycles | casting to df type uses same column order | expect_equal | 361 | 364 |
1440 | test-compat-vctrs.R | test_that: data_frame() recycles | casting to df type uses same column order | expect_equal | 368 | 371 |
1441 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_as_location() works | expect_identical | 379 | 379 |
1442 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_as_location() works | expect_identical | 382 | 382 |
1443 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_as_location() works | expect_identical | 385 | 385 |
1444 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_as_location() works | expect_identical | 388 | 388 |
1445 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_as_location() recycles scalar logical inputs | expect_equal | 391 | 394 |
1446 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_as_location() recycles scalar logical inputs | expect_equal | 393 | 393 |
1447 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_slice() preserves attributes of data frames | expect_true | 401 | 401 |
1448 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_slice() doesn’t restore attributes if there is a [ method |
expect_equal | 416 | 419 |
1449 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_slice() preserves attributes of vectors | expect_true | 427 | 427 |
1450 | test-compat-vctrs.R | test_that: data_frame() recycles | vec_slice() preserves attributes of vectors | expect_equal | 428 | 428 |
1451 | test-compat-vctrs.R | test_that: data_frame() recycles | can row-bind unspecified columns | expect_equal | 431 | 439 |
1452 | test-compat-vctrs.R | test_that: data_frame() recycles | unspecified is detected recursively | expect_s3_class | 443 | 443 |
1453 | test-compat-vctrs.R | test_that: data_frame() recycles | ptype is finalised | expect_identical | 450 | 450 |
1454 | test-compat-vctrs.R | test_that: data_frame() recycles | ptype is finalised | expect_identical | 453 | 453 |
1455 | test-compat-zeallot.R | test_that: LHS must be a list of symbols wrapped in c()
|
can assign lists and vectors | expect_equal | 17 | 17 |
1456 | test-compat-zeallot.R | test_that: LHS must be a list of symbols wrapped in c()
|
can assign lists and vectors | expect_equal | 20 | 20 |
1457 | test-compat-zeallot.R | test_that: LHS must be a list of symbols wrapped in c()
|
RHS and LHS must have the same length | expect_error | 23 | 33 |
1458 | test-compat-zeallot.R | test_that: LHS must be a list of symbols wrapped in c()
|
RHS and LHS must have the same length | expect_error | 29 | 32 |
1459 | test-compat.R | test_that: names() dispatches on environment | lazy objects are converted to tidy quotes | expect_identical | 10 | 10 |
1460 | test-compat.R | test_that: names() dispatches on environment | lazy objects are converted to tidy quotes | expect_identical | 13 | 13 |
1461 | test-compat.R | test_that: names() dispatches on environment | lazy objects are converted to tidy quotes | expect_identical | 16 | 16 |
1462 | test-compat.R | test_that: names() dispatches on environment | lazy objects are converted to tidy quotes | expect_identical | 19 | 19 |
1463 | test-compat.R | test_that: names() dispatches on environment | lazy_dots objects are converted to tidy quotes | expect_identical | 36 | 36 |
1464 | test-compat.R | test_that: names() dispatches on environment | unnamed lazy_dots are given default names | expect_identical | 52 | 52 |
1465 | test-compat.R | test_that: names() dispatches on environment | compat_lazy() handles missing arguments | expect_identical | 55 | 57 |
1466 | test-compat.R | test_that: names() dispatches on environment | compat_lazy_dots() takes lazy objects | expect_identical | 61 | 61 |
1467 | test-compat.R | test_that: names() dispatches on environment | compat_lazy_dots() takes symbolic objects | expect_identical | 64 | 67 |
1468 | test-compat.R | test_that: names() dispatches on environment | compat_lazy_dots() takes symbolic objects | expect_identical | 66 | 66 |
1469 | test-compat.R | test_that: names() dispatches on environment | compat_lazy() demotes character vectors to strings | expect_identical | 69 | 71 |
1470 | test-compat.R | test_that: names() dispatches on environment | compat_lazy() handles numeric vectors | expect_identical | 73 | 76 |
1471 | test-compat.R | test_that: names() dispatches on environment | compat_lazy() handles numeric vectors | expect_warning | 75 | 75 |
1472 | test-compat.R | test_that: names() dispatches on environment | compat_lazy() handles numeric vectors | expect_identical | 75 | 75 |
1473 | test-compat.R | test_that: names() dispatches on environment | compat_lazy() handles bare formulas | expect_identical | 78 | 81 |
1474 | test-compat.R | test_that: names() dispatches on environment | compat_lazy() handles bare formulas | expect_identical | 80 | 80 |
1475 | test-compat.R | test_that: names() dispatches on environment | trimws() trims | expect_identical | 85 | 85 |
1476 | test-compat.R | test_that: names() dispatches on environment | trimws() trims | expect_identical | 86 | 86 |
1477 | test-compat.R | test_that: names() dispatches on environment | trimws() trims | expect_identical | 87 | 87 |
1478 | test-compat.R | test_that: names() dispatches on environment | map2() sets names | expect_identical | 90 | 92 |
1479 | test-compat.R | test_that: names() dispatches on environment | map2() discards recycled names | expect_identical | 94 | 96 |
1480 | test-deparse.R | test_that: line_push() adds indentation | line_push() doesn’t make a new line if current is only spaces | expect_identical | 6 | 8 |
1481 | test-deparse.R | test_that: line_push() adds indentation | line_push() trims trailing spaces | expect_identical | 10 | 12 |
1482 | test-deparse.R | test_that: line_push() adds indentation | line_push() doesn’t trim trailing spaces on sticky inputs | expect_identical | 14 | 16 |
1483 | test-deparse.R | test_that: line_push() adds indentation | sticky input sticks | expect_identical | 18 | 20 |
1484 | test-deparse.R | test_that: line_push() adds indentation | line_push() respects boundaries | expect_identical | 22 | 26 |
1485 | test-deparse.R | test_that: line_push() adds indentation | line_push() respects boundaries | expect_identical | 24 | 24 |
1486 | test-deparse.R | test_that: line_push() adds indentation | line_push() respects boundaries | expect_identical | 25 | 25 |
1487 | test-deparse.R | test_that: line_push() adds indentation | line_push() handles the nchar(line) == boundary case | expect_identical | 28 | 30 |
1488 | test-deparse.R | test_that: line_push() adds indentation | line_push() strips ANSI codes before computing overflow | expect_identical | 37 | 37 |
1489 | test-deparse.R | test_that: line_push() adds indentation | line_push() strips ANSI codes before computing overflow | expect_identical | 38 | 38 |
1490 | test-deparse.R | test_that: line_push() adds indentation | can push several lines (useful for default base deparser) | expect_identical | 41 | 43 |
1491 | test-deparse.R | test_that: line_push() adds indentation | control flow is deparsed | expect_identical | 45 | 52 |
1492 | test-deparse.R | test_that: line_push() adds indentation | control flow is deparsed | expect_identical | 47 | 47 |
1493 | test-deparse.R | test_that: line_push() adds indentation | control flow is deparsed | expect_identical | 48 | 48 |
1494 | test-deparse.R | test_that: line_push() adds indentation | control flow is deparsed | expect_identical | 49 | 49 |
1495 | test-deparse.R | test_that: line_push() adds indentation | control flow is deparsed | expect_identical | 50 | 50 |
1496 | test-deparse.R | test_that: line_push() adds indentation | control flow is deparsed | expect_identical | 51 | 51 |
1497 | test-deparse.R | test_that: line_push() adds indentation | functions defs increase indent | expect_identical | 56 | 56 |
1498 | test-deparse.R | test_that: line_push() adds indentation | functions defs increase indent | expect_identical | 59 | 59 |
1499 | test-deparse.R | test_that: line_push() adds indentation | blocks are deparsed | expect_identical | 62 | 69 |
1500 | test-deparse.R | test_that: line_push() adds indentation | blocks are deparsed | expect_identical_ | 64 | 64 |
1501 | test-deparse.R | test_that: line_push() adds indentation | blocks are deparsed | expect_identical | 68 | 68 |
1502 | test-deparse.R | test_that: line_push() adds indentation | multiple openers on the same line only trigger one indent | expect_identical | 73 | 73 |
1503 | test-deparse.R | test_that: line_push() adds indentation | multiple openers on the same line only trigger one indent | expect_identical | 76 | 76 |
1504 | test-deparse.R | test_that: line_push() adds indentation | multiple openers on the same line are correctly reset | expect_identical | 79 | 81 |
1505 | test-deparse.R | test_that: line_push() adds indentation | parentheses are deparsed | expect_identical | 83 | 87 |
1506 | test-deparse.R | test_that: line_push() adds indentation | parentheses are deparsed | expect_identical | 85 | 85 |
1507 | test-deparse.R | test_that: line_push() adds indentation | parentheses are deparsed | expect_identical | 86 | 86 |
1508 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 89 | 113 |
1509 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 91 | 91 |
1510 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 92 | 92 |
1511 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 93 | 93 |
1512 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 94 | 94 |
1513 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 95 | 95 |
1514 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 96 | 96 |
1515 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 97 | 97 |
1516 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 98 | 98 |
1517 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 99 | 99 |
1518 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 100 | 100 |
1519 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 101 | 101 |
1520 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 102 | 102 |
1521 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 103 | 103 |
1522 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 104 | 104 |
1523 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 105 | 105 |
1524 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 106 | 106 |
1525 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 107 | 107 |
1526 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 108 | 108 |
1527 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 109 | 109 |
1528 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 110 | 110 |
1529 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 111 | 111 |
1530 | test-deparse.R | test_that: line_push() adds indentation | spaced operators are deparsed | expect_identical | 112 | 112 |
1531 | test-deparse.R | test_that: line_push() adds indentation | unspaced operators are deparsed | expect_identical | 115 | 122 |
1532 | test-deparse.R | test_that: line_push() adds indentation | unspaced operators are deparsed | expect_identical | 117 | 117 |
1533 | test-deparse.R | test_that: line_push() adds indentation | unspaced operators are deparsed | expect_identical | 118 | 118 |
1534 | test-deparse.R | test_that: line_push() adds indentation | unspaced operators are deparsed | expect_identical | 119 | 119 |
1535 | test-deparse.R | test_that: line_push() adds indentation | unspaced operators are deparsed | expect_identical | 120 | 120 |
1536 | test-deparse.R | test_that: line_push() adds indentation | unspaced operators are deparsed | expect_identical | 121 | 121 |
1537 | test-deparse.R | test_that: line_push() adds indentation | operands are wrapped in parentheses to ensure correct predecence | expect_identical_ | 124 | 132 |
1538 | test-deparse.R | test_that: line_push() adds indentation | operands are wrapped in parentheses to ensure correct predecence | expect_identical_ | 126 | 126 |
1539 | test-deparse.R | test_that: line_push() adds indentation | operands are wrapped in parentheses to ensure correct predecence | expect_identical_ | 130 | 130 |
1540 | test-deparse.R | test_that: line_push() adds indentation | operands are wrapped in parentheses to ensure correct predecence | expect_identical_ | 131 | 131 |
1541 | test-deparse.R | test_that: line_push() adds indentation | unary operators are deparsed | expect_identical | 134 | 144 |
1542 | test-deparse.R | test_that: line_push() adds indentation | unary operators are deparsed | expect_identical | 136 | 136 |
1543 | test-deparse.R | test_that: line_push() adds indentation | unary operators are deparsed | expect_identical | 137 | 137 |
1544 | test-deparse.R | test_that: line_push() adds indentation | unary operators are deparsed | expect_identical_ | 138 | 138 |
1545 | test-deparse.R | test_that: line_push() adds indentation | unary operators are deparsed | expect_identical_ | 139 | 139 |
1546 | test-deparse.R | test_that: line_push() adds indentation | unary operators are deparsed | expect_identical_ | 140 | 140 |
1547 | test-deparse.R | test_that: line_push() adds indentation | unary operators are deparsed | expect_identical_ | 141 | 141 |
1548 | test-deparse.R | test_that: line_push() adds indentation | unary operators are deparsed | expect_identical | 142 | 142 |
1549 | test-deparse.R | test_that: line_push() adds indentation | unary operators are deparsed | expect_identical | 143 | 143 |
1550 | test-deparse.R | test_that: line_push() adds indentation | brackets are deparsed | expect_identical | 146 | 154 |
1551 | test-deparse.R | test_that: line_push() adds indentation | brackets are deparsed | expect_identical | 148 | 148 |
1552 | test-deparse.R | test_that: line_push() adds indentation | brackets are deparsed | expect_identical | 151 | 151 |
1553 | test-deparse.R | test_that: line_push() adds indentation | brackets are deparsed | expect_identical | 153 | 153 |
1554 | test-deparse.R | test_that: line_push() adds indentation | calls are deparsed | expect_identical | 156 | 159 |
1555 | test-deparse.R | test_that: line_push() adds indentation | calls are deparsed | expect_identical | 158 | 158 |
1556 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() respects boundaries | expect_identical | 163 | 163 |
1557 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() respects boundaries | expect_identical | 166 | 166 |
1558 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() respects boundaries | expect_identical | 169 | 169 |
1559 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() respects boundaries | expect_identical | 172 | 172 |
1560 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() handles multi-line arguments | expect_identical | 177 | 177 |
1561 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() handles multi-line arguments | expect_identical | 180 | 180 |
1562 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() delimits CAR when needed | expect_identical | 186 | 186 |
1563 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() delimits CAR when needed | expect_equal | 192 | 192 |
1564 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() delimits CAR when needed | expect_identical | 195 | 195 |
1565 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() delimits CAR when needed | expect_identical | 196 | 196 |
1566 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() delimits CAR when needed | expect_identical | 199 | 199 |
1567 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() delimits CAR when needed | expect_identical | 200 | 200 |
1568 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() delimits CAR when needed | expect_identical | 203 | 203 |
1569 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() delimits CAR when needed | expect_identical | 204 | 204 |
1570 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() delimits CAR when needed | expect_identical | 207 | 207 |
1571 | test-deparse.R | test_that: line_push() adds indentation | call_deparse() delimits CAR when needed | expect_identical | 208 | 208 |
1572 | test-deparse.R | test_that: line_push() adds indentation | literal functions are deparsed | expect_identical_ | 211 | 214 |
1573 | test-deparse.R | test_that: line_push() adds indentation | literal functions are deparsed | expect_identical_ | 213 | 213 |
1574 | test-deparse.R | test_that: line_push() adds indentation | literal dots are deparsed | expect_identical_ | 218 | 218 |
1575 | test-deparse.R | test_that: line_push() adds indentation | environments are deparsed | expect_identical | 221 | 223 |
1576 | test-deparse.R | test_that: line_push() adds indentation | atomic vectors are deparsed | expect_identical | 225 | 232 |
1577 | test-deparse.R | test_that: line_push() adds indentation | atomic vectors are deparsed | expect_identical | 227 | 227 |
1578 | test-deparse.R | test_that: line_push() adds indentation | atomic vectors are deparsed | expect_identical | 228 | 228 |
1579 | test-deparse.R | test_that: line_push() adds indentation | atomic vectors are deparsed | expect_identical | 229 | 229 |
1580 | test-deparse.R | test_that: line_push() adds indentation | atomic vectors are deparsed | expect_identical | 230 | 230 |
1581 | test-deparse.R | test_that: line_push() adds indentation | atomic vectors are deparsed | expect_identical | 231 | 231 |
1582 | test-deparse.R | test_that: line_push() adds indentation | boundaries are respected when deparsing vectors | expect_identical_ | 237 | 237 |
1583 | test-deparse.R | test_that: line_push() adds indentation | boundaries are respected when deparsing vectors | expect_identical | 240 | 240 |
1584 | test-deparse.R | test_that: line_push() adds indentation | scalar atomic vectors are simply printed | expect_identical | 243 | 249 |
1585 | test-deparse.R | test_that: line_push() adds indentation | scalar atomic vectors are simply printed | expect_identical | 245 | 245 |
1586 | test-deparse.R | test_that: line_push() adds indentation | scalar atomic vectors are simply printed | expect_identical | 246 | 246 |
1587 | test-deparse.R | test_that: line_push() adds indentation | scalar atomic vectors are simply printed | expect_identical | 247 | 247 |
1588 | test-deparse.R | test_that: line_push() adds indentation | scalar atomic vectors are simply printed | expect_identical | 248 | 248 |
1589 | test-deparse.R | test_that: line_push() adds indentation | scalar raw vectors are printed in long form | expect_identical | 251 | 253 |
1590 | test-deparse.R | test_that: line_push() adds indentation | literal lists are deparsed | expect_identical | 255 | 257 |
1591 | test-deparse.R | test_that: line_push() adds indentation | long vectors are truncated by default | expect_identical | 259 | 262 |
1592 | test-deparse.R | test_that: line_push() adds indentation | long vectors are truncated by default | expect_identical | 261 | 261 |
1593 | test-deparse.R | test_that: line_push() adds indentation | long vectors are truncated when max_elements = 0L | expect_identical | 266 | 266 |
1594 | test-deparse.R | test_that: line_push() adds indentation | long vectors are truncated when max_elements = 0L | expect_identical | 269 | 269 |
1595 | test-deparse.R | test_that: line_push() adds indentation | long vectors are not truncated when max_elements = NULL | expect_identical | 274 | 274 |
1596 | test-deparse.R | test_that: line_push() adds indentation | long vectors are not truncated when max_elements = NULL | expect_identical | 277 | 277 |
1597 | test-deparse.R | test_that: line_push() adds indentation | other objects are deparsed with base deparser | expect_identical_ | 280 | 283 |
1598 | test-deparse.R | test_that: line_push() adds indentation | other objects are deparsed with base deparser | expect_identical_ | 282 | 282 |
1599 | test-deparse.R | test_that: line_push() adds indentation | S3 objects are deparsed | expect_identical | 288 | 288 |
1600 | test-deparse.R | test_that: line_push() adds indentation | successive indentations on a single line are only counted once | expect_identical | 294 | 294 |
1601 | test-deparse.R | test_that: line_push() adds indentation | successive indentations on a single line are only counted once | expect_identical | 298 | 298 |
1602 | test-deparse.R | test_that: line_push() adds indentation | successive indentations close off properly | expect_identical | 301 | 305 |
1603 | test-deparse.R | test_that: line_push() adds indentation | successive indentations close off properly | expect_identical | 303 | 303 |
1604 | test-deparse.R | test_that: line_push() adds indentation | successive indentations close off properly | expect_identical | 304 | 304 |
1605 | test-deparse.R | test_that: line_push() adds indentation | empty quosures are deparsed | expect_identical | 307 | 309 |
1606 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 311 | 330 |
1607 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 313 | 313 |
1608 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 314 | 314 |
1609 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 315 | 315 |
1610 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 316 | 316 |
1611 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 317 | 317 |
1612 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 319 | 319 |
1613 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 320 | 320 |
1614 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 321 | 321 |
1615 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 323 | 323 |
1616 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 325 | 325 |
1617 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 326 | 326 |
1618 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 327 | 327 |
1619 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 328 | 328 |
1620 | test-deparse.R | test_that: line_push() adds indentation | missing values are deparsed | expect_identical | 329 | 329 |
1621 | test-deparse.R | test_that: line_push() adds indentation | needs_backticks() detects non-syntactic symbols | expect_true | 332 | 344 |
1622 | test-deparse.R | test_that: line_push() adds indentation | needs_backticks() detects non-syntactic symbols | expect_false | 335 | 335 |
1623 | test-deparse.R | test_that: line_push() adds indentation | needs_backticks() detects non-syntactic symbols | expect_true | 337 | 337 |
1624 | test-deparse.R | test_that: line_push() adds indentation | needs_backticks() detects non-syntactic symbols | expect_true | 338 | 338 |
1625 | test-deparse.R | test_that: line_push() adds indentation | needs_backticks() detects non-syntactic symbols | expect_true | 339 | 339 |
1626 | test-deparse.R | test_that: line_push() adds indentation | needs_backticks() detects non-syntactic symbols | expect_false | 341 | 341 |
1627 | test-deparse.R | test_that: line_push() adds indentation | needs_backticks() detects non-syntactic symbols | expect_false | 343 | 343 |
1628 | test-deparse.R | test_that: line_push() adds indentation | expr_text() and expr_name() interpret unicode tags (#611) | expect_identical | 346 | 350 |
1629 | test-deparse.R | test_that: line_push() adds indentation | expr_text() and expr_name() interpret unicode tags (#611) | expect_identical | 348 | 348 |
1630 | test-deparse.R | test_that: line_push() adds indentation | expr_text() and expr_name() interpret unicode tags (#611) | expect_identical | 349 | 349 |
1631 | test-deparse.R | test_that: line_push() adds indentation | expr_text() deparses non-syntactic symbols with backticks (#211) | expect_identical | 352 | 356 |
1632 | test-deparse.R | test_that: line_push() adds indentation | expr_text() deparses non-syntactic symbols with backticks (#211) | expect_identical | 354 | 354 |
1633 | test-deparse.R | test_that: line_push() adds indentation | expr_text() deparses non-syntactic symbols with backticks (#211) | expect_identical | 355 | 355 |
1634 | test-deparse.R | test_that: line_push() adds indentation | expr_text() deparses empty arguments | expect_identical | 358 | 362 |
1635 | test-deparse.R | test_that: line_push() adds indentation | expr_text() deparses empty arguments | expect_identical | 360 | 360 |
1636 | test-deparse.R | test_that: line_push() adds indentation | expr_text() deparses empty arguments | expect_identical | 361 | 361 |
1637 | test-deparse.R | test_that: line_push() adds indentation | expr_name() deparses empty arguments | expect_identical | 364 | 369 |
1638 | test-deparse.R | test_that: line_push() adds indentation | expr_name() deparses empty arguments | expect_identical | 366 | 366 |
1639 | test-deparse.R | test_that: line_push() adds indentation | expr_name() deparses empty arguments | expect_identical | 367 | 367 |
1640 | test-deparse.R | test_that: line_push() adds indentation | expr_name() deparses empty arguments | expect_identical | 368 | 368 |
1641 | test-deparse.R | test_that: line_push() adds indentation | expr_deparse() handles newlines in strings (#484) | expect_identical | 374 | 374 |
1642 | test-deparse.R | test_that: line_push() adds indentation | expr_deparse() handles newlines in strings (#484) | expect_output | 375 | 375 |
1643 | test-deparse.R | test_that: line_push() adds indentation | expr_deparse() handles newlines in strings (#484) | expect_identical | 378 | 378 |
1644 | test-deparse.R | test_that: line_push() adds indentation | expr_deparse() handles ANSI escapes in strings | expect_identical | 381 | 391 |
1645 | test-deparse.R | test_that: line_push() adds indentation | expr_deparse() handles ANSI escapes in strings | expect_identical | 383 | 383 |
1646 | test-deparse.R | test_that: line_push() adds indentation | expr_deparse() handles ANSI escapes in strings | expect_identical | 384 | 384 |
1647 | test-deparse.R | test_that: line_push() adds indentation | expr_deparse() handles ANSI escapes in strings | expect_identical | 385 | 385 |
1648 | test-deparse.R | test_that: line_push() adds indentation | expr_deparse() handles ANSI escapes in strings | expect_identical | 386 | 386 |
1649 | test-deparse.R | test_that: line_push() adds indentation | expr_deparse() handles ANSI escapes in strings | expect_identical | 387 | 387 |
1650 | test-deparse.R | test_that: line_push() adds indentation | expr_deparse() handles ANSI escapes in strings | expect_identical | 388 | 388 |
1651 | test-deparse.R | test_that: line_push() adds indentation | expr_deparse() handles ANSI escapes in strings | expect_identical | 389 | 389 |
1652 | test-deparse.R | test_that: line_push() adds indentation | expr_deparse() handles ANSI escapes in strings | expect_identical | 390 | 390 |
1653 | test-deparse.R | test_that: line_push() adds indentation | as_label() and expr_name() handles .data pronoun | expect_identical | 393 | 398 |
1654 | test-deparse.R | test_that: line_push() adds indentation | as_label() and expr_name() handles .data pronoun | expect_identical | 395 | 395 |
1655 | test-deparse.R | test_that: line_push() adds indentation | as_label() and expr_name() handles .data pronoun | expect_identical | 396 | 396 |
1656 | test-deparse.R | test_that: line_push() adds indentation | as_label() and expr_name() handles .data pronoun | expect_identical | 397 | 397 |
1657 | test-deparse.R | test_that: line_push() adds indentation | as_label() handles literals | expect_identical | 400 | 406 |
1658 | test-deparse.R | test_that: line_push() adds indentation | as_label() handles literals | expect_identical | 402 | 402 |
1659 | test-deparse.R | test_that: line_push() adds indentation | as_label() handles literals | expect_identical | 403 | 403 |
1660 | test-deparse.R | test_that: line_push() adds indentation | as_label() handles literals | expect_identical | 404 | 404 |
1661 | test-deparse.R | test_that: line_push() adds indentation | as_label() handles literals | expect_identical | 405 | 405 |
1662 | test-deparse.R | test_that: line_push() adds indentation | as_label() handles objects | expect_identical | 410 | 410 |
1663 | test-deparse.R | test_that: line_push() adds indentation | as_label() handles objects | expect_identical | 411 | 411 |
1664 | test-deparse.R | test_that: line_push() adds indentation | bracket deparsing is a form of argument deparsing | expect_identical | 414 | 420 |
1665 | test-deparse.R | test_that: line_push() adds indentation | bracket deparsing is a form of argument deparsing | expect_identical | 416 | 416 |
1666 | test-deparse.R | test_that: line_push() adds indentation | bracket deparsing is a form of argument deparsing | expect_identical | 419 | 419 |
1667 | test-deparse.R | test_that: line_push() adds indentation | non-syntactic symbols are deparsed with backticks | expect_identical | 422 | 426 |
1668 | test-deparse.R | test_that: line_push() adds indentation | non-syntactic symbols are deparsed with backticks | expect_identical | 424 | 424 |
1669 | test-deparse.R | test_that: line_push() adds indentation | non-syntactic symbols are deparsed with backticks | expect_identical | 425 | 425 |
1670 | test-deparse.R | test_that: line_push() adds indentation | symbols with unicode are deparsed consistently (#691) | expect_identical | 431 | 431 |
1671 | test-deparse.R | test_that: line_push() adds indentation | symbols with unicode are deparsed consistently (#691) | expect_identical | 432 | 432 |
1672 | test-deparse.R | test_that: line_push() adds indentation | symbols with unicode are deparsed consistently (#691) | expect_identical | 434 | 434 |
1673 | test-deparse.R | test_that: line_push() adds indentation | symbols with unicode are deparsed consistently (#691) | expect_identical | 435 | 435 |
1674 | test-deparse.R | test_that: line_push() adds indentation | formal parameters are backticked if needed | expect_identical | 438 | 440 |
1675 | test-deparse.R | test_that: line_push() adds indentation | empty blocks are deparsed on the same line | expect_identical | 442 | 444 |
1676 | test-deparse.R | test_that: line_push() adds indentation | top-level S3 objects are deparsed | expect_identical | 449 | 449 |
1677 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports symbols, calls, and literals | expect_identical | 461 | 470 |
1678 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports symbols, calls, and literals | expect_identical | 463 | 463 |
1679 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports symbols, calls, and literals | expect_identical | 464 | 464 |
1680 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports symbols, calls, and literals | expect_identical | 465 | 465 |
1681 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports symbols, calls, and literals | expect_identical | 466 | 466 |
1682 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports symbols, calls, and literals | expect_identical | 467 | 467 |
1683 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports symbols, calls, and literals | expect_identical | 468 | 468 |
1684 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports symbols, calls, and literals | expect_identical | 469 | 469 |
1685 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports special objects | expect_match | 472 | 478 |
1686 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports special objects | expect_identical | 474 | 474 |
1687 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports special objects | expect_identical | 475 | 475 |
1688 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports special objects | expect_identical | 476 | 476 |
1689 | test-deparse.R | test_that: line_push() adds indentation | as_label() supports special objects | expect_identical | 477 | 477 |
1690 | test-deparse.R | test_that: line_push() adds indentation | as_name() supports quosured symbols and strings | expect_identical | 480 | 484 |
1691 | test-deparse.R | test_that: line_push() adds indentation | as_name() supports quosured symbols and strings | expect_identical | 482 | 482 |
1692 | test-deparse.R | test_that: line_push() adds indentation | as_name() supports quosured symbols and strings | expect_error | 483 | 483 |
1693 | test-deparse.R | test_that: line_push() adds indentation | named empty lists are marked as named | expect_identical | 486 | 488 |
1694 | test-deparse.R | test_that: line_push() adds indentation | infix operators are sticky | expect_identical | 490 | 493 |
1695 | test-deparse.R | test_that: line_push() adds indentation | infix operators are sticky | expect_identical | 492 | 492 |
1696 | test-deparse.R | test_that: line_push() adds indentation | argument names are backticked if needed (#950) | expect_identical | 495 | 497 |
1697 | test-deparse.R | test_that: line_push() adds indentation |
next and break are deparsed |
expect_equal | 499 | 502 |
1698 | test-deparse.R | test_that: line_push() adds indentation |
next and break are deparsed |
expect_equal | 501 | 501 |
1699 | test-deparse.R | test_that: line_push() adds indentation | double colon is never wrapped (#1072) | expect_identical | 504 | 520 |
1700 | test-deparse.R | test_that: line_push() adds indentation | double colon is never wrapped (#1072) | expect_identical | 509 | 515 |
1701 | test-deparse.R | test_that: line_push() adds indentation | double colon is never wrapped (#1072) | expect_identical | 516 | 519 |
1702 | test-deparse.R | test_that: line_push() adds indentation | triple colon is never wrapped (#1072) | expect_identical | 522 | 538 |
1703 | test-deparse.R | test_that: line_push() adds indentation | triple colon is never wrapped (#1072) | expect_identical | 527 | 533 |
1704 | test-deparse.R | test_that: line_push() adds indentation | triple colon is never wrapped (#1072) | expect_identical | 534 | 537 |
1705 | test-deparse.R | test_that: line_push() adds indentation | backslashes in strings are properly escaped (#1160) | expect_equal | 540 | 567 |
1706 | test-deparse.R | test_that: line_push() adds indentation | backslashes in strings are properly escaped (#1160) | expect_equal | 547 | 550 |
1707 | test-deparse.R | test_that: line_push() adds indentation | backslashes in strings are properly escaped (#1160) | expect_equal | 553 | 556 |
1708 | test-deparse.R | test_that: line_push() adds indentation | backslashes in strings are properly escaped (#1160) | expect_equal | 559 | 562 |
1709 | test-deparse.R | test_that: line_push() adds indentation | backslashes in strings are properly escaped (#1160) | expect_equal | 563 | 566 |
1710 | test-deparse.R | test_that: line_push() adds indentation | formulas are deparsed (#1169) | expect_equal | 569 | 591 |
1711 | test-deparse.R | test_that: line_push() adds indentation | formulas are deparsed (#1169) | expect_equal | 577 | 580 |
1712 | test-deparse.R | test_that: line_push() adds indentation | formulas are deparsed (#1169) | expect_equal | 583 | 586 |
1713 | test-deparse.R | test_that: line_push() adds indentation | formulas are deparsed (#1169) | expect_equal | 587 | 590 |
1714 | test-deparse.R | test_that: line_push() adds indentation | matrices and arrays are formatted (#383) | expect_equal | 595 | 595 |
1715 | test-deparse.R | test_that: line_push() adds indentation | matrices and arrays are formatted (#383) | expect_equal | 596 | 596 |
1716 | test-deparse.R | test_that: line_push() adds indentation | matrices and arrays are formatted (#383) | expect_equal | 599 | 599 |
1717 | test-deparse.R | test_that: line_push() adds indentation | matrices and arrays are formatted (#383) | expect_equal | 600 | 600 |
1718 | test-deparse.R | test_that: line_push() adds indentation | matrices and arrays are formatted (#383) | expect_equal | 603 | 603 |
1719 | test-deparse.R | test_that: line_push() adds indentation | matrices and arrays are formatted (#383) | expect_equal | 604 | 604 |
1720 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 607 | 679 |
1721 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 613 | 616 |
1722 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 618 | 623 |
1723 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 625 | 628 |
1724 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 630 | 633 |
1725 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 636 | 639 |
1726 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 643 | 648 |
1727 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 653 | 656 |
1728 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 657 | 660 |
1729 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 662 | 665 |
1730 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 666 | 669 |
1731 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 671 | 674 |
1732 | test-deparse.R | test_that: line_push() adds indentation | infix operators are labelled (#956, r-lib/testthat#1432) | expect_equal | 675 | 678 |
1733 | test-deparse.R | test_that: line_push() adds indentation | binary op without arguments | expect_equal | 681 | 694 |
1734 | test-deparse.R | test_that: line_push() adds indentation | binary op without arguments | expect_equal | 686 | 689 |
1735 | test-deparse.R | test_that: line_push() adds indentation | binary op without arguments | expect_equal | 690 | 693 |
1736 | test-deparse.R | test_that: line_push() adds indentation | call_deparse_highlight() handles long lists of arguments (#1456) | expect_equal | 707 | 710 |
1737 | test-deparse.R | test_that: line_push() adds indentation | call_deparse_highlight() handles multi-line arguments (#1456) | expect_equal | 721 | 724 |
1738 | test-deparse.R | test_that: line_push() adds indentation | embrace operator is deparsed (#1511) | expect_equal_ | 727 | 737 |
1739 | test-deparse.R | test_that: line_push() adds indentation | embrace operator is deparsed (#1511) | expect_equal_ | 733 | 736 |
1740 | test-deprecated.R | type_of() returns correct type | type_of() returns correct type | expect_identical | 6 | 15 |
1741 | test-deprecated.R | type_of() returns correct type | type_of() returns correct type | expect_identical | 8 | 8 |
1742 | test-deprecated.R | type_of() returns correct type | type_of() returns correct type | expect_identical | 9 | 9 |
1743 | test-deprecated.R | type_of() returns correct type | type_of() returns correct type | expect_identical | 10 | 10 |
1744 | test-deprecated.R | type_of() returns correct type | type_of() returns correct type | expect_identical | 11 | 11 |
1745 | test-deprecated.R | type_of() returns correct type | type_of() returns correct type | expect_identical | 12 | 12 |
1746 | test-deprecated.R | type_of() returns correct type | type_of() returns correct type | expect_identical | 13 | 13 |
1747 | test-deprecated.R | type_of() returns correct type | type_of() returns correct type | expect_identical | 14 | 14 |
1748 | test-deprecated.R | type_of() returns correct type | Unicode escapes are converted to UTF8 characters in env_names() | expect_identical | 22 | 22 |
1749 | test-deprecated.R | type_of() returns correct type | no method dispatch | expect_identical | 28 | 28 |
1750 | test-deprecated.R | type_of() returns correct type | no method dispatch | expect_identical | 31 | 31 |
1751 | test-deprecated.R | type_of() returns correct type | input is left intact | expect_identical | 37 | 37 |
1752 | test-deprecated.R | type_of() returns correct type | as_list() zaps attributes | expect_identical | 40 | 42 |
1753 | test-deprecated.R | type_of() returns correct type | as_list() only coerces vector or dictionary types | expect_identical | 44 | 47 |
1754 | test-deprecated.R | type_of() returns correct type | as_list() only coerces vector or dictionary types | expect_error | 46 | 46 |
1755 | test-deprecated.R | type_of() returns correct type | as_list() bypasses environment method and leaves input intact | expect_s3_class | 54 | 54 |
1756 | test-deprecated.R | type_of() returns correct type | as_list() bypasses environment method and leaves input intact | expect_identical | 55 | 55 |
1757 | test-deprecated.R | type_of() returns correct type | as_integer() and as_logical() require integerish input | expect_error | 58 | 61 |
1758 | test-deprecated.R | type_of() returns correct type | as_integer() and as_logical() require integerish input | expect_error | 60 | 60 |
1759 | test-deprecated.R | type_of() returns correct type | names are preserved | expect_identical | 66 | 66 |
1760 | test-deprecated.R | type_of() returns correct type | names are preserved | expect_identical | 67 | 67 |
1761 | test-deprecated.R | type_of() returns correct type | as_character() support logical NA | expect_identical | 70 | 73 |
1762 | test-deprecated.R | type_of() returns correct type | as_character() support logical NA | expect_identical | 72 | 72 |
1763 | test-deprecated.R | type_of() returns correct type | can convert strings (#138) | expect_identical | 75 | 78 |
1764 | test-deprecated.R | type_of() returns correct type | can convert strings (#138) | expect_identical | 77 | 77 |
1765 | test-deprecated.R | type_of() returns correct type | set_attrs() fails with uncopyable types | expect_error | 83 | 85 |
1766 | test-deprecated.R | type_of() returns correct type | set_attrs() called with NULL zaps attributes | expect_identical | 89 | 89 |
1767 | test-deprecated.R | type_of() returns correct type | set_attrs() does not zap old attributes | expect_named | 95 | 95 |
1768 | test-deprecated.R | type_of() returns correct type | invoke() buries arguments | expect_identical | 98 | 103 |
1769 | test-deprecated.R | type_of() returns correct type | invoke() buries arguments | expect_identical | 100 | 100 |
1770 | test-deprecated.R | type_of() returns correct type | invoke() buries arguments | expect_identical | 101 | 101 |
1771 | test-deprecated.R | type_of() returns correct type | invoke() buries arguments | expect_identical | 102 | 102 |
1772 | test-deprecated.R | type_of() returns correct type | invoke() can be called without arguments | expect_identical | 105 | 108 |
1773 | test-deprecated.R | type_of() returns correct type | invoke() can be called without arguments | expect_identical | 107 | 107 |
1774 | test-deprecated.R | type_of() returns correct type | quo_expr() still works | expect_identical | 112 | 112 |
1775 | test-deprecated.R | type_of() returns correct type | call_fn() extracts function | expect_identical | 115 | 117 |
1776 | test-deprecated.R | type_of() returns correct type | call_fn() looks up function in env
|
expect_identical | 124 | 124 |
1777 | test-deprecated.R | type_of() returns correct type | with_handlers() establishes inplace and exiting handlers | expect_equal | 135 | 135 |
1778 | test-deprecated.R | type_of() returns correct type | with_handlers() establishes inplace and exiting handlers | expect_equal | 136 | 136 |
1779 | test-deprecated.R | type_of() returns correct type | with_handlers() establishes inplace and exiting handlers | expect_equal | 137 | 137 |
1780 | test-deprecated.R | type_of() returns correct type | with_handlers() establishes inplace and exiting handlers | expect_warning | 138 | 138 |
1781 | test-deprecated.R | type_of() returns correct type | with_handlers() establishes inplace and exiting handlers | expect_equal | 138 | 138 |
1782 | test-deprecated.R | type_of() returns correct type | with_handlers() establishes inplace and exiting handlers | expect_output | 139 | 139 |
1783 | test-deprecated.R | type_of() returns correct type | with_handlers() establishes inplace and exiting handlers | expect_equal | 139 | 139 |
1784 | test-deprecated.R | type_of() returns correct type | with_handlers() propagates visibility | expect_visible | 142 | 145 |
1785 | test-deprecated.R | type_of() returns correct type | with_handlers() propagates visibility | expect_invisible | 144 | 144 |
1786 | test-deprecated.R | type_of() returns correct type | bare functions are treated as exiting handlers | expect_identical | 147 | 149 |
1787 | test-deprecated.R | type_of() returns correct type | with_handlers() supports formula shortcut for lambdas | expect_true | 153 | 153 |
1788 | test-deprecated.R | type_of() returns correct type | can muffle conditions | expect_no_message | 156 | 168 |
1789 | test-deprecated.R | type_of() returns correct type | can muffle conditions | expect_identical | 158 | 158 |
1790 | test-deprecated.R | type_of() returns correct type | can muffle conditions | expect_no_warning | 160 | 162 |
1791 | test-deprecated.R | type_of() returns correct type | can muffle conditions | expect_identical | 161 | 161 |
1792 | test-deprecated.R | type_of() returns correct type | can muffle conditions | expect_s3_class | 163 | 166 |
1793 | test-deprecated.R | type_of() returns correct type | can muffle conditions | expect_identical | 167 | 167 |
1794 | test-dots-ellipsis.R | test_that: error if dots not used | error if dots not used by another function | expect_error | 20 | 20 |
1795 | test-dots-ellipsis.R | test_that: error if dots not used | error if dots not used by another function | expect_snapshot | 22 | 24 |
1796 | test-dots-ellipsis.R | test_that: error if dots not used | error if dots not used by another function | expect_error | 23 | 23 |
1797 | test-dots-ellipsis.R | test_that: error if dots not used | error if dots named | expect_null | 32 | 32 |
1798 | test-dots-ellipsis.R | test_that: error if dots not used | error if dots named | expect_error | 34 | 34 |
1799 | test-dots-ellipsis.R | test_that: error if dots not used | error if dots named | expect_error | 35 | 35 |
1800 | test-dots-ellipsis.R | test_that: error if dots not used | error if dots named | expect_error | 36 | 36 |
1801 | test-dots-ellipsis.R | test_that: error if dots not used | error if dots named | expect_error | 37 | 37 |
1802 | test-dots-ellipsis.R | test_that: error if dots not used | error if dots named | expect_snapshot | 39 | 41 |
1803 | test-dots-ellipsis.R | test_that: error if dots not used | error if dots named | expect_error | 40 | 40 |
1804 | test-dots-ellipsis.R | test_that: error if dots not used | error if if dots not empty | expect_error | 52 | 52 |
1805 | test-dots-ellipsis.R | test_that: error if dots not used | error if if dots not empty | expect_error | 53 | 53 |
1806 | test-dots-ellipsis.R | test_that: error if dots not used | error if if dots not empty | expect_snapshot | 55 | 58 |
1807 | test-dots-ellipsis.R | test_that: error if dots not used | error if if dots not empty | expect_error | 56 | 56 |
1808 | test-dots-ellipsis.R | test_that: error if dots not used | error if if dots not empty | expect_error | 57 | 57 |
1809 | test-dots-ellipsis.R | test_that: error if dots not used | can control the action (deprecated) | expect_error | 66 | 66 |
1810 | test-dots-ellipsis.R | test_that: error if dots not used | can control the action (deprecated) | expect_warning | 67 | 67 |
1811 | test-dots-ellipsis.R | test_that: error if dots not used | can control the action (deprecated) | expect_message | 68 | 68 |
1812 | test-dots-ellipsis.R | test_that: error if dots not used | can control the action (deprecated) | expect_error | 70 | 70 |
1813 | test-dots-ellipsis.R | test_that: error if dots not used | can control the action (deprecated) | expect_warning | 71 | 71 |
1814 | test-dots-ellipsis.R | test_that: error if dots not used | can control the action (deprecated) | expect_message | 72 | 72 |
1815 | test-dots-ellipsis.R | test_that: error if dots not used | can control the action (deprecated) | expect_error | 74 | 74 |
1816 | test-dots-ellipsis.R | test_that: error if dots not used | can control the action (deprecated) | expect_warning | 75 | 75 |
1817 | test-dots-ellipsis.R | test_that: error if dots not used | can control the action (deprecated) | expect_message | 76 | 76 |
1818 | test-dots-ellipsis.R | test_that: error if dots not used | warn if unused dots | expect_error | 87 | 87 |
1819 | test-dots-ellipsis.R | test_that: error if dots not used | warn if unused dots | expect_error | 88 | 88 |
1820 | test-dots-ellipsis.R | test_that: error if dots not used | warn if unused dots | expect_error | 89 | 89 |
1821 | test-dots-ellipsis.R | test_that: error if dots not used | can supply error handler |
expect_silent | 96 | 96 |
1822 | test-dots-ellipsis.R | test_that: error if dots not used | can supply error handler |
expect_warning | 97 | 97 |
1823 | test-dots-ellipsis.R | test_that: error if dots not used | can supply error handler |
expect_silent | 100 | 100 |
1824 | test-dots-ellipsis.R | test_that: error if dots not used | can supply error handler |
expect_warning | 101 | 101 |
1825 | test-dots-ellipsis.R | test_that: error if dots not used | can supply error handler |
expect_silent | 105 | 105 |
1826 | test-dots-ellipsis.R | test_that: error if dots not used | can supply error handler |
expect_warning | 106 | 106 |
1827 | test-dots-ellipsis.R | test_that: error if dots not used | expression contents are mentioned | expect_snapshot | 112 | 118 |
1828 | test-dots-ellipsis.R | test_that: error if dots not used | empty dots error mentions info bullets if any unnamed element | expect_snapshot | 123 | 127 |
1829 | test-dots-ellipsis.R | test_that: error if dots not used | check_dots_empty() allows trailing missing arg (#1390) | expect_null | 133 | 133 |
1830 | test-dots-ellipsis.R | test_that: error if dots not used | check_dots_empty() allows trailing missing arg (#1390) | expect_snapshot | 135 | 137 |
1831 | test-dots-ellipsis.R | test_that: error if dots not used | check_dots_empty() allows trailing missing arg (#1390) | expect_error | 136 | 136 |
1832 | test-dots.R | test_that: exprs() without arguments creates an empty named list | exprs() captures arguments forwarded with ...
|
expect_identical | 7 | 7 |
1833 | test-dots.R | test_that: exprs() without arguments creates an empty named list | exprs() captures empty arguments | expect_identical | 10 | 12 |
1834 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots are always named | expect_named | 14 | 18 |
1835 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots are always named | expect_named | 16 | 16 |
1836 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots are always named | expect_named | 17 | 17 |
1837 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots can be spliced | expect_identical | 22 | 22 |
1838 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots can be spliced | expect_identical | 23 | 23 |
1839 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots can be spliced | expect_identical | 24 | 24 |
1840 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots can be spliced | expect_identical | 26 | 26 |
1841 | test-dots.R | test_that: exprs() without arguments creates an empty named list | interpolation by value does not guard formulas | expect_identical | 29 | 31 |
1842 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots names can be unquoted | expect_identical | 33 | 35 |
1843 | test-dots.R | test_that: exprs() without arguments creates an empty named list | can take forced dots with allowForced = FALSE
|
expect_identical | 42 | 42 |
1844 | test-dots.R | test_that: exprs() without arguments creates an empty named list | captured dots are only named if names were supplied | expect_null | 47 | 47 |
1845 | test-dots.R | test_that: exprs() without arguments creates an empty named list | captured dots are only named if names were supplied | expect_identical | 48 | 48 |
1846 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_values() handles forced dots | expect_identical | 56 | 56 |
1847 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_values() handles forced dots | expect_identical | 58 | 58 |
1848 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_values() handles forced dots | expect_identical | 59 | 59 |
1849 | test-dots.R | test_that: exprs() without arguments creates an empty named list | empty arguments trigger meaningful error | expect_snapshot | 62 | 67 |
1850 | test-dots.R | test_that: exprs() without arguments creates an empty named list | empty arguments trigger meaningful error | expect_error | 64 | 64 |
1851 | test-dots.R | test_that: exprs() without arguments creates an empty named list | empty arguments trigger meaningful error | expect_error | 65 | 65 |
1852 | test-dots.R | test_that: exprs() without arguments creates an empty named list | cleans empty arguments | expect_identical | 69 | 74 |
1853 | test-dots.R | test_that: exprs() without arguments creates an empty named list | cleans empty arguments | expect_identical | 71 | 71 |
1854 | test-dots.R | test_that: exprs() without arguments creates an empty named list | cleans empty arguments | expect_identical | 72 | 72 |
1855 | test-dots.R | test_that: exprs() without arguments creates an empty named list | cleans empty arguments | expect_identical | 73 | 73 |
1856 | test-dots.R | test_that: exprs() without arguments creates an empty named list | doesn’t clean named empty argument arguments | expect_error | 76 | 80 |
1857 | test-dots.R | test_that: exprs() without arguments creates an empty named list | doesn’t clean named empty argument arguments | expect_identical | 78 | 78 |
1858 | test-dots.R | test_that: exprs() without arguments creates an empty named list | doesn’t clean named empty argument arguments | expect_identical | 79 | 79 |
1859 | test-dots.R | test_that: exprs() without arguments creates an empty named list | capturing dots by value only unquote-splices at top-level | expect_identical_ | 82 | 85 |
1860 | test-dots.R | test_that: exprs() without arguments creates an empty named list | capturing dots by value only unquote-splices at top-level | expect_identical_ | 84 | 84 |
1861 | test-dots.R | test_that: exprs() without arguments creates an empty named list | can’t unquote when capturing dots by value | expect_identical | 87 | 89 |
1862 | test-dots.R | test_that: exprs() without arguments creates an empty named list | can splice NULL value | expect_identical | 91 | 94 |
1863 | test-dots.R | test_that: exprs() without arguments creates an empty named list | can splice NULL value | expect_identical | 93 | 93 |
1864 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_splice() flattens lists | expect_identical | 96 | 100 |
1865 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_splice() flattens lists | expect_identical | 98 | 98 |
1866 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_splice() flattens lists | expect_identical | 99 | 99 |
1867 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_splice() doesn’t squash S3 objects | expect_identical | 104 | 104 |
1868 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_split() splits named and unnamed dots | expect_identical | 109 | 109 |
1869 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_split() splits named and unnamed dots | expect_identical | 110 | 110 |
1870 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_split() splits named and unnamed dots | expect_identical | 113 | 113 |
1871 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_split() splits named and unnamed dots | expect_identical | 114 | 114 |
1872 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_split() splits named and unnamed dots | expect_identical | 117 | 117 |
1873 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_split() splits named and unnamed dots | expect_identical | 118 | 118 |
1874 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_split() handles empty dots | expect_identical | 123 | 123 |
1875 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_split() handles empty dots | expect_identical | 124 | 124 |
1876 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_split() fails if .n_unnamed doesn’t match | expect_error | 127 | 134 |
1877 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_split() fails if .n_unnamed doesn’t match | expect_error | 129 | 129 |
1878 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_split() fails if .n_unnamed doesn’t match | expect_identical | 132 | 132 |
1879 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_split() fails if .n_unnamed doesn’t match | expect_identical | 133 | 133 |
1880 | test-dots.R | test_that: exprs() without arguments creates an empty named list | can splice NULL and atomic vectors | expect_identical | 136 | 139 |
1881 | test-dots.R | test_that: exprs() without arguments creates an empty named list | can splice NULL and atomic vectors | expect_identical | 138 | 138 |
1882 | test-dots.R | test_that: exprs() without arguments creates an empty named list | can unquote quosures in LHS | expect_identical | 143 | 143 |
1883 | test-dots.R | test_that: exprs() without arguments creates an empty named list | can unquote quosures in LHS | expect_identical | 144 | 144 |
1884 | test-dots.R | test_that: exprs() without arguments creates an empty named list | can preserve empty arguments | expect_identical | 149 | 149 |
1885 | test-dots.R | test_that: exprs() without arguments creates an empty named list | can preserve empty arguments | expect_identical | 150 | 150 |
1886 | test-dots.R | test_that: exprs() without arguments creates an empty named list | can preserve empty arguments | expect_identical | 151 | 151 |
1887 | test-dots.R | test_that: exprs() without arguments creates an empty named list | forced symbolic objects are not evaluated | expect_identical_ | 156 | 156 |
1888 | test-dots.R | test_that: exprs() without arguments creates an empty named list | forced symbolic objects are not evaluated | expect_identical_ | 157 | 157 |
1889 | test-dots.R | test_that: exprs() without arguments creates an empty named list | forced symbolic objects are not evaluated | expect_identical_ | 160 | 160 |
1890 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots collectors do not warn by default with bare <- arguments |
expect_no_warning | 163 | 174 |
1891 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots collectors do not warn by default with bare <- arguments |
expect_no_warning | 165 | 165 |
1892 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots collectors do not warn by default with bare <- arguments |
expect_no_warning | 167 | 167 |
1893 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots collectors do not warn by default with bare <- arguments |
expect_no_warning | 168 | 168 |
1894 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots collectors do not warn by default with bare <- arguments |
expect_no_warning | 172 | 172 |
1895 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots collectors do not warn by default with bare <- arguments |
expect_no_warning | 173 | 173 |
1896 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots collectors can elect to warn with bare <- arguments |
expect_warning | 176 | 182 |
1897 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots collectors can elect to warn with bare <- arguments |
expect_warning | 180 | 180 |
1898 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots collectors can elect to warn with bare <- arguments |
expect_warning | 181 | 181 |
1899 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots collectors never warn for <- when option is set | expect_no_warning | 187 | 187 |
1900 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots collectors never warn for <- when option is set | expect_no_warning | 190 | 190 |
1901 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots collectors never warn for <- when option is set | expect_no_warning | 191 | 191 |
1902 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms is matched exactly |
expect_error | 194 | 196 |
1903 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms = 'first' matches first homonym |
expect_identical | 204 | 204 |
1904 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms = 'first' matches first homonym |
expect_identical | 207 | 207 |
1905 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms = 'first' matches first homonym |
expect_identical | 210 | 210 |
1906 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms = 'last' matches last homonym |
expect_identical | 219 | 219 |
1907 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms = 'last' matches last homonym |
expect_identical | 222 | 222 |
1908 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms = 'last' matches last homonym |
expect_identical | 225 | 225 |
1909 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms = ‘error’ fails with homonyms |
expect_identical | 233 | 233 |
1910 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms = ‘error’ fails with homonyms |
expect_identical | 234 | 234 |
1911 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms = ‘error’ fails with homonyms |
expect_snapshot | 236 | 240 |
1912 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms = ‘error’ fails with homonyms |
expect_error | 237 | 237 |
1913 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms = ‘error’ fails with homonyms |
expect_error | 238 | 238 |
1914 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms = ‘error’ fails with homonyms |
expect_error | 239 | 239 |
1915 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms works with spliced arguments |
expect_identical | 245 | 245 |
1916 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms works with spliced arguments |
expect_identical | 248 | 248 |
1917 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms works with spliced arguments |
expect_identical | 251 | 251 |
1918 | test-dots.R | test_that: exprs() without arguments creates an empty named list | can mix !!! and splice boxes |
expect_identical | 254 | 256 |
1919 | test-dots.R | test_that: exprs() without arguments creates an empty named list | list2() and dots_values() support splice boxes | expect_identical | 258 | 261 |
1920 | test-dots.R | test_that: exprs() without arguments creates an empty named list | list2() and dots_values() support splice boxes | expect_identical | 260 | 260 |
1921 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_values() doesn’t splice | expect_identical_ | 263 | 266 |
1922 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_values() doesn’t splice | expect_identical_ | 265 | 265 |
1923 | test-dots.R | test_that: exprs() without arguments creates an empty named list | !!! does not evaluate multiple times (#981) | expect_identical | 273 | 273 |
1924 | test-dots.R | test_that: exprs() without arguments creates an empty named list | !!! does not evaluate multiple times (#981) | expect_identical | 277 | 277 |
1925 | test-dots.R | test_that: exprs() without arguments creates an empty named list | !!! does not evaluate multiple times (#981) | expect_identical | 281 | 281 |
1926 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_list() optionally auto-names arguments (#957) | expect_identical | 284 | 305 |
1927 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_list() optionally auto-names arguments (#957) | expect_identical | 289 | 292 |
1928 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_list() optionally auto-names arguments (#957) | expect_identical | 293 | 296 |
1929 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_list() optionally auto-names arguments (#957) | expect_identical | 297 | 300 |
1930 | test-dots.R | test_that: exprs() without arguments creates an empty named list | dots_list() optionally auto-names arguments (#957) | expect_identical | 301 | 304 |
1931 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.ignore_empty is matched |
expect_snapshot | 307 | 315 |
1932 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.ignore_empty is matched |
expect_error | 310 | 310 |
1933 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.ignore_empty is matched |
expect_error | 313 | 313 |
1934 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.named can be NULL (default names) or FALSE (minimal names) |
expect_equal | 318 | 336 |
1935 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.named can be NULL (default names) or FALSE (minimal names) |
expect_equal | 323 | 326 |
1936 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.named can be NULL (default names) or FALSE (minimal names) |
expect_equal | 328 | 331 |
1937 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.named can be NULL (default names) or FALSE (minimal names) |
expect_equal | 332 | 335 |
1938 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms error is thrown |
expect_snapshot | 340 | 340 |
1939 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
.homonyms error is thrown |
expect_error | 340 | 340 |
1940 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
list2(!!!x) returns x without duplication |
expect_snapshot | 343 | 353 |
1941 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
list2(!!!x) returns x without duplication |
expect_equal | 347 | 347 |
1942 | test-dots.R | test_that: exprs() without arguments creates an empty named list |
list2(!!!x) returns x without duplication |
expect_equal | 351 | 351 |
1943 | test-dots.R | test_that: exprs() without arguments creates an empty named list | list2(…) doesn’t copy forced promises (#1491) | expect_snapshot | 363 | 365 |
1944 | test-dots.R | test_that: exprs() without arguments creates an empty named list | names are not mutated after splice box early exit | expect_equal | 372 | 372 |
1945 | test-dots.R | test_that: exprs() without arguments creates an empty named list | names are not mutated after splice box early exit | expect_equal | 375 | 375 |
1946 | test-dots.R | test_that: exprs() without arguments creates an empty named list | names are not mutated after splice box early exit | expect_equal | 378 | 378 |
1947 | test-encoding.R | test_that: can roundtrip symbols in non-UTF8 locale | Unicode escapes are always converted to UTF8 characters on roundtrip | expect_identical | 10 | 15 |
1948 | test-encoding.R | test_that: can roundtrip symbols in non-UTF8 locale | Unicode escapes are always converted to UTF8 characters with env_names() | expect_identical | 21 | 21 |
1949 | test-encoding.R | test_that: can roundtrip symbols in non-UTF8 locale | dots names are converted to and from UTF-8 (#1218) | expect_equal | 35 | 35 |
1950 | test-env-binding.R | test_that: promises are created | env_bind_active() creates active bindings | expect_identical | 17 | 17 |
1951 | test-env-binding.R | test_that: promises are created | env_bind_active() creates active bindings | expect_identical | 18 | 18 |
1952 | test-env-binding.R | test_that: promises are created | env_poke() returns previous value | expect_identical | 23 | 23 |
1953 | test-env-binding.R | test_that: promises are created | env_poke() returns previous value | expect_identical | 24 | 24 |
1954 | test-env-binding.R | test_that: promises are created | env_poke() returns previous value | expect_identical | 25 | 25 |
1955 | test-env-binding.R | test_that: promises are created | env_poke() creates binding if create is TRUE |
expect_identical | 31 | 31 |
1956 | test-env-binding.R | test_that: promises are created | env_poke() creates binding if create is TRUE |
expect_error | 33 | 33 |
1957 | test-env-binding.R | test_that: promises are created | env_poke() creates binding if create is TRUE |
expect_identical | 35 | 35 |
1958 | test-env-binding.R | test_that: promises are created | env_poke() inherits from parents if inherit is TRUE |
expect_identical | 46 | 46 |
1959 | test-env-binding.R | test_that: promises are created | env_poke() inherits from parents if inherit is TRUE |
expect_error | 48 | 48 |
1960 | test-env-binding.R | test_that: promises are created | env_poke() inherits from parents if inherit is TRUE |
expect_error | 49 | 49 |
1961 | test-env-binding.R | test_that: promises are created | env_poke() inherits from parents if inherit is TRUE |
expect_identical | 52 | 52 |
1962 | test-env-binding.R | test_that: promises are created | env_get() evaluates promises and active bindings | expect_equal | 60 | 60 |
1963 | test-env-binding.R | test_that: promises are created | env_get() evaluates promises and active bindings | expect_equal | 61 | 61 |
1964 | test-env-binding.R | test_that: promises are created | env_get_list() retrieves multiple bindings | expect_identical | 66 | 66 |
1965 | test-env-binding.R | test_that: promises are created | env_get_list() retrieves multiple bindings | expect_error | 69 | 69 |
1966 | test-env-binding.R | test_that: promises are created | env_get_list() retrieves multiple bindings | expect_identical | 70 | 70 |
1967 | test-env-binding.R | test_that: promises are created | local_bindings binds temporarily | expect_identical | 82 | 82 |
1968 | test-env-binding.R | test_that: promises are created | local_bindings binds temporarily | expect_identical | 84 | 84 |
1969 | test-env-binding.R | test_that: promises are created | local_bindings binds temporarily | expect_identical | 88 | 88 |
1970 | test-env-binding.R | test_that: promises are created | local_bindings binds temporarily | expect_false | 89 | 89 |
1971 | test-env-binding.R | test_that: promises are created | local_bindings() restores in correct order | expect_identical | 97 | 97 |
1972 | test-env-binding.R | test_that: promises are created | local_bindings() restores in correct order | expect_identical | 100 | 100 |
1973 | test-env-binding.R | test_that: promises are created | local_bindings() restores in correct order | expect_identical | 103 | 103 |
1974 | test-env-binding.R | test_that: promises are created | with_bindings() evaluates with temporary bindings | expect_identical | 109 | 109 |
1975 | test-env-binding.R | test_that: promises are created | with_bindings() evaluates with temporary bindings | expect_identical | 110 | 110 |
1976 | test-env-binding.R | test_that: promises are created | env_unbind() with inherits = TRUE only removes first match |
expect_false | 118 | 118 |
1977 | test-env-binding.R | test_that: promises are created | env_unbind() with inherits = TRUE only removes first match |
expect_true | 119 | 119 |
1978 | test-env-binding.R | test_that: promises are created | env_bind() requires named elements | expect_error | 122 | 125 |
1979 | test-env-binding.R | test_that: promises are created | env_bind() requires named elements | expect_error | 124 | 124 |
1980 | test-env-binding.R | test_that: promises are created | env_bind() works with empty unnamed lists | expect_no_error | 127 | 130 |
1981 | test-env-binding.R | test_that: promises are created | env_bind() works with empty unnamed lists | expect_no_error | 129 | 129 |
1982 | test-env-binding.R | test_that: promises are created | env_names() unserialises unicode | expect_identical | 134 | 134 |
1983 | test-env-binding.R | test_that: promises are created | env_has() returns a named vector | expect_identical | 137 | 139 |
1984 | test-env-binding.R | test_that: promises are created | env_unbind() doesn’t warn if binding doesn’t exist (#177) | expect_no_warning | 141 | 143 |
1985 | test-env-binding.R | test_that: promises are created | env_get() and env_get_list() accept default value | expect_error | 148 | 148 |
1986 | test-env-binding.R | test_that: promises are created | env_get() and env_get_list() accept default value | expect_error | 149 | 149 |
1987 | test-env-binding.R | test_that: promises are created | env_get() and env_get_list() accept default value | expect_identical | 151 | 151 |
1988 | test-env-binding.R | test_that: promises are created | env_get() and env_get_list() accept default value | expect_identical | 152 | 152 |
1989 | test-env-binding.R | test_that: promises are created | env_get() without default fails | expect_snapshot | 155 | 163 |
1990 | test-env-binding.R | test_that: promises are created | env_get() without default fails | expect_error | 157 | 157 |
1991 | test-env-binding.R | test_that: promises are created | env_get() without default fails | expect_error | 158 | 158 |
1992 | test-env-binding.R | test_that: promises are created | env_get() without default fails | expect_error | 162 | 162 |
1993 | test-env-binding.R | test_that: promises are created | env_get() evaluates default lazily |
expect_equal | 165 | 167 |
1994 | test-env-binding.R | test_that: promises are created | env_bind_active() uses as_function() | expect_identical | 171 | 171 |
1995 | test-env-binding.R | test_that: promises are created | env_bind_active() and env_bind_lazy() redefine bindings | expect_identical | 178 | 178 |
1996 | test-env-binding.R | test_that: promises are created | binding predicates detect special bindings | expect_identical | 187 | 187 |
1997 | test-env-binding.R | test_that: promises are created | binding predicates detect special bindings | expect_identical | 188 | 188 |
1998 | test-env-binding.R | test_that: promises are created | binding predicates detect special bindings | expect_identical | 191 | 191 |
1999 | test-env-binding.R | test_that: promises are created | binding predicates detect special bindings | expect_identical | 194 | 194 |
2000 | test-env-binding.R | test_that: promises are created | binding predicates detect special bindings | expect_identical | 195 | 195 |
2001 | test-env-binding.R | test_that: promises are created | applies predicates to all bindings by default | expect_identical | 203 | 203 |
2002 | test-env-binding.R | test_that: promises are created | applies predicates to all bindings by default | expect_identical | 204 | 204 |
2003 | test-env-binding.R | test_that: promises are created | env_binding_are_active() doesn’t force promises | expect_no_error | 210 | 210 |
2004 | test-env-binding.R | test_that: promises are created | env_binding_are_active() doesn’t force promises | expect_identical | 211 | 211 |
2005 | test-env-binding.R | test_that: promises are created | env_binding_are_active() doesn’t force promises | expect_identical | 212 | 212 |
2006 | test-env-binding.R | test_that: promises are created | env_binding_are_active() doesn’t trigger active bindings (#1376) | expect_no_error | 218 | 218 |
2007 | test-env-binding.R | test_that: promises are created | env_binding_are_active() doesn’t trigger active bindings (#1376) | expect_identical | 219 | 219 |
2008 | test-env-binding.R | test_that: promises are created | env_binding_are_active() doesn’t trigger active bindings (#1376) | expect_identical | 220 | 220 |
2009 | test-env-binding.R | test_that: promises are created | env_binding_type_sum() detects types | expect_error | 233 | 233 |
2010 | test-env-binding.R | test_that: promises are created | env_binding_type_sum() detects types | expect_identical | 236 | 236 |
2011 | test-env-binding.R | test_that: promises are created | can lock and unlock bindings | expect_identical | 241 | 241 |
2012 | test-env-binding.R | test_that: promises are created | can lock and unlock bindings | expect_identical | 243 | 243 |
2013 | test-env-binding.R | test_that: promises are created | can lock and unlock bindings | expect_identical | 246 | 246 |
2014 | test-env-binding.R | test_that: promises are created | can lock and unlock bindings | expect_identical | 248 | 248 |
2015 | test-env-binding.R | test_that: promises are created | can lock and unlock bindings | expect_identical | 249 | 249 |
2016 | test-env-binding.R | test_that: promises are created | can pluck missing arg from environment | expect_identical | 254 | 254 |
2017 | test-env-binding.R | test_that: promises are created | can pluck missing arg from environment | expect_identical | 255 | 255 |
2018 | test-env-binding.R | test_that: promises are created | can call local_bindings() and with_bindings() without arguments | expect_no_error | 262 | 265 |
2019 | test-env-binding.R | test_that: promises are created | can call local_bindings() and with_bindings() without arguments | expect_no_error | 264 | 264 |
2020 | test-env-binding.R | test_that: promises are created | can bind missing args | expect_no_error | 270 | 270 |
2021 | test-env-binding.R | test_that: promises are created | can bind missing args | expect_identical | 271 | 271 |
2022 | test-env-binding.R | test_that: promises are created | can bind missing args | expect_no_error | 274 | 274 |
2023 | test-env-binding.R | test_that: promises are created | can bind missing args | expect_identical | 275 | 275 |
2024 | test-env-binding.R | test_that: promises are created | can remove bindings by supplying zaps | expect_no_error | 280 | 280 |
2025 | test-env-binding.R | test_that: promises are created | can remove bindings by supplying zaps | expect_identical | 284 | 284 |
2026 | test-env-binding.R | test_that: promises are created | can remove bindings by supplying zaps | expect_identical | 288 | 288 |
2027 | test-env-binding.R | test_that: promises are created | can remove bindings by supplying zaps | expect_identical | 292 | 292 |
2028 | test-env-binding.R | test_that: promises are created | can remove bindings by supplying zaps | expect_identical | 295 | 295 |
2029 | test-env-binding.R | test_that: promises are created | env_bind_lazy() supports quosures | expect_identical | 310 | 310 |
2030 | test-env-binding.R | test_that: promises are created | env_bind_lazy() supports quosures | expect_identical | 313 | 313 |
2031 | test-env-binding.R | test_that: promises are created | env_bind_active() supports quosures | expect_identical | 321 | 321 |
2032 | test-env-binding.R | test_that: promises are created | env_bind_active() supports quosures | expect_identical | 324 | 324 |
2033 | test-env-binding.R | test_that: promises are created | env_bind_lazy() supports nested quosures | expect_identical | 337 | 337 |
2034 | test-env-binding.R | test_that: promises are created | env_bind_active() supports nested quosures | expect_identical | 350 | 350 |
2035 | test-env-binding.R | test_that: promises are created | env_bind_active() supports nested quosures | expect_identical | 354 | 354 |
2036 | test-env-binding.R | test_that: promises are created | env_get() survives native encoding | expect_equal | 368 | 368 |
2037 | test-env-binding.R | test_that: promises are created | env_get() survives native encoding | expect_equal | 369 | 369 |
2038 | test-env-binding.R | test_that: promises are created |
env_binding_are_lazy() type-checks env (#923) |
expect_error | 373 | 375 |
2039 | test-env-binding.R | test_that: promises are created | env_poke() zaps (#1012) | expect_false | 380 | 380 |
2040 | test-env-binding.R | test_that: promises are created | env_poke() zaps (#1012) | expect_false | 384 | 384 |
2041 | test-env-binding.R | test_that: promises are created | env_poke() zaps (#1012) | expect_true | 385 | 385 |
2042 | test-env-binding.R | test_that: promises are created | env_poke() zaps (#1012) | expect_false | 388 | 388 |
2043 | test-env-binding.R | test_that: promises are created | env_poke() doesn’t warn when unrepresentable characters are serialised | expect_no_warning | 396 | 396 |
2044 | test-env-binding.R | test_that: promises are created | env_poke() doesn’t warn when unrepresentable characters are serialised | expect_equal | 399 | 399 |
2045 | test-env-binding.R | test_that: promises are created | new_environment() supports non-list data | expect_equal | 405 | 405 |
2046 | test-env-binding.R | test_that: promises are created | new_environment() supports non-list data | expect_equal | 406 | 406 |
2047 | test-env-binding.R | test_that: promises are created |
%<~% assigns lazily |
expect_equal | 411 | 411 |
2048 | test-env-binding.R | test_that: promises are created |
%<~% assigns lazily |
expect_error | 414 | 414 |
2049 | test-env-binding.R | test_that: promises are created |
%<~% assigns lazily |
expect_error | 418 | 418 |
2050 | test-env-binding.R | test_that: promises are created | env_get() and env_get_list() handle last argument |
expect_equal | 426 | 429 |
2051 | test-env-binding.R | test_that: promises are created | env_get() and env_get_list() handle last argument |
expect_equal | 430 | 433 |
2052 | test-env-binding.R | test_that: promises are created | env_get() and env_get_list() handle last argument |
expect_equal | 434 | 437 |
2053 | test-env-binding.R | test_that: promises are created | env_get() and env_get_list() handle last argument |
expect_equal | 439 | 442 |
2054 | test-env-binding.R | test_that: promises are created | env_get() and env_get_list() handle last argument |
expect_equal | 443 | 446 |
2055 | test-env-binding.R | test_that: promises are created | env_get() and env_get_list() handle last argument |
expect_equal | 447 | 450 |
2056 | test-env-binding.R | test_that: promises are created | env_cache() works (#1081) | expect_equal | 457 | 460 |
2057 | test-env-binding.R | test_that: promises are created | env_cache() works (#1081) | expect_equal | 463 | 466 |
2058 | test-env-binding.R | test_that: promises are created | env_cache() works (#1081) | expect_equal | 469 | 469 |
2059 | test-env-binding.R | test_that: promises are created | env_cache() works (#1081) | expect_equal | 470 | 470 |
2060 | test-env-binding.R | test_that: promises are created | env_get(last = ) checks for empty env when last is disconnected (#1208) | expect_equal | 481 | 481 |
2061 | test-env-special.R | test_that: search_envs() includes the global and base env | search_envs() returns named environments | expect_identical | 7 | 9 |
2062 | test-env-special.R | test_that: search_envs() includes the global and base env | search_envs() returns an rlang_envs object | expect_s3_class | 11 | 13 |
2063 | test-env-special.R | test_that: search_envs() includes the global and base env | is_namespace() recognises namespaces | expect_false | 15 | 18 |
2064 | test-env-special.R | test_that: search_envs() includes the global and base env | is_namespace() recognises namespaces | expect_true | 17 | 17 |
2065 | test-env-special.R | test_that: search_envs() includes the global and base env | env_name() returns proper environment name | expect_identical | 20 | 31 |
2066 | test-env-special.R | test_that: search_envs() includes the global and base env | env_name() returns proper environment name | expect_identical | 22 | 22 |
2067 | test-env-special.R | test_that: search_envs() includes the global and base env | env_name() returns proper environment name | expect_identical | 23 | 23 |
2068 | test-env-special.R | test_that: search_envs() includes the global and base env | env_name() returns proper environment name | expect_identical | 25 | 25 |
2069 | test-env-special.R | test_that: search_envs() includes the global and base env | env_name() returns proper environment name | expect_identical | 26 | 26 |
2070 | test-env-special.R | test_that: search_envs() includes the global and base env | env_name() returns proper environment name | expect_identical | 27 | 27 |
2071 | test-env-special.R | test_that: search_envs() includes the global and base env | env_name() returns proper environment name | expect_identical | 30 | 30 |
2072 | test-env-special.R | test_that: search_envs() includes the global and base env | env_label() returns memory address for anonymous envs | expect_identical | 35 | 35 |
2073 | test-env-special.R | test_that: search_envs() includes the global and base env | is_attached() detects environments on the search path | expect_false | 38 | 45 |
2074 | test-env-special.R | test_that: search_envs() includes the global and base env | is_attached() detects environments on the search path | expect_true | 40 | 40 |
2075 | test-env-special.R | test_that: search_envs() includes the global and base env | is_attached() detects environments on the search path | expect_true | 42 | 42 |
2076 | test-env-special.R | test_that: search_envs() includes the global and base env | is_attached() detects environments on the search path | expect_true | 43 | 43 |
2077 | test-env-special.R | test_that: search_envs() includes the global and base env | is_attached() detects environments on the search path | expect_false | 44 | 44 |
2078 | test-env-special.R | test_that: search_envs() includes the global and base env | ns_env() and ns_env_name() support primitive functions | expect_true | 47 | 53 |
2079 | test-env-special.R | test_that: search_envs() includes the global and base env | ns_env() and ns_env_name() support primitive functions | expect_true | 49 | 49 |
2080 | test-env-special.R | test_that: search_envs() includes the global and base env | ns_env() and ns_env_name() support primitive functions | expect_identical | 51 | 51 |
2081 | test-env-special.R | test_that: search_envs() includes the global and base env | ns_env() and ns_env_name() support primitive functions | expect_identical | 52 | 52 |
2082 | test-env-special.R | test_that: search_envs() includes the global and base env | ns_env() and ns_env_name() support closures | expect_true | 59 | 59 |
2083 | test-env-special.R | test_that: search_envs() includes the global and base env | ns_env() and ns_env_name() support closures | expect_identical | 60 | 60 |
2084 | test-env-special.R | test_that: search_envs() includes the global and base env | ns_env_name() accepts environments | expect_identical | 63 | 65 |
2085 | test-env-special.R | test_that: search_envs() includes the global and base env | ns_env() and ns_env_name() take the topenv() | expect_true | 70 | 70 |
2086 | test-env-special.R | test_that: search_envs() includes the global and base env | ns_env() and ns_env_name() take the topenv() | expect_identical | 71 | 71 |
2087 | test-env-special.R | test_that: search_envs() includes the global and base env | ns_env() and variants have default argument | expect_true | 79 | 79 |
2088 | test-env-special.R | test_that: search_envs() includes the global and base env | ns_env() and variants have default argument | expect_true | 80 | 80 |
2089 | test-env-special.R | test_that: search_envs() includes the global and base env | ns_env() and variants have default argument | expect_identical | 81 | 81 |
2090 | test-env.R | test_that: env_parent() returns enclosure frame by default | child_env() has correct parent | expect_false | 9 | 9 |
2091 | test-env.R | test_that: env_parent() returns enclosure frame by default | child_env() has correct parent | expect_identical | 13 | 13 |
2092 | test-env.R | test_that: env_parent() returns enclosure frame by default | child_env() has correct parent | expect_identical | 15 | 15 |
2093 | test-env.R | test_that: env_parent() returns enclosure frame by default | child_env() has correct parent | expect_identical | 16 | 16 |
2094 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_parent() reports correct parent | expect_identical | 22 | 22 |
2095 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_parent() reports correct parent | expect_identical | 23 | 23 |
2096 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_parent() reports correct parent | expect_error | 24 | 24 |
2097 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_tail() climbs env chain | expect_identical | 27 | 29 |
2098 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_tail() stops at the global env | expect_identical | 34 | 34 |
2099 | test-env.R | test_that: env_parent() returns enclosure frame by default | with_env() evaluates within correct environment | expect_equal | 45 | 45 |
2100 | test-env.R | test_that: env_parent() returns enclosure frame by default | locally() evaluates within correct environment | expect_identical | 51 | 51 |
2101 | test-env.R | test_that: env_parent() returns enclosure frame by default | as_environment() dispatches correctly | expect_identical | 54 | 63 |
2102 | test-env.R | test_that: env_parent() returns enclosure frame by default | as_environment() dispatches correctly | expect_false | 56 | 56 |
2103 | test-env.R | test_that: env_parent() returns enclosure frame by default | as_environment() dispatches correctly | expect_identical | 58 | 58 |
2104 | test-env.R | test_that: env_parent() returns enclosure frame by default | as_environment() dispatches correctly | expect_true | 60 | 60 |
2105 | test-env.R | test_that: env_parent() returns enclosure frame by default | as_environment() dispatches correctly | expect_identical | 61 | 61 |
2106 | test-env.R | test_that: env_parent() returns enclosure frame by default | as_environment() dispatches correctly | expect_identical | 62 | 62 |
2107 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_inherits() finds ancestor | expect_true | 67 | 67 |
2108 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_inherits() finds ancestor | expect_false | 68 | 68 |
2109 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_inherits() detects empty environment | expect_false | 71 | 74 |
2110 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_inherits() detects empty environment | expect_true | 73 | 73 |
2111 | test-env.R | test_that: env_parent() returns enclosure frame by default | env() creates child of current environment | expect_identical | 78 | 78 |
2112 | test-env.R | test_that: env_parent() returns enclosure frame by default | env() creates child of current environment | expect_identical | 79 | 79 |
2113 | test-env.R | test_that: env_parent() returns enclosure frame by default | set_env() sets current env by default | expect_identical | 84 | 84 |
2114 | test-env.R | test_that: env_parent() returns enclosure frame by default | finds correct env type | expect_identical | 87 | 91 |
2115 | test-env.R | test_that: env_parent() returns enclosure frame by default | finds correct env type | expect_identical | 89 | 89 |
2116 | test-env.R | test_that: env_parent() returns enclosure frame by default | finds correct env type | expect_identical | 90 | 90 |
2117 | test-env.R | test_that: env_parent() returns enclosure frame by default | current_env() fails if no default | expect_error | 93 | 95 |
2118 | test-env.R | test_that: env_parent() returns enclosure frame by default | current_env() picks up default | expect_identical | 99 | 99 |
2119 | test-env.R | test_that: env_parent() returns enclosure frame by default | current_env() picks up default | expect_identical | 100 | 100 |
2120 | test-env.R | test_that: env_parent() returns enclosure frame by default | with_env() handles data | expect_identical | 103 | 108 |
2121 | test-env.R | test_that: env_parent() returns enclosure frame by default | with_env() handles data | expect_identical | 107 | 107 |
2122 | test-env.R | test_that: env_parent() returns enclosure frame by default | with_env() evaluates in env | expect_identical | 112 | 112 |
2123 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_depth() counts parents | expect_identical | 115 | 118 |
2124 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_depth() counts parents | expect_identical | 117 | 117 |
2125 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_parents() returns all parents | expect_identical | 120 | 125 |
2126 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_parents() returns all parents | expect_identical | 124 | 124 |
2127 | test-env.R | test_that: env_parent() returns enclosure frame by default | env() doesn’t partial match on env_bind()’s .env | expect_true | 127 | 129 |
2128 | test-env.R | test_that: env_parent() returns enclosure frame by default | new_environment() creates a child of the empty env | expect_true | 133 | 133 |
2129 | test-env.R | test_that: env_parent() returns enclosure frame by default | new_environment() creates a child of the empty env | expect_identical | 134 | 134 |
2130 | test-env.R | test_that: env_parent() returns enclosure frame by default | new_environment() accepts empty vectors | expect_identical | 137 | 140 |
2131 | test-env.R | test_that: env_parent() returns enclosure frame by default | new_environment() accepts empty vectors | expect_identical | 139 | 139 |
2132 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_tail() detects sentinel | expect_identical | 146 | 146 |
2133 | test-env.R | test_that: env_parent() returns enclosure frame by default | as_environment() treats named strings as vectors | expect_true | 151 | 151 |
2134 | test-env.R | test_that: env_parent() returns enclosure frame by default | as_environment() treats named strings as vectors | expect_true | 152 | 152 |
2135 | test-env.R | test_that: env_parent() returns enclosure frame by default | as_environment() converts character vectors | expect_true | 157 | 157 |
2136 | test-env.R | test_that: env_parent() returns enclosure frame by default | as_environment() converts character vectors | expect_true | 158 | 158 |
2137 | test-env.R | test_that: env_parent() returns enclosure frame by default | child_env() requires named elements | expect_error | 161 | 163 |
2138 | test-env.R | test_that: env_parent() returns enclosure frame by default | env() requires named elements | expect_error | 165 | 167 |
2139 | test-env.R | test_that: env_parent() returns enclosure frame by default | env() doesn’t require uniquely named elements | expect_identical | 171 | 171 |
2140 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_clone() clones an environment | expect_false | 178 | 178 |
2141 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_clone() clones an environment | expect_reference | 179 | 179 |
2142 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_clone() clones an environment | expect_identical | 180 | 180 |
2143 | test-env.R | test_that: env_parent() returns enclosure frame by default | friendly_env_type() returns a friendly env name | expect_identical | 183 | 189 |
2144 | test-env.R | test_that: env_parent() returns enclosure frame by default | friendly_env_type() returns a friendly env name | expect_identical | 185 | 185 |
2145 | test-env.R | test_that: env_parent() returns enclosure frame by default | friendly_env_type() returns a friendly env name | expect_identical | 186 | 186 |
2146 | test-env.R | test_that: env_parent() returns enclosure frame by default | friendly_env_type() returns a friendly env name | expect_identical | 187 | 187 |
2147 | test-env.R | test_that: env_parent() returns enclosure frame by default | friendly_env_type() returns a friendly env name | expect_identical | 188 | 188 |
2148 | test-env.R | test_that: env_parent() returns enclosure frame by default | new_environment() accepts optional parent | expect_reference | 193 | 193 |
2149 | test-env.R | test_that: env_parent() returns enclosure frame by default | env() accepts one unnamed argument to specify parent | expect_reference | 198 | 198 |
2150 | test-env.R | test_that: env_parent() returns enclosure frame by default | env() accepts one unnamed argument to specify parent | expect_reference | 201 | 201 |
2151 | test-env.R | test_that: env_parent() returns enclosure frame by default | env() accepts one unnamed argument to specify parent | expect_identical | 202 | 202 |
2152 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_parents() stops at the global env by default | expect_identical | 207 | 207 |
2153 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_parents() stops at the global env by default | expect_identical | 211 | 211 |
2154 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_parents() always stops at the empty env | expect_identical | 214 | 217 |
2155 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_parents() always stops at the empty env | expect_identical | 216 | 216 |
2156 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_parents() stops at the sentinel if supplied | expect_reference | 219 | 222 |
2157 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_parents() stops at the sentinel if supplied | expect_reference | 221 | 221 |
2158 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_parents() returns a named list | expect_identical | 226 | 226 |
2159 | test-env.R | test_that: env_parent() returns enclosure frame by default | can lock environments | expect_false | 231 | 231 |
2160 | test-env.R | test_that: env_parent() returns enclosure frame by default | can lock environments | expect_false | 233 | 233 |
2161 | test-env.R | test_that: env_parent() returns enclosure frame by default | can lock environments | expect_true | 234 | 234 |
2162 | test-env.R | test_that: env_parent() returns enclosure frame by default | can lock environments | expect_true | 236 | 236 |
2163 | test-env.R | test_that: env_parent() returns enclosure frame by default | can unlock environments | expect_true | 242 | 242 |
2164 | test-env.R | test_that: env_parent() returns enclosure frame by default | can unlock environments | expect_false | 243 | 243 |
2165 | test-env.R | test_that: env_parent() returns enclosure frame by default | can unlock environments | expect_no_error | 244 | 244 |
2166 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_print() has flexible input | expect_output | 250 | 250 |
2167 | test-env.R | test_that: env_parent() returns enclosure frame by default | active and promise bindings are pretty-printed | expect_output | 257 | 257 |
2168 | test-env.R | test_that: env_parent() returns enclosure frame by default | locked environments are pretty-printed | expect_output | 262 | 262 |
2169 | test-env.R | test_that: env_parent() returns enclosure frame by default | locked environments are pretty-printed | expect_output | 264 | 264 |
2170 | test-env.R | test_that: env_parent() returns enclosure frame by default | locked bindings are pretty-printed | expect_output | 270 | 270 |
2171 | test-env.R | test_that: env_parent() returns enclosure frame by default | large environments are truncated | expect_output | 276 | 276 |
2172 | test-env.R | test_that: env_parent() returns enclosure frame by default | special names are backticked | expect_output | 281 | 281 |
2173 | test-env.R | test_that: env_parent() returns enclosure frame by default | special names are backticked | expect_output | 282 | 282 |
2174 | test-env.R | test_that: env_parent() returns enclosure frame by default | empty environment is pretty printed | expect_output | 285 | 287 |
2175 | test-env.R | test_that: env_parent() returns enclosure frame by default | envs printer: padding is added to right-align indices | expect_output | 292 | 292 |
2176 | test-env.R | test_that: env_parent() returns enclosure frame by default | envs printer: padding is added to right-align indices | expect_output | 293 | 293 |
2177 | test-env.R | test_that: env_parent() returns enclosure frame by default | envs printer: name tag is added to named elements | expect_output | 299 | 299 |
2178 | test-env.R | test_that: env_parent() returns enclosure frame by default | envs printer: name tag is added to named elements | expect_output | 300 | 300 |
2179 | test-env.R | test_that: env_parent() returns enclosure frame by default | envs printer: name tag is added to named elements | expect_output | 301 | 301 |
2180 | test-env.R | test_that: env_parent() returns enclosure frame by default | envs printer: no name tag if no named elements | expect_output | 307 | 307 |
2181 | test-env.R | test_that: env_parent() returns enclosure frame by default | envs printer: no name tag if no named elements | expect_output | 308 | 308 |
2182 | test-env.R | test_that: env_parent() returns enclosure frame by default | envs printer: no name tag if no named elements | expect_output | 311 | 311 |
2183 | test-env.R | test_that: env_parent() returns enclosure frame by default | envs printer: no name tag if no named elements | expect_output | 312 | 312 |
2184 | test-env.R | test_that: env_parent() returns enclosure frame by default | envs printer: long lists are truncated | expect_output | 318 | 318 |
2185 | test-env.R | test_that: env_parent() returns enclosure frame by default | envs printer: long lists are truncated | expect_output | 322 | 322 |
2186 | test-env.R | test_that: env_parent() returns enclosure frame by default | can print environment containing missing argument | expect_output | 327 | 327 |
2187 | test-env.R | test_that: env_parent() returns enclosure frame by default | can print environment containing missing argument | expect_output | 328 | 328 |
2188 | test-env.R | test_that: env_parent() returns enclosure frame by default | parent environment is printed with full header | expect_output | 333 | 333 |
2189 | test-env.R | test_that: env_parent() returns enclosure frame by default | environment is printed with class if any | expect_false | 339 | 339 |
2190 | test-env.R | test_that: env_parent() returns enclosure frame by default | environment is printed with class if any | expect_output | 342 | 342 |
2191 | test-env.R | test_that: env_parent() returns enclosure frame by default | environment is printed with class if any | expect_output | 345 | 345 |
2192 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_clone() handles active bindings | expect_equal | 357 | 357 |
2193 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_clone() handles active bindings | expect_equal | 360 | 360 |
2194 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_clone() doesn’t force promises | expect_equal | 373 | 373 |
2195 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_poke_parent() pokes parent | expect_reference | 379 | 379 |
2196 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_poke_parent() fails with namespaces, package envs, and locked envs | expect_error | 382 | 393 |
2197 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_poke_parent() fails with namespaces, package envs, and locked envs | expect_error | 384 | 384 |
2198 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_poke_parent() fails with namespaces, package envs, and locked envs | expect_error | 386 | 386 |
2199 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_poke_parent() fails with namespaces, package envs, and locked envs | expect_error | 387 | 387 |
2200 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_poke_parent() fails with namespaces, package envs, and locked envs | expect_error | 388 | 388 |
2201 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_poke_parent() fails with namespaces, package envs, and locked envs | expect_error | 392 | 392 |
2202 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_length() gives env length | expect_error | 395 | 399 |
2203 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_length() gives env length | expect_identical | 397 | 397 |
2204 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_length() gives env length | expect_identical | 398 | 398 |
2205 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_clone() duplicates frame | expect_false | 407 | 407 |
2206 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_clone() duplicates hash table | expect_false | 418 | 418 |
2207 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_clone() duplicates hash table | expect_false | 421 | 421 |
2208 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_clone() increases refcounts (#621) | expect_identical | 432 | 432 |
2209 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_clone() increases refcounts (#621) | expect_identical | 433 | 433 |
2210 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() merges environments | expect_equal | 442 | 442 |
2211 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() merges environments | expect_equal | 443 | 443 |
2212 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_condition | 456 | 461 |
2213 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_equal | 458 | 458 |
2214 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_condition | 462 | 465 |
2215 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_equal | 463 | 463 |
2216 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_equal | 467 | 467 |
2217 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_equal | 468 | 468 |
2218 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_equal | 469 | 469 |
2219 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_equal | 470 | 470 |
2220 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_equal | 471 | 471 |
2221 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_false | 474 | 474 |
2222 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_condition | 476 | 479 |
2223 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_equal | 477 | 477 |
2224 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_equal | 481 | 481 |
2225 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_equal | 482 | 482 |
2226 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_equal | 483 | 483 |
2227 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_coalesce() handles fancy bindings | expect_equal | 484 | 484 |
2228 | test-env.R | test_that: env_parent() returns enclosure frame by default | can subset rlang_envs list |
expect_length | 491 | 491 |
2229 | test-env.R | test_that: env_parent() returns enclosure frame by default | can subset rlang_envs list |
expect_s3_class | 492 | 492 |
2230 | test-env.R | test_that: env_parent() returns enclosure frame by default | can subset rlang_envs list |
expect_length | 495 | 495 |
2231 | test-env.R | test_that: env_parent() returns enclosure frame by default | can subset rlang_envs list |
expect_s3_class | 496 | 496 |
2232 | test-env.R | test_that: env_parent() returns enclosure frame by default | can concatenate rlang_envs lists |
expect_length | 503 | 503 |
2233 | test-env.R | test_that: env_parent() returns enclosure frame by default | can concatenate rlang_envs lists |
expect_s3_class | 504 | 504 |
2234 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_name() requires an environment | expect_error | 507 | 509 |
2235 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_unbind() removes objects | expect_false | 514 | 514 |
2236 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_unbind() removes objects | expect_true | 520 | 520 |
2237 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_unbind() removes objects | expect_false | 523 | 523 |
2238 | test-env.R | test_that: env_parent() returns enclosure frame by default | get_env() returns the base namespace for primitive functions (r-lib/downlit#32) | expect_identical | 526 | 528 |
2239 | test-env.R | test_that: env_parent() returns enclosure frame by default | can browse environments | expect_false | 532 | 532 |
2240 | test-env.R | test_that: env_parent() returns enclosure frame by default | can browse environments | expect_false | 535 | 535 |
2241 | test-env.R | test_that: env_parent() returns enclosure frame by default | can browse environments | expect_true | 536 | 536 |
2242 | test-env.R | test_that: env_parent() returns enclosure frame by default | can browse environments | expect_true | 539 | 539 |
2243 | test-env.R | test_that: env_parent() returns enclosure frame by default | can browse environments | expect_false | 540 | 540 |
2244 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_has() doesn’t force active bindings (#1292) | expect_true | 547 | 547 |
2245 | test-env.R | test_that: env_parent() returns enclosure frame by default | env_has() doesn’t force active bindings (#1292) | expect_true | 550 | 550 |
2246 | test-eval-tidy.R | test_that: accepts expressions | eval_tidy uses quosure environment | expect_equal | 12 | 12 |
2247 | test-eval-tidy.R | test_that: accepts expressions | data must be uniquely named | expect_error | 15 | 20 |
2248 | test-eval-tidy.R | test_that: accepts expressions | data must be uniquely named | expect_error | 19 | 19 |
2249 | test-eval-tidy.R | test_that: accepts expressions | can supply unnamed empty data | expect_identical | 22 | 25 |
2250 | test-eval-tidy.R | test_that: accepts expressions | can supply unnamed empty data | expect_identical | 24 | 24 |
2251 | test-eval-tidy.R | test_that: accepts expressions | looks first in data
|
expect_equal | 30 | 30 |
2252 | test-eval-tidy.R | test_that: accepts expressions | pronouns resolve ambiguity looks first in data
|
expect_equal | 36 | 36 |
2253 | test-eval-tidy.R | test_that: accepts expressions | pronouns resolve ambiguity looks first in data
|
expect_equal | 37 | 37 |
2254 | test-eval-tidy.R | test_that: accepts expressions | pronouns complain about missing values | expect_data_pronoun_error | 40 | 43 |
2255 | test-eval-tidy.R | test_that: accepts expressions | pronouns complain about missing values | expect_data_pronoun_error | 42 | 42 |
2256 | test-eval-tidy.R | test_that: accepts expressions | nested quosures look in their own env | expect_equal | 52 | 52 |
2257 | test-eval-tidy.R | test_that: accepts expressions | nested quosure thunks rechain properly in the non-data mask | expect_identical | 58 | 58 |
2258 | test-eval-tidy.R | test_that: accepts expressions | unquoted formulas can use data | expect_identical | 73 | 73 |
2259 | test-eval-tidy.R | test_that: accepts expressions | unquoted formulas can use data | expect_identical | 74 | 74 |
2260 | test-eval-tidy.R | test_that: accepts expressions | unquoted formulas can use data | expect_identical | 75 | 75 |
2261 | test-eval-tidy.R | test_that: accepts expressions | bare formulas are not evaluated | expect_identical | 80 | 80 |
2262 | test-eval-tidy.R | test_that: accepts expressions | bare formulas are not evaluated | expect_identical | 83 | 83 |
2263 | test-eval-tidy.R | test_that: accepts expressions | quosures are not evaluated if not forced | expect_identical | 93 | 93 |
2264 | test-eval-tidy.R | test_that: accepts expressions | quosures are not evaluated if not forced | expect_identical | 94 | 94 |
2265 | test-eval-tidy.R | test_that: accepts expressions | quosures are not evaluated if not forced | expect_error | 98 | 98 |
2266 | test-eval-tidy.R | test_that: accepts expressions | quosures are not evaluated if not forced | expect_error | 99 | 99 |
2267 | test-eval-tidy.R | test_that: accepts expressions | can unquote captured arguments | expect_identical | 105 | 105 |
2268 | test-eval-tidy.R | test_that: accepts expressions | can unquote captured arguments | expect_identical | 106 | 106 |
2269 | test-eval-tidy.R | test_that: accepts expressions | quosures are evaluated recursively | expect_identical | 111 | 111 |
2270 | test-eval-tidy.R | test_that: accepts expressions | quosures are evaluated recursively | expect_identical | 112 | 112 |
2271 | test-eval-tidy.R | test_that: accepts expressions | quosures have lazy semantics | expect_identical | 117 | 117 |
2272 | test-eval-tidy.R | test_that: accepts expressions | can unquote hygienically within captured arg | expect_identical | 124 | 124 |
2273 | test-eval-tidy.R | test_that: accepts expressions | can unquote hygienically within captured arg | expect_identical | 127 | 127 |
2274 | test-eval-tidy.R | test_that: accepts expressions | can unquote hygienically within captured arg | expect_identical | 128 | 128 |
2275 | test-eval-tidy.R | test_that: accepts expressions | can unquote hygienically within captured arg | expect_equal | 129 | 133 |
2276 | test-eval-tidy.R | test_that: accepts expressions | can unquote hygienically within captured arg | expect_equal | 134 | 138 |
2277 | test-eval-tidy.R | test_that: accepts expressions | can unquote for old-style NSE functions | expect_identical | 144 | 144 |
2278 | test-eval-tidy.R | test_that: accepts expressions | can unquote for old-style NSE functions | expect_identical | 145 | 145 |
2279 | test-eval-tidy.R | test_that: accepts expressions | all quosures in the call are evaluated | expect_identical | 152 | 152 |
2280 | test-eval-tidy.R | test_that: accepts expressions | two-sided formulas are not treated as quosures | expect_identical | 155 | 157 |
2281 | test-eval-tidy.R | test_that: accepts expressions | formulas are evaluated in evaluation environment | expect_false | 161 | 161 |
2282 | test-eval-tidy.R | test_that: accepts expressions | evaluation env is cleaned up | expect_identical | 168 | 168 |
2283 | test-eval-tidy.R | test_that: accepts expressions | inner formulas are rechained to evaluation env | expect_identical | 180 | 180 |
2284 | test-eval-tidy.R | test_that: accepts expressions | inner formulas are rechained to evaluation env | expect_true | 181 | 181 |
2285 | test-eval-tidy.R | test_that: accepts expressions | empty quosure self-evaluates | expect_true | 186 | 186 |
2286 | test-eval-tidy.R | test_that: accepts expressions | cannot replace elements of pronouns | expect_error | 189 | 191 |
2287 | test-eval-tidy.R | test_that: accepts expressions | formulas are not evaluated as quosures | expect_identical | 193 | 195 |
2288 | test-eval-tidy.R | test_that: accepts expressions | tilde calls are evaluated in overscope | expect_true | 203 | 203 |
2289 | test-eval-tidy.R | test_that: accepts expressions | .env pronoun refers to current quosure (#174) | expect_identical | 217 | 217 |
2290 | test-eval-tidy.R | test_that: accepts expressions | can call tilde with named arguments (#226) | expect_equal | 220 | 231 |
2291 | test-eval-tidy.R | test_that: accepts expressions | can call tilde with named arguments (#226) | expect_equal | 226 | 230 |
2292 | test-eval-tidy.R | test_that: accepts expressions | Arguments to formulas are not stripped from their attributes (#227) | expect_identical | 237 | 237 |
2293 | test-eval-tidy.R | test_that: accepts expressions | Arguments to formulas are not stripped from their attributes (#227) | expect_identical | 240 | 240 |
2294 | test-eval-tidy.R | test_that: accepts expressions | evaluating an empty quosure fails | expect_error | 243 | 245 |
2295 | test-eval-tidy.R | test_that: accepts expressions | can supply a data mask as data | expect_identical | 250 | 250 |
2296 | test-eval-tidy.R | test_that: accepts expressions | as_data_pronoun() creates pronoun | expect_s3_class | 255 | 255 |
2297 | test-eval-tidy.R | test_that: accepts expressions | as_data_pronoun() creates pronoun | expect_reference | 258 | 258 |
2298 | test-eval-tidy.R | test_that: accepts expressions | as_data_pronoun() creates pronoun | expect_true | 259 | 259 |
2299 | test-eval-tidy.R | test_that: accepts expressions | as_data_pronoun() creates pronoun | expect_data_pronoun_error | 261 | 261 |
2300 | test-eval-tidy.R | test_that: accepts expressions | as_data_pronoun() creates pronoun | expect_identical | 262 | 262 |
2301 | test-eval-tidy.R | test_that: accepts expressions | can create pronoun from a mask | expect_s3_class | 271 | 271 |
2302 | test-eval-tidy.R | test_that: accepts expressions | can create pronoun from a mask | expect_identical | 272 | 272 |
2303 | test-eval-tidy.R | test_that: accepts expressions | can create pronoun from a mask | expect_identical | 273 | 273 |
2304 | test-eval-tidy.R | test_that: accepts expressions | pronoun has print() and str() method | expect_output | 278 | 278 |
2305 | test-eval-tidy.R | test_that: accepts expressions | pronoun has print() and str() method | expect_output | 279 | 279 |
2306 | test-eval-tidy.R | test_that: accepts expressions | pronoun has print() and str() method | expect_output | 282 | 282 |
2307 | test-eval-tidy.R | test_that: accepts expressions | data mask can escape | expect_identical | 287 | 287 |
2308 | test-eval-tidy.R | test_that: accepts expressions | inner formulas are evaluated in the current frame | expect_identical | 293 | 293 |
2309 | test-eval-tidy.R | test_that: accepts expressions | inner formulas are evaluated in the current frame | expect_identical | 297 | 297 |
2310 | test-eval-tidy.R | test_that: accepts expressions | names are translated to native when creating data mask | expect_identical | 307 | 307 |
2311 | test-eval-tidy.R | test_that: accepts expressions | names are translated to native when creating data mask | expect_identical | 314 | 314 |
2312 | test-eval-tidy.R | test_that: accepts expressions | new_data_mask() checks top is a parent of bottom
|
expect_no_error | 321 | 321 |
2313 | test-eval-tidy.R | test_that: accepts expressions | new_data_mask() checks top is a parent of bottom
|
expect_error | 322 | 322 |
2314 | test-eval-tidy.R | test_that: accepts expressions | data mask inherits from last environment | expect_reference | 327 | 327 |
2315 | test-eval-tidy.R | test_that: accepts expressions | data mask inherits from last environment | expect_reference | 330 | 330 |
2316 | test-eval-tidy.R | test_that: accepts expressions | data mask inherits from last environment | expect_reference | 335 | 335 |
2317 | test-eval-tidy.R | test_that: accepts expressions | is_data_pronoun() detects pronouns | expect_true | 338 | 343 |
2318 | test-eval-tidy.R | test_that: accepts expressions | is_data_pronoun() detects pronouns | expect_true | 340 | 340 |
2319 | test-eval-tidy.R | test_that: accepts expressions | is_data_pronoun() detects pronouns | expect_false | 341 | 341 |
2320 | test-eval-tidy.R | test_that: accepts expressions | is_data_pronoun() detects pronouns | expect_false | 342 | 342 |
2321 | test-eval-tidy.R | test_that: accepts expressions | data_pronoun_name() extracts name | expect_null | 347 | 347 |
2322 | test-eval-tidy.R | test_that: accepts expressions | data_pronoun_name() extracts name | expect_null | 350 | 350 |
2323 | test-eval-tidy.R | test_that: accepts expressions | data_pronoun_name() extracts name | expect_null | 353 | 353 |
2324 | test-eval-tidy.R | test_that: accepts expressions | data_pronoun_name() extracts name | expect_identical | 355 | 355 |
2325 | test-eval-tidy.R | test_that: accepts expressions | data_pronoun_name() extracts name | expect_identical | 356 | 356 |
2326 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_equal | 368 | 368 |
2327 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_equal | 369 | 369 |
2328 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_equal | 370 | 370 |
2329 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_data_pronoun_error | 371 | 371 |
2330 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_data_pronoun_error | 372 | 372 |
2331 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_data_pronoun_error | 373 | 373 |
2332 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_data_pronoun_error | 374 | 374 |
2333 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_data_pronoun_error | 375 | 375 |
2334 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_equal | 377 | 377 |
2335 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_equal | 378 | 378 |
2336 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_equal | 379 | 379 |
2337 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_data_pronoun_error | 380 | 380 |
2338 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_data_pronoun_error | 381 | 381 |
2339 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_data_pronoun_error | 382 | 382 |
2340 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_data_pronoun_error | 383 | 383 |
2341 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_data_pronoun_error | 384 | 384 |
2342 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun walks the ancestry of environments | expect_error | 386 | 386 |
2343 | test-eval-tidy.R | test_that: accepts expressions | can inspect the exported pronoun | expect_output | 389 | 391 |
2344 | test-eval-tidy.R | test_that: accepts expressions | data pronoun doesn’t skip functions (#1061, #5608) | expect_identical | 399 | 399 |
2345 | test-eval-tidy.R | test_that: accepts expressions | leaked quosure masks are not mistaken with data masks | expect_no_error | 405 | 405 |
2346 | test-eval-tidy.R | test_that: accepts expressions | quosures look for data masks lexically | expect_identical | 416 | 416 |
2347 | test-eval-tidy.R | test_that: accepts expressions | can evaluate quosures created in the data mask without infloop | expect_identical | 421 | 421 |
2348 | test-eval-tidy.R | test_that: accepts expressions |
.env pronoun is constructed |
expect_s3_class | 426 | 426 |
2349 | test-eval-tidy.R | test_that: accepts expressions |
.env pronoun is constructed |
expect_reference | 427 | 427 |
2350 | test-eval-tidy.R | test_that: accepts expressions | the .env pronoun is not an environment |
expect_length | 432 | 432 |
2351 | test-eval-tidy.R | test_that: accepts expressions | the .env pronoun is not an environment |
expect_named | 433 | 433 |
2352 | test-eval-tidy.R | test_that: accepts expressions | subsetting .env evaluates |
expect_error | 436 | 441 |
2353 | test-eval-tidy.R | test_that: accepts expressions | subsetting .env evaluates |
expect_identical | 439 | 439 |
2354 | test-eval-tidy.R | test_that: accepts expressions | subsetting .env evaluates |
expect_identical | 440 | 440 |
2355 | test-eval-tidy.R | test_that: accepts expressions | mask inherits from env after evaluation |
expect_true | 447 | 447 |
2356 | test-eval-tidy.R | test_that: accepts expressions | can’t take the names() and length() of the .data pronoun |
expect_length | 452 | 452 |
2357 | test-eval-tidy.R | test_that: accepts expressions | can’t take the names() and length() of the .data pronoun |
expect_named | 453 | 453 |
2358 | test-eval-tidy.R | test_that: accepts expressions | eval_tidy() does not infloop when the quosure inherits from the mask | expect_identical | 459 | 459 |
2359 | test-eval-tidy.R | test_that: accepts expressions | eval_tidy() does not infloop when the quosure inherits from the mask | expect_identical | 465 | 465 |
2360 | test-eval-tidy.R | test_that: accepts expressions | .data pronoun handles promises (#908) | expect_equal | 473 | 473 |
2361 | test-eval-tidy.R | test_that: accepts expressions | can evaluate tilde in nested masks | expect_identical | 478 | 481 |
2362 | test-eval-tidy.R | test_that: accepts expressions | eval_tidy() propagates visibility | expect_visible | 484 | 488 |
2363 | test-eval-tidy.R | test_that: accepts expressions | eval_tidy() propagates visibility | expect_invisible | 486 | 486 |
2364 | test-eval-tidy.R | test_that: accepts expressions | eval_tidy() propagates visibility | expect_invisible | 487 | 487 |
2365 | test-eval-tidy.R | test_that: accepts expressions | quosures that inherit from the mask are not rechained | expect_equal | 499 | 499 |
2366 | test-eval-tidy.R | test_that: accepts expressions | quosures that inherit from the mask are not rechained | expect_equal | 502 | 502 |
2367 | test-eval-tidy.R | test_that: accepts expressions | eval_tidy() has dimnames method (#1265) | expect_equal | 505 | 510 |
2368 | test-eval-tidy.R | test_that: accepts expressions | fake pronoun fails informatively | expect_snapshot | 512 | 522 |
2369 | test-eval-tidy.R | test_that: accepts expressions | fake pronoun fails informatively | expect_error | 517 | 517 |
2370 | test-eval-tidy.R | test_that: accepts expressions | fake pronoun fails informatively | expect_error | 520 | 520 |
2371 | test-eval-tidy.R | test_that: accepts expressions |
.data pronoun fails informatively |
expect_snapshot | 530 | 554 |
2372 | test-eval-tidy.R | test_that: accepts expressions |
.data pronoun fails informatively |
expect_error | 531 | 531 |
2373 | test-eval-tidy.R | test_that: accepts expressions |
.data pronoun fails informatively |
expect_error | 532 | 532 |
2374 | test-eval-tidy.R | test_that: accepts expressions |
.data pronoun fails informatively |
expect_error | 535 | 535 |
2375 | test-eval-tidy.R | test_that: accepts expressions |
.data pronoun fails informatively |
expect_error | 538 | 538 |
2376 | test-eval-tidy.R | test_that: accepts expressions |
.data pronoun fails informatively |
expect_error | 541 | 541 |
2377 | test-eval-tidy.R | test_that: accepts expressions |
.data pronoun fails informatively |
expect_error | 544 | 544 |
2378 | test-eval-tidy.R | test_that: accepts expressions |
.data pronoun fails informatively |
expect_error | 547 | 547 |
2379 | test-eval-tidy.R | test_that: accepts expressions |
.data pronoun fails informatively |
expect_error | 550 | 550 |
2380 | test-eval-tidy.R | test_that: accepts expressions |
.data pronoun fails informatively |
expect_error | 553 | 553 |
2381 | test-eval-tidy.R | test_that: accepts expressions | supplying environment as data is deprecated | expect_warning | 563 | 563 |
2382 | test-eval-tidy.R | test_that: accepts expressions | supplying environment as data is deprecated | expect_identical | 564 | 564 |
2383 | test-eval-tidy.R | test_that: accepts expressions | supplying environment as data is deprecated | expect_error | 565 | 565 |
2384 | test-eval.R | test_that: supports tidy dots | does not inline expressions | expect_equal | 10 | 12 |
2385 | test-eval.R | test_that: supports tidy dots | inject() injects | expect_equal_ | 14 | 26 |
2386 | test-eval.R | test_that: supports tidy dots | inject() injects | expect_equal | 22 | 25 |
2387 | test-eval.R | test_that: supports tidy dots | inject() and eval_bare() propagate visibility | expect_invisible | 28 | 31 |
2388 | test-eval.R | test_that: supports tidy dots | inject() and eval_bare() propagate visibility | expect_invisible | 30 | 30 |
2389 | test-expr.R | test_that: always returns single string | can truncate lines | expect_equal | 14 | 14 |
2390 | test-expr.R | test_that: always returns single string | quotes strings | expect_equal | 20 | 23 |
2391 | test-expr.R | test_that: always returns single string | quotes strings | expect_equal | 22 | 22 |
2392 | test-expr.R | test_that: always returns single string | backquotes names | expect_equal | 25 | 27 |
2393 | test-expr.R | test_that: always returns single string | converts atomics to strings | expect_equal | 29 | 31 |
2394 | test-expr.R | test_that: always returns single string | expr_label() truncates blocks | expect_identical | 33 | 36 |
2395 | test-expr.R | test_that: always returns single string | expr_label() truncates blocks | expect_identical | 35 | 35 |
2396 | test-expr.R | test_that: always returns single string | expr_label() truncates long calls | expect_identical | 42 | 42 |
2397 | test-expr.R | test_that: always returns single string | expr_name() with symbols, calls, and literals | expect_identical | 48 | 58 |
2398 | test-expr.R | test_that: always returns single string | expr_name() with symbols, calls, and literals | expect_identical | 50 | 50 |
2399 | test-expr.R | test_that: always returns single string | expr_name() with symbols, calls, and literals | expect_identical | 51 | 51 |
2400 | test-expr.R | test_that: always returns single string | expr_name() with symbols, calls, and literals | expect_identical | 52 | 52 |
2401 | test-expr.R | test_that: always returns single string | expr_name() with symbols, calls, and literals | expect_identical | 53 | 53 |
2402 | test-expr.R | test_that: always returns single string | expr_name() with symbols, calls, and literals | expect_identical | 54 | 54 |
2403 | test-expr.R | test_that: always returns single string | expr_name() with symbols, calls, and literals | expect_identical | 55 | 55 |
2404 | test-expr.R | test_that: always returns single string | expr_name() with symbols, calls, and literals | expect_error | 56 | 56 |
2405 | test-expr.R | test_that: always returns single string | expr_name() with symbols, calls, and literals | expect_error | 57 | 57 |
2406 | test-expr.R | test_that: always returns single string | get_expr() supports closures | expect_true | 62 | 66 |
2407 | test-expr.R | test_that: always returns single string | get_expr() supports closures | expect_identical | 65 | 65 |
2408 | test-expr.R | test_that: always returns single string | set_expr() supports closures | expect_equal | 70 | 70 |
2409 | test-expr.R | test_that: always returns single string | expressions are deparsed and printed | expect_output | 73 | 76 |
2410 | test-expr.R | test_that: always returns single string | expressions are deparsed and printed | expect_identical | 75 | 75 |
2411 | test-expr.R | test_that: always returns single string | imaginary numbers with real part are not syntactic | expect_true | 78 | 82 |
2412 | test-expr.R | test_that: always returns single string | imaginary numbers with real part are not syntactic | expect_true | 80 | 80 |
2413 | test-expr.R | test_that: always returns single string | imaginary numbers with real part are not syntactic | expect_false | 81 | 81 |
2414 | test-expr.R | test_that: always returns single string | is_expression() detects non-parsable parse trees | expect_true | 84 | 88 |
2415 | test-expr.R | test_that: always returns single string | is_expression() detects non-parsable parse trees | expect_false | 86 | 86 |
2416 | test-expr.R | test_that: always returns single string | is_expression() detects non-parsable parse trees | expect_false | 87 | 87 |
2417 | test-expr.R | test_that: always returns single string | is_expression() supports missing arguments | expect_false | 90 | 93 |
2418 | test-expr.R | test_that: always returns single string | is_expression() supports missing arguments | expect_false | 92 | 92 |
2419 | test-expr.R | test_that: always returns single string | is_expression() supports quoted functions (#1499) | expect_true | 95 | 97 |
2420 | test-expr.R | test_that: always returns single string | is_expression() detects attributes (#1475) | expect_false | 101 | 101 |
2421 | test-expr.R | test_that: always returns single string | is_expression() detects attributes (#1475) | expect_false | 102 | 102 |
2422 | test-expr.R | test_that: always returns single string | is_expression() detects attributes (#1475) | expect_true | 103 | 103 |
2423 | test-expr.R | test_that: always returns single string | is_expression() detects attributes (#1475) | expect_true | 104 | 104 |
2424 | test-fn.R | test_that: new_function equivalent to regular function | prim_name() extracts names | expect_equal | 15 | 18 |
2425 | test-fn.R | test_that: new_function equivalent to regular function | prim_name() extracts names | expect_equal | 17 | 17 |
2426 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() returns closure | expect_identical | 20 | 23 |
2427 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() returns closure | expect_identical | 22 | 22 |
2428 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles primitive functions | expect_identical | 25 | 29 |
2429 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles primitive functions | expect_identical | 27 | 27 |
2430 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles primitive functions | expect_identical | 28 | 28 |
2431 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_error | 34 | 34 |
2432 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_error | 35 | 35 |
2433 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_error | 37 | 37 |
2434 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_error | 38 | 38 |
2435 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_identical | 40 | 40 |
2436 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_identical | 41 | 41 |
2437 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_identical | 42 | 42 |
2438 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_identical | 43 | 43 |
2439 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_identical | 45 | 45 |
2440 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_identical | 46 | 46 |
2441 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_identical | 47 | 47 |
2442 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_identical | 48 | 48 |
2443 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_identical | 49 | 49 |
2444 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to binary operators | expect_identical | 50 | 50 |
2445 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_error | 56 | 56 |
2446 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_error | 57 | 57 |
2447 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_error | 59 | 59 |
2448 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_error | 60 | 60 |
2449 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_identical | 62 | 62 |
2450 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_identical | 63 | 63 |
2451 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_identical | 64 | 64 |
2452 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_identical | 66 | 66 |
2453 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_identical | 67 | 67 |
2454 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_identical | 69 | 69 |
2455 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_identical | 70 | 70 |
2456 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_identical | 71 | 71 |
2457 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_identical | 72 | 72 |
2458 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_identical | 73 | 73 |
2459 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() supports base-style and purrr-style arguments to versatile operators | expect_identical | 74 | 74 |
2460 | test-fn.R | test_that: new_function equivalent to regular function | as_closure(|| ) shortcircuits |
expect_error | 80 | 80 |
2461 | test-fn.R | test_that: new_function equivalent to regular function | as_closure(|| ) shortcircuits |
expect_error | 81 | 81 |
2462 | test-fn.R | test_that: new_function equivalent to regular function | as_closure(|| ) shortcircuits |
expect_identical | 83 | 83 |
2463 | test-fn.R | test_that: new_function equivalent to regular function | as_closure(|| ) shortcircuits |
expect_identical | 84 | 84 |
2464 | test-fn.R | test_that: new_function equivalent to regular function | as_closure(|| ) shortcircuits |
expect_identical | 85 | 85 |
2465 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 88 | 124 |
2466 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 90 | 90 |
2467 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 91 | 91 |
2468 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 92 | 92 |
2469 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 93 | 93 |
2470 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_warning | 94 | 94 |
2471 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 94 | 94 |
2472 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 98 | 98 |
2473 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 102 | 102 |
2474 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 106 | 106 |
2475 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 109 | 109 |
2476 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 110 | 110 |
2477 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_error | 111 | 111 |
2478 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 116 | 116 |
2479 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 119 | 119 |
2480 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 120 | 120 |
2481 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() handles operators | expect_identical | 123 | 123 |
2482 | test-fn.R | test_that: new_function equivalent to regular function | lambda shortcut handles positional arguments | expect_identical | 126 | 128 |
2483 | test-fn.R | test_that: new_function equivalent to regular function | lambda shortcut fails with two-sided formulas | expect_error | 130 | 132 |
2484 | test-fn.R | test_that: new_function equivalent to regular function | as_function() handles strings | expect_identical | 134 | 139 |
2485 | test-fn.R | test_that: new_function equivalent to regular function | as_function() handles strings | expect_identical | 138 | 138 |
2486 | test-fn.R | test_that: new_function equivalent to regular function | fn_fmls_syms() unnames ...
|
expect_identical | 141 | 143 |
2487 | test-fn.R | test_that: new_function equivalent to regular function | fn_fmls_syms() works with functions of zero arguments | expect_identical | 145 | 147 |
2488 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() gives informative error messages on control flow primitives (#158) | expect_error | 149 | 151 |
2489 | test-fn.R | test_that: new_function equivalent to regular function | fn_fmls<- and fn_fmls_names<- change formals | expect_identical | 156 | 156 |
2490 | test-fn.R | test_that: new_function equivalent to regular function | fn_fmls<- and fn_fmls_names<- change formals | expect_identical | 159 | 159 |
2491 | test-fn.R | test_that: new_function equivalent to regular function | fn_ functions requires closures | expect_error | 164 | 164 |
2492 | test-fn.R | test_that: new_function equivalent to regular function | fn_ functions requires closures | expect_error | 165 | 165 |
2493 | test-fn.R | test_that: new_function equivalent to regular function | fn_ functions requires closures | expect_error | 166 | 166 |
2494 | test-fn.R | test_that: new_function equivalent to regular function | fn_ functions requires closures | expect_error | 167 | 167 |
2495 | test-fn.R | test_that: new_function equivalent to regular function | fn_ functions requires closures | expect_error | 168 | 168 |
2496 | test-fn.R | test_that: new_function equivalent to regular function | assignment methods preserve attributes | expect_identical | 176 | 176 |
2497 | test-fn.R | test_that: new_function equivalent to regular function | assignment methods preserve attributes | expect_identical | 180 | 180 |
2498 | test-fn.R | test_that: new_function equivalent to regular function | assignment methods preserve attributes | expect_identical | 186 | 186 |
2499 | test-fn.R | test_that: new_function equivalent to regular function | fn_body() requires a closure to extract body | expect_error | 189 | 193 |
2500 | test-fn.R | test_that: new_function equivalent to regular function | fn_body() requires a closure to extract body | expect_equal | 191 | 191 |
2501 | test-fn.R | test_that: new_function equivalent to regular function | fn_body() requires a closure to extract body | expect_equal | 192 | 192 |
2502 | test-fn.R | test_that: new_function equivalent to regular function | fn_env() requires a function to extract env | expect_error | 195 | 198 |
2503 | test-fn.R | test_that: new_function equivalent to regular function | fn_env() requires a function to extract env | expect_identical | 197 | 197 |
2504 | test-fn.R | test_that: new_function equivalent to regular function |
fn_env<- () sets environment |
expect_reference | 203 | 203 |
2505 | test-fn.R | test_that: new_function equivalent to regular function | primitive predicates work | expect_true | 206 | 211 |
2506 | test-fn.R | test_that: new_function equivalent to regular function | primitive predicates work | expect_true | 208 | 208 |
2507 | test-fn.R | test_that: new_function equivalent to regular function | primitive predicates work | expect_false | 209 | 209 |
2508 | test-fn.R | test_that: new_function equivalent to regular function | primitive predicates work | expect_false | 210 | 210 |
2509 | test-fn.R | test_that: new_function equivalent to regular function | quosures converted to functions ignore their arguments | expect_no_error | 215 | 215 |
2510 | test-fn.R | test_that: new_function equivalent to regular function | quosures converted to functions ignore their arguments | expect_identical | 215 | 215 |
2511 | test-fn.R | test_that: new_function equivalent to regular function | as_function() supports nested quosures | expect_identical | 226 | 226 |
2512 | test-fn.R | test_that: new_function equivalent to regular function | fn_body() always returns a { block |
expect_equal | 229 | 231 |
2513 | test-fn.R | test_that: new_function equivalent to regular function | as_function() adds a class to lambda functions | expect_s3_class | 235 | 235 |
2514 | test-fn.R | test_that: new_function equivalent to regular function | as_function() adds a class to lambda functions | expect_output | 236 | 236 |
2515 | test-fn.R | test_that: new_function equivalent to regular function | fn_env() returns base namespace for primitives | expect_reference | 239 | 241 |
2516 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() wrappers dispatch properly | expect_identical | 248 | 248 |
2517 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() wrappers are not masked | expect_identical | 254 | 254 |
2518 | test-fn.R | test_that: new_function equivalent to regular function | as_closure() wrappers are not masked | expect_error | 257 | 257 |
2519 | test-fn.R | test_that: new_function equivalent to regular function | arguments of closured primitives are matched by name before ... (tidyverse/purrr#411) |
expect_false | 260 | 262 |
2520 | test-fn.R | test_that: new_function equivalent to regular function | arguments of closured primitives are matched by name after ...
|
expect_true | 266 | 266 |
2521 | test-fn.R | test_that: new_function equivalent to regular function | arguments of closured primitives are matched by name after ...
|
expect_identical | 267 | 267 |
2522 | test-fn.R | test_that: new_function equivalent to regular function | transforming defused formula to function causes an informative error (#953) | expect_error | 270 | 272 |
2523 | test-fn.R | test_that: new_function equivalent to regular function | functions created from quosures with as_function() print properly | expect_equal | 276 | 276 |
2524 | test-fn.R | test_that: new_function equivalent to regular function | as_function() creates functions that respect visibility | expect_invisible | 281 | 281 |
2525 | test-fn.R | test_that: new_function equivalent to regular function | as_function() creates functions that respect visibility | expect_visible | 284 | 284 |
2526 | test-fn.R | test_that: new_function equivalent to regular function | as_function() creates functions that respect visibility | expect_invisible | 287 | 287 |
2527 | test-fn.R | test_that: new_function equivalent to regular function | as_function() creates functions that respect visibility | expect_visible | 290 | 290 |
2528 | test-fn.R | test_that: new_function equivalent to regular function | as_function() with a quosure can be serialised | expect_equal | 296 | 300 |
2529 | test-fn.R | test_that: new_function equivalent to regular function | as_function() fetches from the global env | expect_equal | 309 | 309 |
2530 | test-fn.R | test_that: new_function equivalent to regular function | as_function() has nice errors | expect_snapshot | 317 | 327 |
2531 | test-fn.R | test_that: new_function equivalent to regular function | as_function() has nice errors | expect_error | 318 | 318 |
2532 | test-fn.R | test_that: new_function equivalent to regular function | as_function() has nice errors | expect_error | 320 | 320 |
2533 | test-fn.R | test_that: new_function equivalent to regular function | as_function() has nice errors | expect_error | 322 | 322 |
2534 | test-fn.R | test_that: new_function equivalent to regular function | as_function() has nice errors | expect_error | 324 | 324 |
2535 | test-fn.R | test_that: new_function equivalent to regular function | as_function() has nice errors | expect_error | 326 | 326 |
2536 | test-fn.R | test_that: new_function equivalent to regular function | check inputs in function accessors | expect_snapshot | 330 | 336 |
2537 | test-fn.R | test_that: new_function equivalent to regular function | check inputs in function accessors | expect_error | 332 | 332 |
2538 | test-fn.R | test_that: new_function equivalent to regular function | check inputs in function accessors | expect_error | 333 | 333 |
2539 | test-fn.R | test_that: new_function equivalent to regular function | check inputs in function accessors | expect_error | 334 | 334 |
2540 | test-fn.R | test_that: new_function equivalent to regular function | closure wrapper of seq.int() works (#1468) | expect_equal | 340 | 340 |
2541 | test-fn.R | test_that: new_function equivalent to regular function | closure wrapper of seq.int() works (#1468) | expect_equal | 341 | 341 |
2542 | test-fn.R | test_that: new_function equivalent to regular function | closure wrapper of seq.int() works (#1468) | expect_equal | 342 | 342 |
2543 | test-formula.R | test_that: is_formula works | throws errors for bad inputs | expect_error | 11 | 21 |
2544 | test-formula.R | test_that: is_formula works | throws errors for bad inputs | expect_error | 13 | 13 |
2545 | test-formula.R | test_that: is_formula works | throws errors for bad inputs | expect_error | 14 | 14 |
2546 | test-formula.R | test_that: is_formula works | throws errors for bad inputs | expect_error | 16 | 16 |
2547 | test-formula.R | test_that: is_formula works | throws errors for bad inputs | expect_error | 17 | 17 |
2548 | test-formula.R | test_that: is_formula works | throws errors for bad inputs | expect_error | 18 | 18 |
2549 | test-formula.R | test_that: is_formula works | throws errors for bad inputs | expect_error | 20 | 20 |
2550 | test-formula.R | test_that: is_formula works | extracts call, name, or scalar | expect_identical | 23 | 27 |
2551 | test-formula.R | test_that: is_formula works | extracts call, name, or scalar | expect_identical | 25 | 25 |
2552 | test-formula.R | test_that: is_formula works | extracts call, name, or scalar | expect_identical | 26 | 26 |
2553 | test-formula.R | test_that: is_formula works | can replace RHS of one-sided formula | expect_equal | 36 | 36 |
2554 | test-formula.R | test_that: is_formula works | can replace both sides of two-sided formula | expect_equal | 44 | 44 |
2555 | test-formula.R | test_that: is_formula works | can remove lhs of two-sided formula | expect_equal | 51 | 51 |
2556 | test-formula.R | test_that: is_formula works | can modify environment | expect_equal | 59 | 59 |
2557 | test-formula.R | test_that: is_formula works | setting RHS preserves attributes | expect_identical | 68 | 68 |
2558 | test-formula.R | test_that: is_formula works | setting LHS preserves attributes | expect_identical | 77 | 77 |
2559 | test-formula.R | test_that: is_formula works | setting LHS preserves attributes | expect_identical | 80 | 80 |
2560 | test-formula.R | test_that: is_formula works | setting environment preserves attributes | expect_identical | 89 | 89 |
2561 | test-formula.R | test_that: is_formula works | unevaluated tilde calls are formulas | expect_true | 94 | 94 |
2562 | test-formula.R | test_that: is_formula works | unevaluated tilde calls are formulas | expect_false | 95 | 95 |
2563 | test-formula.R | test_that: is_formula works | unevaluated tilde calls are formulas | expect_true | 96 | 96 |
2564 | test-formula.R | test_that: is_formula works | unevaluated tilde calls are formulas | expect_true | 97 | 97 |
2565 | test-formula.R | test_that: is_formula works | unevaluated tilde calls are formulas | expect_false | 99 | 99 |
2566 | test-formula.R | test_that: is_formula works | unevaluated tilde calls are formulas | expect_false | 100 | 100 |
2567 | test-formula.R | test_that: is_formula works | unevaluated tilde calls are formulas | expect_true | 101 | 101 |
2568 | test-formula.R | test_that: is_formula works | unevaluated tilde calls are formulas | expect_true | 102 | 102 |
2569 | test-formula.R | test_that: is_formula works | quosures are not recognised as bare formulas | expect_false | 108 | 110 |
2570 | test-formula.R | test_that: is_formula works | lhs is inspected | expect_true | 112 | 120 |
2571 | test-formula.R | test_that: is_formula works | lhs is inspected | expect_false | 115 | 115 |
2572 | test-formula.R | test_that: is_formula works | lhs is inspected | expect_true | 116 | 116 |
2573 | test-formula.R | test_that: is_formula works | lhs is inspected | expect_true | 118 | 118 |
2574 | test-formula.R | test_that: is_formula works | lhs is inspected | expect_false | 119 | 119 |
2575 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() supports matrices and arrays (#141) | expect_true | 13 | 22 |
2576 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() supports matrices and arrays (#141) | expect_true | 15 | 15 |
2577 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() supports matrices and arrays (#141) | expect_true | 17 | 17 |
2578 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() supports matrices and arrays (#141) | expect_true | 18 | 18 |
2579 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() supports matrices and arrays (#141) | expect_true | 20 | 20 |
2580 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() supports matrices and arrays (#141) | expect_true | 21 | 21 |
2581 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() supports missing arguments | expect_equal | 24 | 26 |
2582 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 28 | 120 |
2583 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 35 | 40 |
2584 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 41 | 46 |
2585 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 47 | 52 |
2586 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 53 | 58 |
2587 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 60 | 65 |
2588 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 66 | 71 |
2589 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 73 | 78 |
2590 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 79 | 84 |
2591 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 85 | 90 |
2592 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 91 | 96 |
2593 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 98 | 103 |
2594 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 104 | 109 |
2595 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_equal | 111 | 116 |
2596 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_true | 118 | 118 |
2597 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles scalars | expect_true | 119 | 119 |
2598 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles empty vectors | expect_equal | 122 | 165 |
2599 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles empty vectors | expect_equal | 129 | 134 |
2600 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles empty vectors | expect_equal | 135 | 140 |
2601 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles empty vectors | expect_equal | 141 | 146 |
2602 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles empty vectors | expect_equal | 147 | 152 |
2603 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles empty vectors | expect_equal | 153 | 158 |
2604 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles empty vectors | expect_equal | 159 | 164 |
2605 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles NULL | expect_true | 167 | 170 |
2606 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles NULL | expect_snapshot | 169 | 169 |
2607 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles NULL | expect_error | 169 | 169 |
2608 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles NaN and infinities | expect_equal | 172 | 197 |
2609 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles NaN and infinities | expect_equal | 179 | 184 |
2610 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles NaN and infinities | expect_equal | 185 | 190 |
2611 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | obj_type_friendly() handles NaN and infinities | expect_equal | 191 | 196 |
2612 | test-friendly-type.R | test_that: obj_type_friendly() supports objects | long strings are truncated | expect_equal | 199 | 204 |
2613 | test-hash.R | test_that: simple hashes with no ALTREP and no attributes are reproducible | hash_file() errors if the file doesn’t exist | expect_error | 8 | 10 |
2614 | test-hash.R | test_that: simple hashes with no ALTREP and no attributes are reproducible | hash_file() works for 0 length input | expect_identical | 12 | 14 |
2615 | test-hash.R | test_that: simple hashes with no ALTREP and no attributes are reproducible | hash_file() has known fixed value for empty files | expect_identical | 22 | 22 |
2616 | test-hash.R | test_that: simple hashes with no ALTREP and no attributes are reproducible | hash_file() results change as more data is written to the file | expect_true | 33 | 33 |
2617 | test-hash.R | test_that: simple hashes with no ALTREP and no attributes are reproducible | hash_file()’s internal state is reset between files | expect_identical | 47 | 47 |
2618 | test-hash.R | test_that: simple hashes with no ALTREP and no attributes are reproducible | hash_file()’s internal state is reset between files | expect_identical | 48 | 48 |
2619 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | signal_soft_deprecated() warns when called from package being tested | expect_warning | 28 | 28 |
2620 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | signal_soft_deprecated() warns when option is set | expect_warning | 33 | 35 |
2621 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | warn_deprecated() repeats warnings when option is set | expect_warning | 44 | 44 |
2622 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | warn_deprecated() repeats warnings when option is set | expect_warning | 45 | 45 |
2623 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | warn_deprecated() repeats warnings when option is set | expect_no_warning | 47 | 47 |
2624 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | warn_deprecated() repeats warnings when option is set | expect_no_warning | 48 | 48 |
2625 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | warn_deprecated() repeats warnings when option is set | expect_warning | 51 | 51 |
2626 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | warn_deprecated() repeats warnings when option is set | expect_warning | 52 | 52 |
2627 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | lifecycle warnings helper enable warnings | expect_warning | 64 | 64 |
2628 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | lifecycle warnings helper enable warnings | expect_warning | 65 | 65 |
2629 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | lifecycle warnings helper enable warnings | expect_warning | 66 | 66 |
2630 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | lifecycle warnings helper enable warnings | expect_warning | 67 | 67 |
2631 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | can disable lifecycle warnings | expect_no_warning | 80 | 80 |
2632 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | can disable lifecycle warnings | expect_no_warning | 81 | 81 |
2633 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | can promote lifecycle warnings to errors | expect_defunct | 86 | 86 |
2634 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | can promote lifecycle warnings to errors | expect_defunct | 87 | 87 |
2635 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | can enable warnings and errors with with_ helpers |
expect_warning | 90 | 94 |
2636 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | can enable warnings and errors with with_ helpers |
expect_defunct | 92 | 92 |
2637 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | can enable warnings and errors with with_ helpers |
expect_no_warning | 93 | 93 |
2638 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | soft-deprecation warnings are issued when called from child of global env as well | expect_warning | 98 | 98 |
2639 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | once-per-session note is not displayed on repeated warnings | expect_true | 103 | 103 |
2640 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | once-per-session note is not displayed on repeated warnings | expect_false | 108 | 108 |
2641 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | inputs are type checked | expect_error | 111 | 116 |
2642 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | inputs are type checked | expect_error | 113 | 113 |
2643 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | inputs are type checked | expect_error | 114 | 114 |
2644 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | inputs are type checked | expect_error | 115 | 115 |
2645 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | lifecycle signallers support character vectors | expect_defunct | 120 | 120 |
2646 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | lifecycle signallers support character vectors | expect_defunct | 121 | 121 |
2647 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | lifecycle signallers support character vectors | expect_defunct | 122 | 122 |
2648 | test-lifecycle.R | test_that: signal_soft_deprecated() warns when called from global env | the topenv of the empty env is not the global env | expect_silent | 125 | 127 |
2649 | test-names.R | quiet | unique_names() handles unnamed vectors | expect_equal | 3 | 5 |
2650 | test-names.R | quiet | names_as_unique() is a no-op when no repairs are needed | expect_true | 10 | 10 |
2651 | test-names.R | quiet | names_as_unique() is a no-op when no repairs are needed | expect_equal | 11 | 11 |
2652 | test-names.R | quiet | names_as_unique() eliminates emptiness and duplication | expect_equal | 14 | 23 |
2653 | test-names.R | quiet | names_as_unique() eliminates emptiness and duplication | expect_equal | 19 | 22 |
2654 | test-names.R | quiet | names_as_unique(): solo empty or NA gets suffix | expect_equal | 25 | 28 |
2655 | test-names.R | quiet | names_as_unique(): solo empty or NA gets suffix | expect_equal | 27 | 27 |
2656 | test-names.R | quiet | names_as_unique() treats ellipsis like empty string | expect_equal | 30 | 32 |
2657 | test-names.R | quiet | two_three_dots() does its job and no more | expect_equal | 40 | 40 |
2658 | test-names.R | quiet | two_three_dots() does its job and no more | expect_equal | 42 | 42 |
2659 | test-names.R | quiet | two dots then number treated like three dots then number | expect_equal | 45 | 47 |
2660 | test-names.R | quiet | names_as_unique() strips positional suffixes, re-applies as needed | expect_equal | 51 | 51 |
2661 | test-names.R | quiet | names_as_unique() strips positional suffixes, re-applies as needed | expect_equal | 53 | 53 |
2662 | test-names.R | quiet | names_as_unique() strips positional suffixes, re-applies as needed | expect_equal | 54 | 54 |
2663 | test-names.R | quiet | names_as_unique() strips positional suffixes, re-applies as needed | expect_equal | 55 | 55 |
2664 | test-names.R | quiet | names_as_unique() strips positional suffixes, re-applies as needed | expect_equal | 56 | 56 |
2665 | test-names.R | quiet | names_as_unique() strips positional suffixes, re-applies as needed | expect_equal | 57 | 57 |
2666 | test-names.R | quiet | names_as_unique() is idempotent | expect_equal | 62 | 62 |
2667 | test-names.R | quiet | unique-ification has an ‘algebraic’-y property | expect_equal | 81 | 81 |
2668 | test-names.R | quiet | unique-ification has an ‘algebraic’-y property | expect_equal | 82 | 82 |
2669 | test-names.R | quiet | unique-ification has an ‘algebraic’-y property | expect_equal | 83 | 83 |
2670 | test-names.R | quiet | names_as_unique() are verbose or silent | expect_message | 88 | 88 |
2671 | test-names.R | quiet | names_as_unique() are verbose or silent | expect_message | 89 | 89 |
2672 | test-names.R | quiet | names with only duplicates are repaired | expect_equal | 92 | 94 |
2673 | test-names.R | quiet | names_as_unique() handles encodings | expect_equal | 99 | 99 |
2674 | test-names.R | quiet | names_as_unique() handles encodings | expect_equal | 100 | 100 |
2675 | test-names.R | quiet | names_inform_repair() signals classed messages | expect_message | 105 | 105 |
2676 | test-names.R | quiet | names_inform_repair() can be silenced by rlib_name_repair_verbosity
|
expect_message | 110 | 110 |
2677 | test-names.R | quiet |
rlib_name_repair_verbosity is validated |
expect_error | 115 | 115 |
2678 | test-names.R | quiet |
rlib_name_repair_verbosity is validated |
expect_error | 118 | 118 |
2679 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 13 | 13 |
2680 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 14 | 14 |
2681 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 15 | 15 |
2682 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 16 | 16 |
2683 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 17 | 17 |
2684 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 18 | 18 |
2685 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 19 | 19 |
2686 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 22 | 22 |
2687 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 25 | 25 |
2688 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 28 | 28 |
2689 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 31 | 31 |
2690 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 34 | 34 |
2691 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 37 | 37 |
2692 | test-node.R | test_that: node() creates a pairlist node | node getters and pokers work | expect_identical | 40 | 40 |
2693 | test-node.R | test_that: node() creates a pairlist node | node_tree_clone() clones all nodes | expect_false | 48 | 48 |
2694 | test-node.R | test_that: node() creates a pairlist node | node_tree_clone() clones all nodes | expect_true | 51 | 51 |
2695 | test-node.R | test_that: node() creates a pairlist node | node_tree_clone() clones all nodes | expect_false | 55 | 55 |
2696 | test-node.R | test_that: node() creates a pairlist node | node_tree_clone() clones all nodes | expect_false | 60 | 60 |
2697 | test-node.R | test_that: node() creates a pairlist node | node_tree_clone() clones all nodes | expect_true | 65 | 65 |
2698 | test-node.R | test_that: node() creates a pairlist node | pairlist predicates detect pairlists | expect_true | 72 | 72 |
2699 | test-node.R | test_that: node() creates a pairlist node | pairlist predicates detect pairlists | expect_true | 74 | 74 |
2700 | test-node.R | test_that: node() creates a pairlist node | pairlist predicates detect pairlists | expect_true | 75 | 75 |
2701 | test-node.R | test_that: node() creates a pairlist node | pairlist predicates detect pairlists | expect_true | 77 | 77 |
2702 | test-node.R | test_that: node() creates a pairlist node | pairlist predicates detect pairlists | expect_true | 78 | 78 |
2703 | test-node.R | test_that: node() creates a pairlist node | pairlist2() converts to pairlist | expect_identical_ | 81 | 90 |
2704 | test-node.R | test_that: node() creates a pairlist node | pairlist2() converts to pairlist | expect_identical_ | 83 | 83 |
2705 | test-node.R | test_that: node() creates a pairlist node | pairlist2() converts to pairlist | expect_identical_ | 89 | 89 |
2706 | test-node.R | test_that: node() creates a pairlist node | pairlist2() duplicates spliced pairlists | expect_identical | 95 | 95 |
2707 | test-node.R | test_that: node() creates a pairlist node | pairlist2() preserves empty arguments | expect_identical | 98 | 100 |
2708 | test-node.R | test_that: node() creates a pairlist node | pairlist2() supports splice boxes | expect_identical | 102 | 104 |
2709 | test-node.R | test_that: node() creates a pairlist node | pairlist2() supports empty spliced vectors | expect_null_ | 106 | 110 |
2710 | test-node.R | test_that: node() creates a pairlist node | pairlist2() supports empty spliced vectors | expect_null_ | 108 | 108 |
2711 | test-node.R | test_that: node() creates a pairlist node | pairlist2() supports empty spliced vectors | expect_null_ | 109 | 109 |
2712 | test-nse-defuse.R | test_that: quos() creates quosures | quos() captures correct environment | expect_identical | 13 | 13 |
2713 | test-nse-defuse.R | test_that: quos() creates quosures | quos() captures correct environment | expect_identical | 14 | 14 |
2714 | test-nse-defuse.R | test_that: quos() creates quosures | quos() captures correct environment | expect_identical | 15 | 15 |
2715 | test-nse-defuse.R | test_that: quos() creates quosures | dots are interpolated | expect_identical | 37 | 37 |
2716 | test-nse-defuse.R | test_that: quos() creates quosures | dots are interpolated | expect_identical | 38 | 38 |
2717 | test-nse-defuse.R | test_that: quos() creates quosures | dots capture is stack-consistent | expect_identical | 51 | 51 |
2718 | test-nse-defuse.R | test_that: quos() creates quosures | dots can be spliced in | expect_identical | 73 | 73 |
2719 | test-nse-defuse.R | test_that: quos() creates quosures | spliced dots are wrapped in formulas | expect_identical | 78 | 78 |
2720 | test-nse-defuse.R | test_that: quos() creates quosures | dot names are interpolated | expect_identical | 83 | 83 |
2721 | test-nse-defuse.R | test_that: quos() creates quosures | dot names are interpolated | expect_identical | 84 | 84 |
2722 | test-nse-defuse.R | test_that: quos() creates quosures | dot names are interpolated | expect_identical | 87 | 87 |
2723 | test-nse-defuse.R | test_that: quos() creates quosures | corner cases are handled when interpolating dot names | expect_identical | 92 | 92 |
2724 | test-nse-defuse.R | test_that: quos() creates quosures | corner cases are handled when interpolating dot names | expect_snapshot | 95 | 98 |
2725 | test-nse-defuse.R | test_that: quos() creates quosures | corner cases are handled when interpolating dot names | expect_error | 96 | 96 |
2726 | test-nse-defuse.R | test_that: quos() creates quosures | corner cases are handled when interpolating dot names | expect_error | 97 | 97 |
2727 | test-nse-defuse.R | test_that: quos() creates quosures | dots are forwarded to named arguments | expect_identical | 107 | 107 |
2728 | test-nse-defuse.R | test_that: quos() creates quosures | pronouns are scoped throughout nested captures | expect_identical | 117 | 117 |
2729 | test-nse-defuse.R | test_that: quos() creates quosures | Can supply := with LHS even if .named = TRUE | expect_warning | 120 | 124 |
2730 | test-nse-defuse.R | test_that: quos() creates quosures | Can supply := with LHS even if .named = TRUE | expect_identical | 121 | 123 |
2731 | test-nse-defuse.R | test_that: quos() creates quosures | Can’t supply both = and :=
|
expect_error | 126 | 129 |
2732 | test-nse-defuse.R | test_that: quos() creates quosures | Can’t supply both = and :=
|
expect_error | 128 | 128 |
2733 | test-nse-defuse.R | test_that: quos() creates quosures | RHS of tidy defs are unquoted | expect_identical | 131 | 133 |
2734 | test-nse-defuse.R | test_that: quos() creates quosures | can capture empty list of dots | expect_identical | 137 | 137 |
2735 | test-nse-defuse.R | test_that: quos() creates quosures | quosures are spliced before serialisation | expect_identical | 142 | 142 |
2736 | test-nse-defuse.R | test_that: quos() creates quosures | missing arguments are captured | expect_true | 147 | 147 |
2737 | test-nse-defuse.R | test_that: quos() creates quosures | missing arguments are captured | expect_identical | 148 | 148 |
2738 | test-nse-defuse.R | test_that: quos() creates quosures | empty quosures are forwarded | expect_identical | 154 | 154 |
2739 | test-nse-defuse.R | test_that: quos() creates quosures | quos() captures missing arguments | expect_identical | 157 | 159 |
2740 | test-nse-defuse.R | test_that: quos() creates quosures | quos() ignores missing arguments | expect_identical | 161 | 164 |
2741 | test-nse-defuse.R | test_that: quos() creates quosures | quos() ignores missing arguments | expect_identical | 163 | 163 |
2742 | test-nse-defuse.R | test_that: quos() creates quosures | quosured literals are forwarded as is | expect_identical | 166 | 169 |
2743 | test-nse-defuse.R | test_that: quos() creates quosures | quosured literals are forwarded as is | expect_identical | 168 | 168 |
2744 | test-nse-defuse.R | test_that: quos() creates quosures | expr() returns missing argument | expect_true | 171 | 173 |
2745 | test-nse-defuse.R | test_that: quos() creates quosures | expr() supports forwarded arguments | expect_identical | 178 | 178 |
2746 | test-nse-defuse.R | test_that: quos() creates quosures | can take forced arguments | expect_identical | 186 | 186 |
2747 | test-nse-defuse.R | test_that: quos() creates quosures | can take forced arguments | expect_error | 191 | 191 |
2748 | test-nse-defuse.R | test_that: quos() creates quosures | can take forced arguments | expect_identical | 194 | 194 |
2749 | test-nse-defuse.R | test_that: quos() creates quosures | capturing an argument that doesn’t exist fails | expect_error | 199 | 199 |
2750 | test-nse-defuse.R | test_that: quos() creates quosures | capturing an argument that doesn’t exist fails | expect_error | 202 | 202 |
2751 | test-nse-defuse.R | test_that: quos() creates quosures | capturing an argument that doesn’t exist fails | expect_error | 205 | 205 |
2752 | test-nse-defuse.R | test_that: quos() creates quosures | capturing an argument that doesn’t exist fails | expect_error | 207 | 207 |
2753 | test-nse-defuse.R | test_that: quos() creates quosures | can capture arguments across ancestry | expect_identical | 213 | 213 |
2754 | test-nse-defuse.R | test_that: quos() creates quosures | can capture arguments that do exist | expect_identical | 221 | 221 |
2755 | test-nse-defuse.R | test_that: quos() creates quosures | can capture missing argument | expect_identical | 224 | 226 |
2756 | test-nse-defuse.R | test_that: quos() creates quosures | serialised unicode in := LHS is unserialised |
expect_identical | 233 | 233 |
2757 | test-nse-defuse.R | test_that: quos() creates quosures | exprs() supports auto-naming | expect_identical | 236 | 238 |
2758 | test-nse-defuse.R | test_that: quos() creates quosures | dots_interp() supports unquoting | expect_identical | 240 | 245 |
2759 | test-nse-defuse.R | test_that: quos() creates quosures | dots_interp() supports unquoting | expect_identical | 242 | 242 |
2760 | test-nse-defuse.R | test_that: quos() creates quosures | dots_interp() supports unquoting | expect_identical | 243 | 243 |
2761 | test-nse-defuse.R | test_that: quos() creates quosures | dots_interp() supports unquoting | expect_identical | 244 | 244 |
2762 | test-nse-defuse.R | test_that: quos() creates quosures | dots_interp() has no side effect | expect_identical | 249 | 249 |
2763 | test-nse-defuse.R | test_that: quos() creates quosures | dots_interp() has no side effect | expect_identical | 250 | 250 |
2764 | test-nse-defuse.R | test_that: quos() creates quosures | exprs() handles forced arguments | expect_identical | 258 | 258 |
2765 | test-nse-defuse.R | test_that: quos() creates quosures | exprs() handles forced arguments | expect_identical | 259 | 259 |
2766 | test-nse-defuse.R | test_that: quos() creates quosures | quos() handles forced arguments | expect_identical | 267 | 267 |
2767 | test-nse-defuse.R | test_that: quos() creates quosures | quos() handles forced arguments | expect_identical | 268 | 268 |
2768 | test-nse-defuse.R | test_that: quos() creates quosures | enexpr() and enquo() handle forced arguments | expect_identical | 273 | 273 |
2769 | test-nse-defuse.R | test_that: quos() creates quosures | enexpr() and enquo() handle forced arguments | expect_identical | 274 | 274 |
2770 | test-nse-defuse.R | test_that: quos() creates quosures | enexpr() and enquo() handle forced arguments | expect_identical | 279 | 279 |
2771 | test-nse-defuse.R | test_that: quos() creates quosures | enexpr() and enquo() handle forced arguments | expect_identical | 280 | 280 |
2772 | test-nse-defuse.R | test_that: quos() creates quosures | default arguments are properly captured (#201) | expect_identical | 285 | 285 |
2773 | test-nse-defuse.R | test_that: quos() creates quosures | default arguments are properly captured (#201) | expect_identical | 291 | 291 |
2774 | test-nse-defuse.R | test_that: quos() creates quosures | names-unquoting can be switched off | expect_identical | 298 | 298 |
2775 | test-nse-defuse.R | test_that: quos() creates quosures | names-unquoting can be switched off | expect_identical | 299 | 299 |
2776 | test-nse-defuse.R | test_that: quos() creates quosures | names-unquoting can be switched off | expect_identical | 301 | 301 |
2777 | test-nse-defuse.R | test_that: quos() creates quosures | names-unquoting can be switched off | expect_identical | 302 | 302 |
2778 | test-nse-defuse.R | test_that: quos() creates quosures | endots() captures arguments | expect_identical | 308 | 308 |
2779 | test-nse-defuse.R | test_that: quos() creates quosures | endots() captures arguments | expect_identical | 312 | 312 |
2780 | test-nse-defuse.R | test_that: quos() creates quosures | endots() requires symbols | expect_error | 315 | 323 |
2781 | test-nse-defuse.R | test_that: quos() creates quosures | endots() requires symbols | expect_error | 317 | 317 |
2782 | test-nse-defuse.R | test_that: quos() creates quosures | endots() requires symbols | expect_error | 318 | 318 |
2783 | test-nse-defuse.R | test_that: quos() creates quosures | endots() requires symbols | expect_error | 320 | 320 |
2784 | test-nse-defuse.R | test_that: quos() creates quosures | endots() requires symbols | expect_error | 321 | 321 |
2785 | test-nse-defuse.R | test_that: quos() creates quosures | endots() requires symbols | expect_error | 322 | 322 |
2786 | test-nse-defuse.R | test_that: quos() creates quosures | endots() returns a named list | expect_identical | 328 | 328 |
2787 | test-nse-defuse.R | test_that: quos() creates quosures | endots() returns a named list | expect_identical | 330 | 330 |
2788 | test-nse-defuse.R | test_that: quos() creates quosures | endots() returns a named list | expect_identical | 334 | 334 |
2789 | test-nse-defuse.R | test_that: quos() creates quosures | endots() returns a named list | expect_identical | 336 | 336 |
2790 | test-nse-defuse.R | test_that: quos() creates quosures | endots() captures missing arguments | expect_identical | 342 | 342 |
2791 | test-nse-defuse.R | test_that: quos() creates quosures | endots() captures missing arguments | expect_identical | 344 | 344 |
2792 | test-nse-defuse.R | test_that: quos() creates quosures | endots() captures missing arguments | expect_identical | 348 | 348 |
2793 | test-nse-defuse.R | test_that: quos() creates quosures | endots() captures missing arguments | expect_identical | 350 | 350 |
2794 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .named
|
expect_identical | 356 | 356 |
2795 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .named
|
expect_identical | 360 | 360 |
2796 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .unquote_names
|
expect_identical | 366 | 366 |
2797 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .unquote_names
|
expect_identical | 368 | 368 |
2798 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .unquote_names
|
expect_identical | 372 | 372 |
2799 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .unquote_names
|
expect_identical | 374 | 374 |
2800 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .ignore_empty
|
expect_identical | 380 | 380 |
2801 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .ignore_empty
|
expect_identical | 382 | 382 |
2802 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .ignore_empty
|
expect_identical | 386 | 386 |
2803 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .ignore_empty
|
expect_identical | 388 | 388 |
2804 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .ignore_null (#1450) |
expect_identical | 394 | 394 |
2805 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .ignore_null (#1450) |
expect_identical | 395 | 395 |
2806 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .ignore_null (#1450) |
expect_identical | 396 | 396 |
2807 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .ignore_null (#1450) |
expect_identical | 399 | 399 |
2808 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .ignore_null (#1450) |
expect_identical | 402 | 402 |
2809 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .ignore_null (#1450) |
expect_identical | 406 | 406 |
2810 | test-nse-defuse.R | test_that: quos() creates quosures | endots() supports .ignore_null (#1450) |
expect_identical | 409 | 409 |
2811 | test-nse-defuse.R | test_that: quos() creates quosures | ensyms() captures multiple symbols | expect_identical | 414 | 414 |
2812 | test-nse-defuse.R | test_that: quos() creates quosures | ensyms() captures multiple symbols | expect_snapshot | 415 | 415 |
2813 | test-nse-defuse.R | test_that: quos() creates quosures | enquos() works with lexically scoped dots | expect_identical | 422 | 422 |
2814 | test-nse-defuse.R | test_that: quos() creates quosures | enquo() works with lexically scoped arguments | expect_identical | 429 | 429 |
2815 | test-nse-defuse.R | test_that: quos() creates quosures | closures are captured with their calling environment | expect_reference | 432 | 434 |
2816 | test-nse-defuse.R | test_that: quos() creates quosures | the missing argument is captured | expect_equal_ | 436 | 454 |
2817 | test-nse-defuse.R | test_that: quos() creates quosures | the missing argument is captured | expect_equal_ | 449 | 453 |
2818 | test-nse-defuse.R | test_that: quos() creates quosures | missing names are forwarded | expect_identical_ | 458 | 458 |
2819 | test-nse-defuse.R | test_that: quos() creates quosures | auto-naming uses type_sum() (#573) | expect_named | 461 | 466 |
2820 | test-nse-defuse.R | test_that: quos() creates quosures | auto-naming uses type_sum() (#573) | expect_named | 465 | 465 |
2821 | test-nse-defuse.R | test_that: quos() creates quosures | auto-naming supports the .data pronoun | expect_named | 470 | 470 |
2822 | test-nse-defuse.R | test_that: quos() creates quosures | enexprs() and enquos() support .ignore_empty = 'all' (#414) |
expect_identical | 475 | 475 |
2823 | test-nse-defuse.R | test_that: quos() creates quosures | enexprs() and enquos() support .ignore_empty = 'all' (#414) |
expect_identical | 476 | 476 |
2824 | test-nse-defuse.R | test_that: quos() creates quosures | enexprs() and enquos() support .ignore_empty = 'all' (#414) |
expect_identical | 477 | 477 |
2825 | test-nse-defuse.R | test_that: quos() creates quosures | enexprs() and enquos() support .ignore_empty = 'all' (#414) |
expect_identical | 480 | 480 |
2826 | test-nse-defuse.R | test_that: quos() creates quosures | enexprs() and enquos() support .ignore_empty = 'all' (#414) |
expect_identical | 481 | 481 |
2827 | test-nse-defuse.R | test_that: quos() creates quosures | enexprs() and enquos() support .ignore_empty = 'all' (#414) |
expect_identical | 482 | 482 |
2828 | test-nse-defuse.R | test_that: quos() creates quosures |
enquos() does not discard named missing arguments (#1229) |
expect_equal | 487 | 490 |
2829 | test-nse-defuse.R | test_that: quos() creates quosures |
enquos() does not discard named missing arguments (#1229) |
expect_equal | 491 | 494 |
2830 | test-nse-defuse.R | test_that: quos() creates quosures | enexprs() and enquos() support empty dots | expect_identical | 499 | 499 |
2831 | test-nse-defuse.R | test_that: quos() creates quosures | enexprs() and enquos() support empty dots | expect_identical | 500 | 500 |
2832 | test-nse-defuse.R | test_that: quos() creates quosures | enexprs() and enquos() support empty dots | expect_identical | 501 | 501 |
2833 | test-nse-defuse.R | test_that: quos() creates quosures | enexprs() and enquos() support empty dots | expect_identical | 504 | 504 |
2834 | test-nse-defuse.R | test_that: quos() creates quosures | enexprs() and enquos() support empty dots | expect_identical | 505 | 505 |
2835 | test-nse-defuse.R | test_that: quos() creates quosures | enexprs() and enquos() support empty dots | expect_identical | 506 | 506 |
2836 | test-nse-defuse.R | test_that: quos() creates quosures | supplying !!! with a name warns |
expect_no_warning_ | 511 | 511 |
2837 | test-nse-defuse.R | test_that: quos() creates quosures | supplying !!! with a name warns |
expect_defunct | 512 | 512 |
2838 | test-nse-defuse.R | test_that: quos() creates quosures | ensym() unwraps quosures | expect_identical | 517 | 517 |
2839 | test-nse-defuse.R | test_that: quos() creates quosures | ensym() unwraps quosures | expect_identical | 518 | 518 |
2840 | test-nse-defuse.R | test_that: quos() creates quosures | ensym() unwraps quosures | expect_snapshot | 519 | 519 |
2841 | test-nse-defuse.R | test_that: quos() creates quosures | ensyms() unwraps quosures | expect_identical | 524 | 524 |
2842 | test-nse-defuse.R | test_that: quos() creates quosures | ensyms() unwraps quosures | expect_snapshot | 525 | 525 |
2843 | test-nse-defuse.R | test_that: quos() creates quosures | enquo0() and enquos0() capture arguments without injection | expect_equal | 530 | 533 |
2844 | test-nse-defuse.R | test_that: quos() creates quosures | enquo0() and enquos0() capture arguments without injection | expect_equal_ | 536 | 539 |
2845 | test-nse-defuse.R | test_that: quos() creates quosures | enquo0() and enquos0() don’t rewrap quosures | expect_equal | 545 | 545 |
2846 | test-nse-defuse.R | test_that: quos() creates quosures | enquo0() and enquos0() don’t rewrap quosures | expect_equal | 549 | 549 |
2847 | test-nse-defuse.R | test_that: quos() creates quosures | enquo() defuses numbered dots (#1137) | expect_error | 554 | 557 |
2848 | test-nse-defuse.R | test_that: quos() creates quosures | enquo() defuses numbered dots (#1137) | expect_error | 560 | 563 |
2849 | test-nse-defuse.R | test_that: quos() creates quosures | enquo() defuses numbered dots (#1137) | expect_error | 566 | 569 |
2850 | test-nse-defuse.R | test_that: quos() creates quosures | enquos() defuses numbered dots (#1137) | expect_equal | 575 | 578 |
2851 | test-nse-defuse.R | test_that: quos() creates quosures | enquos() defuses numbered dots (#1137) | expect_equal | 583 | 586 |
2852 | test-nse-defuse.R | test_that: quos() creates quosures | enquos() defuses numbered dots (#1137) | expect_equal | 589 | 592 |
2853 | test-nse-defuse.R | test_that: quos() creates quosures | enquos() defuses numbered dots (#1137) | expect_error | 595 | 598 |
2854 | test-nse-defuse.R | test_that: quos() creates quosures |
defer() does not crash with environments containing quosures (#1085) |
expect_no_error | 607 | 607 |
2855 | test-nse-defuse.R | test_that: quos() creates quosures | auto-named expressions can be unique-repaired | expect_snapshot | 617 | 627 |
2856 | test-nse-defuse.R | test_that: quos() creates quosures | auto-named expressions can be unique-repaired | expect_equal | 617 | 627 |
2857 | test-nse-defuse.R | test_that: quos() creates quosures | auto-named expressions can be unique-repaired | expect_equal | 623 | 626 |
2858 | test-nse-defuse.R | test_that: quos() creates quosures | can capture forced numbered dot | expect_equal | 635 | 635 |
2859 | test-nse-defuse.R | test_that: quos() creates quosures |
enexprs() and variants support .named = NULL (#1223) |
expect_equal | 640 | 640 |
2860 | test-nse-defuse.R | test_that: quos() creates quosures |
enexprs() and variants support .named = NULL (#1223) |
expect_equal | 641 | 641 |
2861 | test-nse-defuse.R | test_that: quos() creates quosures |
enexprs() and variants support .named = NULL (#1223) |
expect_equal | 642 | 642 |
2862 | test-nse-defuse.R | test_that: quos() creates quosures |
enexprs() and variants support .named = NULL (#1223) |
expect_equal | 645 | 645 |
2863 | test-nse-defuse.R | test_that: quos() creates quosures |
enexprs() and variants support .named = NULL (#1223) |
expect_equal | 646 | 646 |
2864 | test-nse-defuse.R | test_that: quos() creates quosures |
enexprs() and variants support .named = NULL (#1223) |
expect_equal | 647 | 647 |
2865 | test-nse-defuse.R | test_that: quos() creates quosures |
.named = NULL yields NULL names (#1505) |
expect_null | 652 | 652 |
2866 | test-nse-defuse.R | test_that: quos() creates quosures |
.named = NULL yields NULL names (#1505) |
expect_null | 655 | 655 |
2867 | test-nse-defuse.R | test_that: quos() creates quosures |
.named = NULL yields NULL names (#1505) |
expect_null | 656 | 656 |
2868 | test-nse-defuse.R | test_that: quos() creates quosures |
.named = NULL yields NULL names (#1505) |
expect_null | 658 | 658 |
2869 | test-nse-defuse.R | test_that: quos() creates quosures |
.named = NULL yields NULL names (#1505) |
expect_null | 659 | 659 |
2870 | test-nse-defuse.R | test_that: quos() creates quosures | embraced empty arg are detected consistently (#1421) | expect_equal | 677 | 677 |
2871 | test-nse-defuse.R | test_that: quos() creates quosures | embraced empty arg are detected consistently (#1421) | expect_equal | 678 | 678 |
2872 | test-nse-defuse.R | test_that: quos() creates quosures | embraced empty arg are detected consistently (#1421) | expect_equal | 680 | 680 |
2873 | test-nse-defuse.R | test_that: quos() creates quosures | embraced empty arg are detected consistently (#1421) | expect_equal | 681 | 681 |
2874 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | formulas containing unquote operators are interpolated | expect_identical | 12 | 12 |
2875 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | interpolation is carried out in the right environment | expect_identical | 17 | 17 |
2876 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | interpolation now revisits unquoted formulas | expect_error | 24 | 24 |
2877 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | interpolation now revisits unquoted formulas | expect_false | 24 | 24 |
2878 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | formulas are not treated as quosures | expect_identical | 27 | 31 |
2879 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | formulas are not treated as quosures | expect_identical | 29 | 29 |
2880 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | formulas are not treated as quosures | expect_identical | 30 | 30 |
2881 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquote operators are always in scope | expect_identical | 36 | 36 |
2882 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can interpolate in specific env | expect_identical | 44 | 44 |
2883 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can interpolate in specific env | expect_identical | 47 | 47 |
2884 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can qualify operators with namespace | expect_identical | 50 | 53 |
2885 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can qualify operators with namespace | expect_identical | 52 | 52 |
2886 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquoting is frame-consistent | expect_identical | 58 | 58 |
2887 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquoted quosure has S3 class | expect_s3_class | 63 | 63 |
2888 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquoted quosures are not guarded | expect_true | 68 | 68 |
2889 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 74 | 113 |
2890 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 76 | 76 |
2891 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 77 | 77 |
2892 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 78 | 78 |
2893 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 79 | 79 |
2894 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 80 | 80 |
2895 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 81 | 81 |
2896 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 82 | 82 |
2897 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 83 | 83 |
2898 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 85 | 85 |
2899 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 86 | 86 |
2900 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 87 | 87 |
2901 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 89 | 89 |
2902 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 90 | 90 |
2903 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 93 | 93 |
2904 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 94 | 94 |
2905 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 95 | 95 |
2906 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 96 | 96 |
2907 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 98 | 98 |
2908 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 99 | 99 |
2909 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 100 | 100 |
2910 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 101 | 101 |
2911 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 103 | 103 |
2912 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 104 | 104 |
2913 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 106 | 106 |
2914 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 107 | 107 |
2915 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 108 | 108 |
2916 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 110 | 110 |
2917 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 111 | 111 |
2918 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! binds tightly |
expect_identical_ | 112 | 112 |
2919 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | lower pivot is correctly found (#1125) | expect_equal_ | 115 | 121 |
2920 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | lower pivot is correctly found (#1125) | expect_equal_ | 117 | 117 |
2921 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | lower pivot is correctly found (#1125) | expect_equal_ | 118 | 118 |
2922 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | lower pivot is correctly found (#1125) | expect_equal_ | 119 | 119 |
2923 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | lower pivot is correctly found (#1125) | expect_equal_ | 120 | 120 |
2924 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 123 | 147 |
2925 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 125 | 125 |
2926 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 127 | 127 |
2927 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 128 | 128 |
2928 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 130 | 130 |
2929 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 131 | 131 |
2930 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 133 | 133 |
2931 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 134 | 134 |
2932 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 135 | 135 |
2933 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 136 | 136 |
2934 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 138 | 138 |
2935 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 139 | 139 |
2936 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 141 | 141 |
2937 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 142 | 142 |
2938 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical | 143 | 143 |
2939 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 145 | 145 |
2940 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles binary and unary - and +
|
expect_identical_ | 146 | 146 |
2941 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! handles special operators |
expect_identical | 149 | 151 |
2942 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | LHS of nested !! is expanded (#405) |
expect_identical_ | 153 | 156 |
2943 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | LHS of nested !! is expanded (#405) |
expect_identical_ | 155 | 155 |
2944 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | operators with zero or one argument work (#652) | expect_identical | 158 | 161 |
2945 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | operators with zero or one argument work (#652) | expect_identical | 160 | 160 |
2946 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | evaluates contents of !!
|
expect_identical | 163 | 165 |
2947 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | quosures are not rewrapped | expect_identical | 169 | 169 |
2948 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | quosures are not rewrapped | expect_identical | 172 | 172 |
2949 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | UQ() fails if called without argument | expect_equal | 179 | 179 |
2950 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | UQ() fails if called without argument | expect_s3_class | 182 | 182 |
2951 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | UQ() fails if called without argument | expect_match | 183 | 183 |
2952 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | values of !!! spliced into expression |
expect_identical | 191 | 191 |
2953 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | names within !!! are preseved |
expect_identical | 196 | 196 |
2954 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!!! handles { calls |
expect_identical | 199 | 201 |
2955 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | serialised unicode in argument names is unserialised on splice | expect_identical | 218 | 218 |
2956 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | serialised unicode in argument names is unserialised on splice | expect_true | 219 | 219 |
2957 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can’t splice at top level | expect_error_ | 223 | 225 |
2958 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can splice function body even if not a { block |
expect_identical | 229 | 229 |
2959 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can splice function body even if not a { block |
expect_identical | 232 | 232 |
2960 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | splicing a pairlist has no side effect | expect_identical | 238 | 238 |
2961 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!!! works in prefix form |
expect_identical | 241 | 246 |
2962 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!!! works in prefix form |
expect_identical | 243 | 243 |
2963 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!!! works in prefix form |
expect_identical | 244 | 244 |
2964 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!!! works in prefix form |
expect_identical | 245 | 245 |
2965 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can’t use prefix form of !!! with qualifying operators |
expect_error_ | 248 | 255 |
2966 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can’t use prefix form of !!! with qualifying operators |
expect_error_ | 250 | 250 |
2967 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can’t use prefix form of !!! with qualifying operators |
expect_error_ | 251 | 251 |
2968 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can’t use prefix form of !!! with qualifying operators |
expect_error_ | 252 | 252 |
2969 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can’t use prefix form of !!! with qualifying operators |
expect_error_ | 253 | 253 |
2970 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can’t use prefix form of !!! with qualifying operators |
expect_error_ | 254 | 254 |
2971 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can’t supply multiple arguments to !!!
|
expect_error_ | 257 | 260 |
2972 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can’t supply multiple arguments to !!!
|
expect_error_ | 259 | 259 |
2973 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!!! doesn’t modify spliced inputs by reference |
expect_identical | 265 | 265 |
2974 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!!! doesn’t modify spliced inputs by reference |
expect_identical | 269 | 269 |
2975 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!!! doesn’t modify spliced inputs by reference |
expect_equal | 273 | 273 |
2976 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | exprs() preserves spliced quosures | expect_identical | 278 | 278 |
2977 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | exprs() preserves spliced quosures | expect_identical | 279 | 279 |
2978 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 282 | 306 |
2979 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 284 | 284 |
2980 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 285 | 285 |
2981 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 286 | 286 |
2982 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 287 | 287 |
2983 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 289 | 289 |
2984 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 290 | 290 |
2985 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 291 | 291 |
2986 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 292 | 292 |
2987 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 293 | 293 |
2988 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 295 | 295 |
2989 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 296 | 296 |
2990 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 297 | 297 |
2991 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 298 | 298 |
2992 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 299 | 299 |
2993 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 301 | 301 |
2994 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 302 | 302 |
2995 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 303 | 303 |
2996 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 304 | 304 |
2997 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! fails with non-vectors | expect_error_ | 305 | 305 |
2998 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 308 | 348 |
2999 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 310 | 310 |
3000 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 311 | 311 |
3001 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 312 | 312 |
3002 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 313 | 313 |
3003 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 314 | 314 |
3004 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 315 | 315 |
3005 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 316 | 316 |
3006 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 317 | 317 |
3007 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 319 | 319 |
3008 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 320 | 320 |
3009 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 321 | 321 |
3010 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 322 | 322 |
3011 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 323 | 323 |
3012 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 324 | 324 |
3013 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 325 | 325 |
3014 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 326 | 326 |
3015 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 327 | 327 |
3016 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 329 | 329 |
3017 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 330 | 330 |
3018 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 331 | 331 |
3019 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 332 | 332 |
3020 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 333 | 333 |
3021 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 334 | 334 |
3022 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 335 | 335 |
3023 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 336 | 336 |
3024 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 337 | 337 |
3025 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 339 | 339 |
3026 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 340 | 340 |
3027 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 341 | 341 |
3028 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 342 | 342 |
3029 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 343 | 343 |
3030 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 344 | 344 |
3031 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 345 | 345 |
3032 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 346 | 346 |
3033 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! succeeds with vectors, pairlists and language objects | expect_identical_ | 347 | 347 |
3034 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! calls [[
|
expect_identical_ | 357 | 357 |
3035 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! calls [[
|
expect_identical_ | 358 | 358 |
3036 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! calls [[
|
expect_identical_ | 359 | 359 |
3037 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! calls [[
|
expect_identical_ | 360 | 360 |
3038 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! calls [[
|
expect_identical_ | 365 | 365 |
3039 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! calls [[
|
expect_identical_ | 366 | 366 |
3040 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! calls [[
|
expect_identical_ | 367 | 367 |
3041 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! calls [[
|
expect_identical_ | 368 | 368 |
3042 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! errors on scalar S4 objects without a [[ method |
expect_error_ | 374 | 374 |
3043 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! works with scalar S4 objects with a [[ method defined |
expect_identical_ | 385 | 385 |
3044 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! works with all vector S4 objects | expect_identical_ | 391 | 391 |
3045 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! calls [[ with vector S4 objects |
expect_identical_ | 416 | 416 |
3046 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! calls [[ with vector S4 objects |
expect_identical_ | 417 | 417 |
3047 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! calls [[ with vector S4 objects |
expect_identical_ | 418 | 418 |
3048 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! calls [[ with vector S4 objects |
expect_identical_ | 419 | 419 |
3049 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! doesn’t shorten S3 lists containing NULL
|
expect_identical_ | 426 | 426 |
3050 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! doesn’t shorten S3 lists containing NULL
|
expect_identical_ | 427 | 427 |
3051 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | !!! goes through [[ for record S3 types |
expect_identical_ | 457 | 457 |
3052 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | single ! is not treated as shortcut | expect_identical | 462 | 464 |
3053 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | double and triple ! are treated as syntactic shortcuts | expect_identical | 468 | 468 |
3054 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | double and triple ! are treated as syntactic shortcuts | expect_identical | 469 | 469 |
3055 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | double and triple ! are treated as syntactic shortcuts | expect_identical | 470 | 470 |
3056 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! works in prefixed calls |
expect_identical | 475 | 475 |
3057 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! works in prefixed calls |
expect_identical | 476 | 476 |
3058 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
!! works in prefixed calls |
expect_identical | 477 | 477 |
3059 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | one layer of parentheses around !! is removed | expect_identical | 482 | 482 |
3060 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | one layer of parentheses around !! is removed | expect_identical | 483 | 483 |
3061 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | one layer of parentheses around !! is removed | expect_identical | 485 | 485 |
3062 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | one layer of parentheses around !! is removed | expect_identical | 486 | 486 |
3063 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | one layer of parentheses around !! is removed | expect_identical | 488 | 488 |
3064 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | one layer of parentheses around !! is removed | expect_identical | 489 | 489 |
3065 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | one layer of parentheses around !! is removed | expect_identical | 491 | 491 |
3066 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | parentheses are not removed if there’s a tail | expect_identical | 494 | 496 |
3067 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can use prefix form of !! with qualifying operators |
expect_identical | 498 | 505 |
3068 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can use prefix form of !! with qualifying operators |
expect_identical | 500 | 500 |
3069 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can use prefix form of !! with qualifying operators |
expect_identical | 501 | 501 |
3070 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can use prefix form of !! with qualifying operators |
expect_identical | 502 | 502 |
3071 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can use prefix form of !! with qualifying operators |
expect_identical | 503 | 503 |
3072 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can use prefix form of !! with qualifying operators |
expect_identical | 504 | 504 |
3073 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can unquote within for loop (#417) | expect_identical | 515 | 515 |
3074 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can unquote within for loop (#417) | expect_identical | 520 | 520 |
3075 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can unquote within for loop (#417) | expect_identical | 526 | 526 |
3076 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can unquote within for loop (#417) | expect_identical | 531 | 531 |
3077 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | quosures are created for all informative formulas | expect_identical | 543 | 543 |
3078 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | quosures are created for all informative formulas | expect_identical | 546 | 546 |
3079 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can unquote-splice symbols | expect_identical | 554 | 554 |
3080 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can unquote symbols | expect_error_ | 557 | 559 |
3081 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
:= unquotes its LHS as name unless .unquote_names is FALSE |
expect_identical | 564 | 571 |
3082 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
:= unquotes its LHS as name unless .unquote_names is FALSE |
expect_identical | 566 | 566 |
3083 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
:= unquotes its LHS as name unless .unquote_names is FALSE |
expect_identical | 567 | 567 |
3084 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
:= unquotes its LHS as name unless .unquote_names is FALSE |
expect_identical | 568 | 568 |
3085 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
:= unquotes its LHS as name unless .unquote_names is FALSE |
expect_identical | 569 | 569 |
3086 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
:= unquotes its LHS as name unless .unquote_names is FALSE |
expect_identical | 570 | 570 |
3087 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
:= chaining is detected at dots capture |
expect_error | 573 | 578 |
3088 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
:= chaining is detected at dots capture |
expect_error | 575 | 575 |
3089 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
:= chaining is detected at dots capture |
expect_error | 576 | 576 |
3090 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
:= chaining is detected at dots capture |
expect_error | 577 | 577 |
3091 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | Unquote operators fail when called outside quasiquoted arguments | expect_error | 584 | 584 |
3092 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | Unquote operators fail when called outside quasiquoted arguments | expect_qq_error | 585 | 585 |
3093 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | Unquote operators fail when called outside quasiquoted arguments | expect_qq_error | 586 | 586 |
3094 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | Unquote operators fail when called outside quasiquoted arguments | expect_qq_error | 587 | 587 |
3095 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | Unquote operators fail when called outside quasiquoted arguments | expect_error | 589 | 589 |
3096 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | Unquote operators fail when called outside quasiquoted arguments | expect_dyn_error | 590 | 590 |
3097 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | Unquote operators fail when called outside quasiquoted arguments | expect_dyn_error | 591 | 591 |
3098 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
.data[[ unquotes |
expect_identical_ | 596 | 596 |
3099 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
.data[[ unquotes |
expect_identical_ | 597 | 597 |
3100 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments |
.data[[ unquotes |
expect_identical_ | 598 | 598 |
3101 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | it is still possible to unquote manually within .data[[
|
expect_identical | 604 | 604 |
3102 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | .data[[ argument is not masked | expect_identical_ | 609 | 609 |
3103 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | .data[[ on the LHS of := fails | expect_error | 612 | 614 |
3104 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | it is still possible to use .data[[ in list2() | expect_identical_ | 618 | 618 |
3105 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can defuse-and-label and interpolate with glue | expect_identical | 627 | 627 |
3106 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can defuse-and-label and interpolate with glue | expect_identical | 628 | 628 |
3107 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can defuse-and-label and interpolate with glue | expect_identical | 630 | 630 |
3108 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquoted strings are not interpolated with glue | expect_identical_ | 633 | 638 |
3109 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() returns a bare string | expect_null | 642 | 642 |
3110 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() has good error messages (#1531) | expect_snapshot | 645 | 662 |
3111 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() has good error messages (#1531) | expect_error | 648 | 648 |
3112 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() has good error messages (#1531) | expect_error | 651 | 651 |
3113 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() has good error messages (#1531) | expect_error | 654 | 654 |
3114 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() has good error messages (#1531) | expect_error | 657 | 657 |
3115 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() has good error messages (#1531) | expect_error | 660 | 660 |
3116 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can wrap englue() (#1565) | expect_equal | 679 | 679 |
3117 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can wrap englue() (#1565) | expect_snapshot | 681 | 686 |
3118 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can wrap englue() (#1565) | expect_error | 682 | 682 |
3119 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can wrap englue() (#1565) | expect_error | 683 | 683 |
3120 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can wrap englue() (#1565) | expect_error | 684 | 684 |
3121 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can wrap englue() (#1565) | expect_error | 685 | 685 |
3122 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquoting with rlang namespace is deprecated | expect_warning_ | 692 | 709 |
3123 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquoting with rlang namespace is deprecated | expect_warning_ | 694 | 694 |
3124 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquoting with rlang namespace is deprecated | expect_identical | 698 | 698 |
3125 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquoting with rlang namespace is deprecated | expect_identical | 699 | 699 |
3126 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquoting with rlang namespace is deprecated | expect_equal | 702 | 702 |
3127 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquoting with rlang namespace is deprecated | expect_s3_class | 705 | 705 |
3128 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquoting with rlang namespace is deprecated | expect_match | 706 | 706 |
3129 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | unquoting with rlang namespace is deprecated | expect_error_ | 708 | 708 |
3130 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | splicing language objects still works | expect_identical_ | 714 | 714 |
3131 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | splicing language objects still works | expect_identical_ | 715 | 715 |
3132 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | splicing language objects still works | expect_identical_ | 717 | 717 |
3133 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | splicing language objects still works | expect_identical_ | 718 | 718 |
3134 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | splicing language objects still works | expect_identical_ | 720 | 720 |
3135 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | splicing language objects still works | expect_identical_ | 721 | 721 |
3136 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | splicing language objects still works | expect_identical_ | 723 | 723 |
3137 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | splicing language objects still works | expect_identical_ | 724 | 724 |
3138 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can unquote string in function position | expect_identical_ | 727 | 729 |
3139 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | {{ is a quote-unquote operator | expect_identical_ | 733 | 733 |
3140 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | {{ is a quote-unquote operator | expect_identical_ | 734 | 734 |
3141 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | {{ is a quote-unquote operator | expect_error_ | 735 | 735 |
3142 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | {{ only works in quoting functions | expect_error_ | 738 | 744 |
3143 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | {{ on the LHS of := | expect_identical_ | 748 | 748 |
3144 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | {{ on the LHS of := | expect_identical_ | 751 | 751 |
3145 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | {{ on the LHS of := | expect_identical_ | 754 | 754 |
3146 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | {{ on the LHS of := | expect_identical_ | 757 | 757 |
3147 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | {{ on the LHS of := | expect_error_ | 759 | 759 |
3148 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can unquote-splice in atomic capture | expect_identical_ | 762 | 764 |
3149 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can unquote-splice multiple times (#771) | expect_identical | 766 | 771 |
3150 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can unquote-splice multiple times (#771) | expect_identical | 768 | 768 |
3151 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can unquote-splice multiple times (#771) | expect_identical | 769 | 769 |
3152 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can unquote-splice multiple times (#771) | expect_identical | 770 | 770 |
3153 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | .data[[quote(foo)]] creates strings (#836) | expect_identical | 773 | 776 |
3154 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | .data[[quote(foo)]] creates strings (#836) | expect_identical | 775 | 775 |
3155 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | .data[[quo(foo)]] creates strings (#807) | expect_identical | 778 | 781 |
3156 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | .data[[quo(foo)]] creates strings (#807) | expect_identical | 780 | 780 |
3157 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | can splice named empty vectors (#1045) | expect_equal | 786 | 786 |
3158 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | Unquoted LHS is not recursed into and mutated (#1103) | expect_equal | 793 | 793 |
3159 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | Unquoted LHS is not recursed into and mutated (#1103) | expect_equal | 794 | 794 |
3160 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | Unquoted LHS is not recursed into and mutated (#1103) | expect_equal | 799 | 799 |
3161 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | Unquoted LHS is not recursed into and mutated (#1103) | expect_equal | 800 | 800 |
3162 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | {{ foo; bar }} is not injected (#1087) | expect_equal_ | 803 | 808 |
3163 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() works | expect_equal | 812 | 812 |
3164 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() works | expect_equal | 813 | 813 |
3165 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() works | expect_equal | 816 | 816 |
3166 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() works | expect_snapshot | 818 | 818 |
3167 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() checks for the size of its result (#1492) | expect_snapshot | 821 | 829 |
3168 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() checks for the size of its result (#1492) | expect_error | 824 | 824 |
3169 | test-nse-inject.R | test_that: interpolation does not recurse over spliced arguments | englue() checks for the size of its result (#1492) | expect_error | 827 | 827 |
3170 | test-obj.R | test_that: poke_type() changes object type | can access promise properties | expect_identical | 14 | 14 |
3171 | test-obj.R | test_that: poke_type() changes object type | can access promise properties | expect_identical | 15 | 15 |
3172 | test-obj.R | test_that: poke_type() changes object type | can pluck promise and its properties from env | expect_identical | 25 | 25 |
3173 | test-obj.R | test_that: poke_type() changes object type | can pluck promise value | expect_identical | 30 | 30 |
3174 | test-obj.R | test_that: poke_type() changes object type | can pluck promise value | expect_identical | 34 | 34 |
3175 | test-obj.R | test_that: poke_type() changes object type | can take the address of the missing arg (#1521) | expect_true | 39 | 39 |
3176 | test-obj.R | test_that: poke_type() changes object type | can take the address of the missing arg (#1521) | expect_true | 40 | 40 |
3177 | test-operators.R | test_that: %|% returns default value | %|% also works when y is of same length as x | expect_identical | 20 | 20 |
3178 | test-operators.R | test_that: %|% returns default value | %|% also works when y is of same length as x | expect_identical | 23 | 23 |
3179 | test-operators.R | test_that: %|% returns default value | %|% also works when y is of same length as x | expect_identical | 26 | 26 |
3180 | test-operators.R | test_that: %|% returns default value | %|% also works when y is of same length as x | expect_identical | 29 | 29 |
3181 | test-operators.R | test_that: %|% returns default value | %|% also works when y is of same length as x | expect_equal | 32 | 32 |
3182 | test-operators.R | test_that: %|% returns default value | %|% fails with wrong types | expect_snapshot | 35 | 42 |
3183 | test-operators.R | test_that: %|% returns default value | %|% fails with wrong types | expect_error | 37 | 37 |
3184 | test-operators.R | test_that: %|% returns default value | %|% fails with wrong types | expect_error | 38 | 38 |
3185 | test-operators.R | test_that: %|% returns default value | %|% fails with wrong types | expect_error | 39 | 39 |
3186 | test-operators.R | test_that: %|% returns default value | %|% fails with wrong types | expect_error | 40 | 40 |
3187 | test-operators.R | test_that: %|% returns default value | %|% fails with wrong length | expect_snapshot | 44 | 50 |
3188 | test-operators.R | test_that: %|% returns default value | %|% fails with wrong length | expect_error | 46 | 46 |
3189 | test-operators.R | test_that: %|% returns default value | %|% fails with wrong length | expect_error | 47 | 47 |
3190 | test-operators.R | test_that: %|% returns default value | %|% fails with wrong length | expect_error | 48 | 48 |
3191 | test-operators.R | test_that: %|% returns default value | %@% returns attribute | expect_identical | 52 | 56 |
3192 | test-operators.R | test_that: %|% returns default value | %@% returns attribute | expect_identical | 54 | 54 |
3193 | test-operators.R | test_that: %|% returns default value | %@% returns attribute | expect_null | 55 | 55 |
3194 | test-operators.R | test_that: %|% returns default value | %@% has replacement version | expect_identical | 62 | 62 |
3195 | test-operators.R | test_that: %|% returns default value | %@% works with S4 objects (#207) | expect_identical | 69 | 69 |
3196 | test-operators.R | test_that: %|% returns default value | %@% works with S4 objects (#207) | expect_identical | 70 | 70 |
3197 | test-operators.R | test_that: %|% returns default value | %@% works with S4 objects (#207) | expect_identical | 74 | 74 |
3198 | test-operators.R | test_that: %|% returns default value | %@% works with S4 objects (#207) | expect_identical | 75 | 75 |
3199 | test-parse.R | test_that: parse_quo() etc return quosures | temporary connections are closed | expect_error | 12 | 12 |
3200 | test-parse.R | test_that: parse_quo() etc return quosures | parse_expr() throws meaningful error messages | expect_snapshot | 15 | 20 |
3201 | test-parse.R | test_that: parse_quo() etc return quosures | parse_exprs() and parse_quos() handle character vectors | expect_identical | 25 | 25 |
3202 | test-parse.R | test_that: parse_quo() etc return quosures | parse_exprs() and parse_quos() handle character vectors | expect_identical | 28 | 28 |
3203 | test-parse.R | test_that: parse_quo() etc return quosures | parse_exprs() requires connections or character vectors | expect_error | 31 | 33 |
3204 | test-parse.R | test_that: parse_quo() etc return quosures | parse_exprs() and parse_quos() support empty input | expect_identical | 35 | 38 |
3205 | test-parse.R | test_that: parse_quo() etc return quosures | parse_exprs() and parse_quos() support empty input | expect_identical | 37 | 37 |
3206 | test-parse.R | test_that: parse_quo() etc return quosures | parse_exprs() supports empty expressions (#954) | expect_equal | 42 | 42 |
3207 | test-parse.R | test_that: parse_quo() etc return quosures | parse_exprs() supports empty expressions (#954) | expect_equal | 43 | 43 |
3208 | test-parse.R | test_that: parse_quo() etc return quosures | parse_exprs() preserves names (#808) | expect_identical | 48 | 51 |
3209 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quo_set_expr() and quo_set_env() set quosure components | expect_identical | 12 | 12 |
3210 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quo_set_expr() and quo_set_env() set quosure components | expect_identical | 13 | 13 |
3211 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quo_set_expr() and quo_set_env() set quosure components | expect_identical | 16 | 16 |
3212 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quo_set_expr() and quo_set_env() set quosure components | expect_identical | 17 | 17 |
3213 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure getters and setters check inputs | expect_error | 20 | 26 |
3214 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure getters and setters check inputs | expect_error | 22 | 22 |
3215 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure getters and setters check inputs | expect_error | 23 | 23 |
3216 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure getters and setters check inputs | expect_error | 24 | 24 |
3217 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure getters and setters check inputs | expect_error | 25 | 25 |
3218 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | generic getters work on quosures | expect_identical | 28 | 31 |
3219 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | generic getters work on quosures | expect_identical | 30 | 30 |
3220 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | generic setters work on quosures | expect_identical | 37 | 37 |
3221 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | generic setters work on quosures | expect_identical | 38 | 38 |
3222 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | can flatten empty quosure | expect_identical | 41 | 43 |
3223 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | new_quosure() checks inputs | expect_error | 45 | 47 |
3224 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | new_quosure() produces expected internal structure | expect_identical | 51 | 51 |
3225 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | new_quosure() double wraps | expect_identical | 57 | 57 |
3226 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | as_quosure() uses correct env | expect_identical | 73 | 73 |
3227 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | as_quosure() uses correct env | expect_identical | 74 | 74 |
3228 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | as_quosure() uses correct env | expect_identical | 79 | 79 |
3229 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | as_quosure() uses correct env | expect_identical | 80 | 80 |
3230 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | explicit promise works only one level deep | expect_identical | 89 | 89 |
3231 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | can capture optimised constants | expect_identical | 98 | 98 |
3232 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | can capture optimised constants | expect_identical | 99 | 99 |
3233 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | can capture optimised constants | expect_identical | 106 | 106 |
3234 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | can capture optimised constants | expect_identical | 107 | 107 |
3235 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures are spliced | expect_identical | 112 | 112 |
3236 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures are spliced | expect_identical | 115 | 115 |
3237 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures are spliced | expect_identical | 118 | 118 |
3238 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | formulas are not spliced | expect_identical | 121 | 123 |
3239 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | splicing does not affect original quosure | expect_identical | 128 | 128 |
3240 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | as_quosure() doesn’t convert functions | expect_identical | 131 | 133 |
3241 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | as_quosure() coerces formulas | expect_identical | 135 | 137 |
3242 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quo_squash() warns | expect_warning | 139 | 142 |
3243 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quo_squash() warns | expect_warning | 141 | 141 |
3244 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quo_deparse() indicates quosures with ^
|
expect_identical | 147 | 147 |
3245 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure deparser respects width | expect_identical | 152 | 152 |
3246 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure deparser respects width | expect_identical | 153 | 153 |
3247 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_true | 156 | 175 |
3248 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_true | 158 | 158 |
3249 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_false | 159 | 159 |
3250 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_true | 161 | 161 |
3251 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_true | 162 | 162 |
3252 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_false | 163 | 163 |
3253 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_true | 165 | 165 |
3254 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_true | 166 | 166 |
3255 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_true | 167 | 167 |
3256 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_false | 169 | 169 |
3257 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_false | 170 | 170 |
3258 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_false | 171 | 171 |
3259 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_false | 172 | 172 |
3260 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_false | 173 | 173 |
3261 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure predicates work | expect_false | 174 | 174 |
3262 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | new_quosures() checks that elements are quosures | expect_error | 177 | 179 |
3263 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | new_quosures() and as_quosures() return named lists | expect_identical | 183 | 183 |
3264 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | new_quosures() and as_quosures() return named lists | expect_identical | 184 | 184 |
3265 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | as_quosures() applies default environment | expect_identical | 190 | 190 |
3266 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | as_quosures() auto-names if requested | expect_named | 195 | 195 |
3267 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures class has subset assign methods | expect_identical | 204 | 204 |
3268 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures class has subset assign methods | expect_warning | 205 | 205 |
3269 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures class has subset assign methods | expect_identical | 209 | 209 |
3270 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures class has subset assign methods | expect_identical | 215 | 215 |
3271 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | can remove quosures by assigning NULL | expect_identical | 223 | 223 |
3272 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | can remove quosures by assigning NULL | expect_identical | 226 | 226 |
3273 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | can’t cast a quosure to base types (#523) | expect_warning | 231 | 231 |
3274 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | can’t cast a quosure to base types (#523) | expect_identical | 232 | 232 |
3275 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures fail with common operations (#478, tidyverse/dplyr#3476) | expect_error | 238 | 238 |
3276 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures fail with common operations (#478, tidyverse/dplyr#3476) | expect_error | 239 | 239 |
3277 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures fail with common operations (#478, tidyverse/dplyr#3476) | expect_error | 240 | 240 |
3278 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures fail with common operations (#478, tidyverse/dplyr#3476) | expect_error | 242 | 242 |
3279 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures fail with common operations (#478, tidyverse/dplyr#3476) | expect_error | 243 | 243 |
3280 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures fail with common operations (#478, tidyverse/dplyr#3476) | expect_error | 244 | 244 |
3281 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures fail with common operations (#478, tidyverse/dplyr#3476) | expect_error | 245 | 245 |
3282 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures fail with common operations (#478, tidyverse/dplyr#3476) | expect_error | 247 | 247 |
3283 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosures fail with common operations (#478, tidyverse/dplyr#3476) | expect_error | 248 | 248 |
3284 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | negating quosure fails with informative message | expect_error | 251 | 253 |
3285 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | can cast quosure lists to bare lists | expect_identical | 255 | 257 |
3286 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | can concatenate quosure lists | expect_identical | 259 | 261 |
3287 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | new_quosure() checks input | expect_error | 263 | 265 |
3288 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | as_string(quo) produces informative error message | expect_error | 267 | 269 |
3289 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components |
[ properly reconstructs quosure lists |
expect_identical | 271 | 274 |
3290 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components |
[ properly reconstructs quosure lists |
expect_identical | 273 | 273 |
3291 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure lists are considered vectors | expect_true | 278 | 278 |
3292 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure lists are considered vectors | expect_identical | 279 | 279 |
3293 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quosure attributes are cloned (#1142) | expect_true | 286 | 286 |
3294 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quo_squash() supports nested missing args | expect_equal | 289 | 301 |
3295 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quo_squash() supports nested missing args | expect_equal | 294 | 297 |
3296 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quo_squash() supports nested missing args | expect_equal | 299 | 299 |
3297 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quo_squash() supports nested missing args | expect_equal | 300 | 300 |
3298 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | quo_squash() handles quosures in function positions | expect_equal | 305 | 305 |
3299 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | as_quosure() still provides default env | expect_warning | 313 | 313 |
3300 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | as_quosure() still provides default env | expect_reference | 314 | 314 |
3301 | test-quo.R | test_that: quo_get_expr() and quo_get_env() retrieve quosure components | can still concatenate quosure lists and non-quosures | expect_identical | 319 | 319 |
3302 | test-raw.R | test_that: multiplication works | multiplication works | expect_identical | 1 | 5 |
3303 | test-raw.R | test_that: multiplication works | multiplication works | expect_identical | 3 | 3 |
3304 | test-raw.R | test_that: multiplication works | multiplication works | expect_identical | 4 | 4 |
3305 | test-s3.R | test_that: inherits from all classes | inherits from any class | expect_true | 18 | 18 |
3306 | test-s3.R | test_that: inherits from all classes | inherits from any class | expect_true | 19 | 19 |
3307 | test-s3.R | test_that: inherits from all classes | inherits from any class | expect_true | 20 | 20 |
3308 | test-s3.R | test_that: inherits from all classes | inherits from any class | expect_false | 22 | 22 |
3309 | test-s3.R | test_that: inherits from all classes | inherits from any class | expect_error | 24 | 24 |
3310 | test-s3.R | test_that: inherits from all classes | inherits only from class | expect_false | 29 | 29 |
3311 | test-s3.R | test_that: inherits from all classes | inherits only from class | expect_true | 30 | 30 |
3312 | test-s3.R | test_that: inherits from all classes | can box and unbox a value | expect_true | 35 | 35 |
3313 | test-s3.R | test_that: inherits from all classes | can box and unbox a value | expect_true | 36 | 36 |
3314 | test-s3.R | test_that: inherits from all classes | can box and unbox a value | expect_false | 37 | 37 |
3315 | test-s3.R | test_that: inherits from all classes | can box and unbox a value | expect_identical | 38 | 38 |
3316 | test-s3.R | test_that: inherits from all classes | can box and unbox a value | expect_true | 41 | 41 |
3317 | test-s3.R | test_that: inherits from all classes | can box and unbox a value | expect_false | 42 | 42 |
3318 | test-s3.R | test_that: inherits from all classes | as_box() ensures boxed value | expect_true | 47 | 47 |
3319 | test-s3.R | test_that: inherits from all classes | as_box() ensures boxed value | expect_true | 50 | 50 |
3320 | test-s3.R | test_that: inherits from all classes | as_box() ensures boxed value | expect_null | 51 | 51 |
3321 | test-s3.R | test_that: inherits from all classes | as_box() ensures boxed value | expect_true | 55 | 55 |
3322 | test-s3.R | test_that: inherits from all classes | as_box() ensures boxed value | expect_true | 56 | 56 |
3323 | test-s3.R | test_that: inherits from all classes | as_box() ensures boxed value | expect_null | 57 | 57 |
3324 | test-s3.R | test_that: inherits from all classes | as_box_if() ensures boxed value if predicate returns TRUE | expect_true | 62 | 62 |
3325 | test-s3.R | test_that: inherits from all classes | as_box_if() ensures boxed value if predicate returns TRUE | expect_true | 65 | 65 |
3326 | test-s3.R | test_that: inherits from all classes | as_box_if() ensures boxed value if predicate returns TRUE | expect_null | 66 | 66 |
3327 | test-s3.R | test_that: inherits from all classes | as_box_if() ensures boxed value if predicate returns TRUE | expect_null | 68 | 68 |
3328 | test-s3.R | test_that: inherits from all classes | as_box_if() ensures boxed value if predicate returns TRUE | expect_snapshot | 70 | 73 |
3329 | test-s3.R | test_that: inherits from all classes | as_box_if() ensures boxed value if predicate returns TRUE | expect_error | 71 | 71 |
3330 | test-s3.R | test_that: inherits from all classes | as_box_if() ensures boxed value if predicate returns TRUE | expect_error | 72 | 72 |
3331 | test-s3.R | test_that: inherits from all classes | unboxing a non-boxed value is an error | expect_error | 76 | 78 |
3332 | test-s3.R | test_that: inherits from all classes | zap() creates a zap | expect_s3_class | 80 | 83 |
3333 | test-s3.R | test_that: inherits from all classes | zap() creates a zap | expect_true | 82 | 82 |
3334 | test-s3.R | test_that: inherits from all classes | can pass additional attributes to boxes | expect_identical | 87 | 87 |
3335 | test-s3.R | test_that: inherits from all classes | done() boxes values | expect_true | 90 | 94 |
3336 | test-s3.R | test_that: inherits from all classes | done() boxes values | expect_identical | 92 | 92 |
3337 | test-s3.R | test_that: inherits from all classes | done() boxes values | expect_identical | 93 | 93 |
3338 | test-s3.R | test_that: inherits from all classes | done() can be empty | expect_identical | 99 | 99 |
3339 | test-s3.R | test_that: inherits from all classes | done() can be empty | expect_true | 101 | 101 |
3340 | test-s3.R | test_that: inherits from all classes | done() can be empty | expect_s3_class | 102 | 102 |
3341 | test-s3.R | test_that: inherits from all classes | done() can be empty | expect_identical | 103 | 103 |
3342 | test-s3.R | test_that: inherits from all classes | done() can be empty | expect_true | 105 | 105 |
3343 | test-s3.R | test_that: inherits from all classes | done() can be empty | expect_false | 106 | 106 |
3344 | test-s3.R | test_that: inherits from all classes | done() can be empty | expect_false | 109 | 109 |
3345 | test-s3.R | test_that: inherits from all classes | done() can be empty | expect_true | 110 | 110 |
3346 | test-s3.R | test_that: inherits from all classes | splice box is constructed | expect_true | 115 | 115 |
3347 | test-s3.R | test_that: inherits from all classes | splice box is constructed | expect_identical | 116 | 116 |
3348 | test-session.R | test_that: is_installed() properly checks multiple packages | check_installed() fails if packages are not installed | expect_snapshot | 9 | 13 |
3349 | test-session.R | test_that: is_installed() properly checks multiple packages | check_installed() fails if packages are not installed | expect_error | 10 | 10 |
3350 | test-session.R | test_that: is_installed() properly checks multiple packages | check_installed() fails if packages are not installed | expect_error | 11 | 11 |
3351 | test-session.R | test_that: is_installed() properly checks multiple packages | check_installed() fails if packages are not installed | expect_error | 12 | 12 |
3352 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() checks minimal versions | expect_snapshot | 16 | 34 |
3353 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() checks minimal versions | expect_error | 18 | 21 |
3354 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() checks minimal versions | expect_true | 23 | 23 |
3355 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() checks minimal versions | expect_false | 24 | 24 |
3356 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() checks minimal versions | expect_false | 25 | 25 |
3357 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() checks minimal versions | expect_false | 26 | 26 |
3358 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() checks minimal versions | expect_true | 28 | 28 |
3359 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() checks minimal versions | expect_false | 29 | 29 |
3360 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() checks minimal versions | expect_true | 31 | 31 |
3361 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() checks minimal versions | expect_false | 32 | 32 |
3362 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() checks minimal versions | expect_false | 33 | 33 |
3363 | test-session.R | test_that: is_installed() properly checks multiple packages | check_installed() checks minimal versions | expect_null | 40 | 40 |
3364 | test-session.R | test_that: is_installed() properly checks multiple packages | check_installed() checks minimal versions | expect_snapshot | 42 | 49 |
3365 | test-session.R | test_that: is_installed() properly checks multiple packages | check_installed() checks minimal versions | expect_error | 43 | 43 |
3366 | test-session.R | test_that: is_installed() properly checks multiple packages | check_installed() checks minimal versions | expect_error | 44 | 44 |
3367 | test-session.R | test_that: is_installed() properly checks multiple packages | check_installed() checks minimal versions | expect_error | 45 | 45 |
3368 | test-session.R | test_that: is_installed() properly checks multiple packages | check_installed() checks minimal versions | expect_error | 46 | 46 |
3369 | test-session.R | test_that: is_installed() properly checks multiple packages | check_installed() checks minimal versions | expect_error | 47 | 47 |
3370 | test-session.R | test_that: is_installed() properly checks multiple packages | check_installed() checks minimal versions | expect_error | 48 | 48 |
3371 | test-session.R | test_that: is_installed() properly checks multiple packages | < requirements can’t be recovered with restart | expect_snapshot | 55 | 57 |
3372 | test-session.R | test_that: is_installed() properly checks multiple packages | < requirements can’t be recovered with restart | expect_error | 56 | 56 |
3373 | test-session.R | test_that: is_installed() properly checks multiple packages | pnf error is validated | expect_true | 60 | 82 |
3374 | test-session.R | test_that: is_installed() properly checks multiple packages | pnf error is validated | expect_s3_class | 65 | 69 |
3375 | test-session.R | test_that: is_installed() properly checks multiple packages | pnf error is validated | expect_equal | 67 | 67 |
3376 | test-session.R | test_that: is_installed() properly checks multiple packages | pnf error is validated | expect_equal | 68 | 68 |
3377 | test-session.R | test_that: is_installed() properly checks multiple packages | pnf error is validated | expect_pnf | 70 | 70 |
3378 | test-session.R | test_that: is_installed() properly checks multiple packages | pnf error is validated | expect_pnf | 71 | 71 |
3379 | test-session.R | test_that: is_installed() properly checks multiple packages | pnf error is validated | expect_pnf | 72 | 72 |
3380 | test-session.R | test_that: is_installed() properly checks multiple packages | pnf error is validated | expect_error | 74 | 77 |
3381 | test-session.R | test_that: is_installed() properly checks multiple packages | pnf error is validated | expect_error | 78 | 81 |
3382 | test-session.R | test_that: is_installed() properly checks multiple packages | can handle check-installed | expect_no_error | 115 | 121 |
3383 | test-session.R | test_that: is_installed() properly checks multiple packages | can handle check-installed | expect_error | 124 | 131 |
3384 | test-session.R | test_that: is_installed() properly checks multiple packages |
pkg is type-checked |
expect_snapshot | 134 | 141 |
3385 | test-session.R | test_that: is_installed() properly checks multiple packages |
pkg is type-checked |
expect_error | 136 | 136 |
3386 | test-session.R | test_that: is_installed() properly checks multiple packages |
pkg is type-checked |
expect_error | 137 | 137 |
3387 | test-session.R | test_that: is_installed() properly checks multiple packages |
pkg is type-checked |
expect_error | 138 | 138 |
3388 | test-session.R | test_that: is_installed() properly checks multiple packages |
pkg is type-checked |
expect_error | 139 | 139 |
3389 | test-session.R | test_that: is_installed() properly checks multiple packages | pkg_version_info() parses info | expect_equal | 149 | 153 |
3390 | test-session.R | test_that: is_installed() properly checks multiple packages | pkg_version_info() parses info | expect_equal | 158 | 162 |
3391 | test-session.R | test_that: is_installed() properly checks multiple packages | pkg_version_info() parses info | expect_equal | 167 | 171 |
3392 | test-session.R | test_that: is_installed() properly checks multiple packages | pkg_version_info() parses info | expect_snapshot | 173 | 177 |
3393 | test-session.R | test_that: is_installed() properly checks multiple packages | pkg_version_info() parses info | expect_error | 174 | 174 |
3394 | test-session.R | test_that: is_installed() properly checks multiple packages | pkg_version_info() parses info | expect_error | 175 | 175 |
3395 | test-session.R | test_that: is_installed() properly checks multiple packages | pkg_version_info() parses info | expect_error | 176 | 176 |
3396 | test-session.R | test_that: is_installed() properly checks multiple packages | pkg_version_info() supports cmp
|
expect_equal | 186 | 190 |
3397 | test-session.R | test_that: is_installed() properly checks multiple packages | pkg_version_info() supports cmp
|
expect_snapshot | 192 | 198 |
3398 | test-session.R | test_that: is_installed() properly checks multiple packages |
action is checked |
expect_snapshot | 201 | 206 |
3399 | test-session.R | test_that: is_installed() properly checks multiple packages |
check_installed() works within tryCatch(error = ) (#1402, tidyverse/ggplot2#4845) |
expect_snapshot | 212 | 217 |
3400 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed(‘base’) works (#1434) | expect_true | 223 | 223 |
3401 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed(‘base’) works (#1434) | expect_true | 224 | 224 |
3402 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed(‘base’) works (#1434) | expect_true | 225 | 225 |
3403 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed(‘base’) works (#1434) | expect_false | 226 | 226 |
3404 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed(‘base’) works (#1434) | expect_true | 230 | 235 |
3405 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed(‘base’) works (#1434) | expect_true | 232 | 232 |
3406 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed(‘base’) works (#1434) | expect_true | 233 | 233 |
3407 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed(‘base’) works (#1434) | expect_false | 234 | 234 |
3408 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() allows irregular package names | expect_false | 238 | 242 |
3409 | test-session.R | test_that: is_installed() properly checks multiple packages | is_installed() allows irregular package names | expect_false | 241 | 241 |
3410 | test-stack.R | test_that: can return from frame | current_env() and current_fn() return current frame props | expect_identical | 26 | 26 |
3411 | test-stack.R | test_that: can return from frame | current_env() and current_fn() return current frame props | expect_identical | 27 | 27 |
3412 | test-stack.R | test_that: can return from frame | sys_parents() removes infloop values | expect_false | 38 | 38 |
3413 | test-stack.R | test_that: can return from frame | sys_parents() removes infloop values | expect_equal | 42 | 42 |
3414 | test-stack.R | test_that: can return from frame | sys_parents() removes infloop values | expect_equal | 43 | 43 |
3415 | test-stack.R | test_that: can return from frame | current_fn() and caller_fn() work | expect_equal | 50 | 50 |
3416 | test-stack.R | test_that: can return from frame | current_fn() and caller_fn() work | expect_equal | 51 | 51 |
3417 | test-stack.R | test_that: can return from frame | current_fn() and caller_fn() work | expect_null | 55 | 55 |
3418 | test-stack.R | test_that: can return from frame | current_fn() and caller_fn() work | expect_equal | 58 | 58 |
3419 | test-stack.R | test_that: can return from frame | Parents are matched to youngest duplicate frames | expect_equal | 85 | 85 |
3420 | test-stack.R | test_that: can return from frame | Parents are matched to youngest duplicate frames | expect_equal | 86 | 86 |
3421 | test-stack.R | test_that: can return from frame | frame_fn() returns the function of the supplied frame | expect_equal | 99 | 99 |
3422 | test-stack.R | test_that: can return from frame | frame_fn() returns the function of the supplied frame | expect_equal | 104 | 104 |
3423 | test-stack.R | test_that: can return from frame | frame_fn() returns the function of the supplied frame | expect_equal | 110 | 110 |
3424 | test-stack.R | test_that: can return from frame | frame_fn() returns the function of the supplied frame | expect_null | 115 | 115 |
3425 | test-stack.R | test_that: can return from frame | current_call(), caller_call() and frame_call() work | expect_null | 118 | 149 |
3426 | test-stack.R | test_that: can return from frame | current_call(), caller_call() and frame_call() work | expect_null | 120 | 120 |
3427 | test-stack.R | test_that: can return from frame | current_call(), caller_call() and frame_call() work | expect_null | 121 | 121 |
3428 | test-stack.R | test_that: can return from frame | current_call(), caller_call() and frame_call() work | expect_equal | 127 | 127 |
3429 | test-stack.R | test_that: can return from frame | current_call(), caller_call() and frame_call() work | expect_equal | 134 | 134 |
3430 | test-stack.R | test_that: can return from frame | current_call(), caller_call() and frame_call() work | expect_equal | 135 | 135 |
3431 | test-stack.R | test_that: can return from frame | current_call(), caller_call() and frame_call() work | expect_equal | 145 | 145 |
3432 | test-stack.R | test_that: can return from frame | caller_env2() respects invariant | expect_equal | 156 | 156 |
3433 | test-stack.R | test_that: can return from frame | caller_env2() respects invariant | expect_equal | 162 | 162 |
3434 | test-state.R | test_that: options are set temporarily | peek_options() returns a named list | expect_identical | 9 | 9 |
3435 | test-state.R | test_that: options are set temporarily | is_interactive() is FALSE when testthat runs | expect_false | 12 | 14 |
3436 | test-state.R | test_that: options are set temporarily | is_interactive() honors rlang_interactive option, above all else | expect_true | 16 | 24 |
3437 | test-state.R | test_that: options are set temporarily | is_interactive() honors rlang_interactive option, above all else | expect_false | 18 | 18 |
3438 | test-state.R | test_that: options are set temporarily | is_interactive() honors rlang_interactive option, above all else | expect_snapshot_error | 19 | 19 |
3439 | test-state.R | test_that: options are set temporarily | is_interactive() honors rlang_interactive option, above all else | expect_false | 22 | 22 |
3440 | test-state.R | test_that: options are set temporarily | is_interactive() honors rlang_interactive option, above all else | expect_true | 23 | 23 |
3441 | test-state.R | test_that: options are set temporarily | local_options() restores options in correct order (#980) | expect_identical | 33 | 33 |
3442 | test-state.R | test_that: options are set temporarily | local_options() restores options in correct order (#980) | expect_identical | 40 | 40 |
3443 | test-sym.R | test_that: ensym() fails with calls | ensym() supports strings and symbols | expect_identical | 11 | 11 |
3444 | test-sym.R | test_that: ensym() fails with calls | ensym() supports strings and symbols | expect_identical | 12 | 12 |
3445 | test-sym.R | test_that: ensym() fails with calls | ensym() supports strings and symbols | expect_identical | 13 | 13 |
3446 | test-sym.R | test_that: ensym() fails with calls | empty string is treated as the missing argument | expect_identical | 16 | 18 |
3447 | test-sym.R | test_that: ensym() fails with calls | syms() supports symbols as well | expect_identical | 20 | 22 |
3448 | test-sym.R | test_that: ensym() fails with calls | is_symbol() matches name
|
expect_true | 24 | 28 |
3449 | test-sym.R | test_that: ensym() fails with calls | is_symbol() matches name
|
expect_true | 26 | 26 |
3450 | test-sym.R | test_that: ensym() fails with calls | is_symbol() matches name
|
expect_false | 27 | 27 |
3451 | test-sym.R | test_that: ensym() fails with calls | is_symbol() matches any name in a vector | expect_false | 30 | 33 |
3452 | test-sym.R | test_that: ensym() fails with calls | is_symbol() matches any name in a vector | expect_true | 32 | 32 |
3453 | test-sym.R | test_that: ensym() fails with calls | must supply strings to sym() | expect_snapshot | 35 | 40 |
3454 | test-sym.R | test_that: ensym() fails with calls | data_sym() and data_syms() work | expect_equal | 42 | 54 |
3455 | test-sym.R | test_that: ensym() fails with calls | data_sym() and data_syms() work | expect_equal | 47 | 53 |
3456 | test-trace.R | tree printing only changes deliberately | tree printing only changes deliberately | expect_snapshot | 27 | 31 |
3457 | test-trace.R | tree printing only changes deliberately | can print tree with collapsed branches | expect_snapshot_trace | 55 | 58 |
3458 | test-trace.R | tree printing only changes deliberately | can print tree with collapsed branches | expect_snapshot_trace | 66 | 69 |
3459 | test-trace.R | tree printing only changes deliberately | trace_simplify_branch() extracts last branch | expect_equal | 80 | 80 |
3460 | test-trace.R | tree printing only changes deliberately | trace_simplify_branch() extracts last branch | expect_equal | 81 | 81 |
3461 | test-trace.R | tree printing only changes deliberately | trace_simplify_branch() extracts last branch | expect_equal | 84 | 84 |
3462 | test-trace.R | tree printing only changes deliberately | trace_simplify_branch() extracts last branch | expect_equal | 85 | 85 |
3463 | test-trace.R | tree printing only changes deliberately | trace_simplify_branch() extracts last branch | expect_equal | 88 | 88 |
3464 | test-trace.R | tree printing only changes deliberately | trace_simplify_branch() extracts last branch | expect_equal | 89 | 89 |
3465 | test-trace.R | tree printing only changes deliberately | integerish indices are allowed | expect_identical | 94 | 94 |
3466 | test-trace.R | tree printing only changes deliberately | cli_branch() handles edge case | expect_snapshot | 103 | 103 |
3467 | test-trace.R | tree printing only changes deliberately | trace formatting picks up rlang_trace_format_srcrefs
|
expect_false | 113 | 113 |
3468 | test-trace.R | tree printing only changes deliberately | trace formatting picks up rlang_trace_format_srcrefs
|
expect_true | 117 | 117 |
3469 | test-trace.R | tree printing only changes deliberately | trace picks up option rlang_trace_top_env for trimming trace |
expect_identical | 126 | 126 |
3470 | test-trace.R | tree printing only changes deliberately | collapsed formatting doesn’t collapse single frame siblings | expect_snapshot | 137 | 140 |
3471 | test-trace.R | tree printing only changes deliberately | recursive frames are rewired to the global env | expect_snapshot_trace | 151 | 151 |
3472 | test-trace.R | tree printing only changes deliberately | long backtrace branches are truncated | expect_snapshot | 164 | 173 |
3473 | test-trace.R | tree printing only changes deliberately | long backtrace branches are truncated | expect_error | 175 | 175 |
3474 | test-trace.R | tree printing only changes deliberately | eval() frames are collapsed | expect_snapshot_trace | 187 | 187 |
3475 | test-trace.R | tree printing only changes deliberately | eval() frames are collapsed | expect_snapshot_trace | 193 | 193 |
3476 | test-trace.R | tree printing only changes deliberately | children of collapsed frames are rechained to correct parent | expect_snapshot | 205 | 212 |
3477 | test-trace.R | tree printing only changes deliberately | combinations of incomplete and leading pipes collapse properly | expect_snapshot_trace | 229 | 229 |
3478 | test-trace.R | tree printing only changes deliberately | combinations of incomplete and leading pipes collapse properly | expect_snapshot_trace | 232 | 232 |
3479 | test-trace.R | tree printing only changes deliberately | combinations of incomplete and leading pipes collapse properly | expect_snapshot_trace | 235 | 235 |
3480 | test-trace.R | tree printing only changes deliberately | combinations of incomplete and leading pipes collapse properly | expect_snapshot_trace | 238 | 238 |
3481 | test-trace.R | tree printing only changes deliberately | combinations of incomplete and leading pipes collapse properly | expect_snapshot_trace | 241 | 241 |
3482 | test-trace.R | tree printing only changes deliberately | combinations of incomplete and leading pipes collapse properly | expect_snapshot_trace | 244 | 244 |
3483 | test-trace.R | tree printing only changes deliberately | combinations of incomplete and leading pipes collapse properly | expect_snapshot_trace | 247 | 247 |
3484 | test-trace.R | tree printing only changes deliberately | calls before and after pipe are preserved | expect_snapshot_trace | 266 | 266 |
3485 | test-trace.R | tree printing only changes deliberately | calls before and after pipe are preserved | expect_snapshot_trace | 269 | 269 |
3486 | test-trace.R | tree printing only changes deliberately | calls before and after pipe are preserved | expect_snapshot_trace | 272 | 272 |
3487 | test-trace.R | tree printing only changes deliberately | always keep very first frame as part of backtrace branch | expect_snapshot_trace | 285 | 285 |
3488 | test-trace.R | tree printing only changes deliberately | can take the str() of a trace (#615) | expect_output | 291 | 291 |
3489 | test-trace.R | tree printing only changes deliberately | can take the str() of a trace (#615) | expect_no_error | 291 | 291 |
3490 | test-trace.R | tree printing only changes deliberately | anonymous calls are stripped from backtraces | expect_identical | 302 | 302 |
3491 | test-trace.R | tree printing only changes deliberately | anonymous calls are stripped from backtraces | expect_snapshot_trace | 303 | 303 |
3492 | test-trace.R | tree printing only changes deliberately | collapsing of eval() frames detects when error occurs within eval() | expect_snapshot_trace | 323 | 323 |
3493 | test-trace.R | tree printing only changes deliberately | can print degenerate backtraces | expect_snapshot_trace | 328 | 328 |
3494 | test-trace.R | tree printing only changes deliberately | can print degenerate backtraces | expect_snapshot_trace | 331 | 331 |
3495 | test-trace.R | tree printing only changes deliberately | can print degenerate backtraces | expect_snapshot_trace | 334 | 334 |
3496 | test-trace.R | tree printing only changes deliberately | check for dangling promise in call CAR (#492) | expect_snapshot_trace | 337 | 348 |
3497 | test-trace.R | tree printing only changes deliberately | dangling srcrefs are not printed | expect_snapshot_trace | 360 | 363 |
3498 | test-trace.R | tree printing only changes deliberately | summary.rlang_trace() prints the full tree | expect_snapshot | 372 | 372 |
3499 | test-trace.R | tree printing only changes deliberately | unexported functions have ::: prefix |
expect_true | 375 | 388 |
3500 | test-trace.R | tree printing only changes deliberately | unexported functions have ::: prefix |
expect_snapshot_trace | 387 | 387 |
3501 | test-trace.R | tree printing only changes deliberately | global functions have global:: prefix |
expect_snapshot_trace | 395 | 395 |
3502 | test-trace.R | tree printing only changes deliberately | local functions inheriting from global do not have global:: prefix |
expect_snapshot_trace | 403 | 403 |
3503 | test-trace.R | tree printing only changes deliberately | can trim layers of backtraces | expect_snapshot | 417 | 431 |
3504 | test-trace.R | tree printing only changes deliberately | can trim layers of backtraces | expect_equal_trace | 443 | 443 |
3505 | test-trace.R | tree printing only changes deliberately | can trim layers of backtraces | expect_equal_trace | 444 | 444 |
3506 | test-trace.R | tree printing only changes deliberately | can trim layers of backtraces | expect_equal_trace | 445 | 445 |
3507 | test-trace.R | tree printing only changes deliberately | fails when bottom is not on the stack |
expect_error | 448 | 450 |
3508 | test-trace.R | tree printing only changes deliberately | caught error does not display backtrace in knitted files | expect_match | 465 | 465 |
3509 | test-trace.R | tree printing only changes deliberately | caught error does not display backtrace in knitted files | expect_snapshot | 467 | 469 |
3510 | test-trace.R | tree printing only changes deliberately | empty backtraces are dealt with | expect_identical | 487 | 487 |
3511 | test-trace.R | tree printing only changes deliberately | can trace back with quosured symbol | expect_s3_class | 503 | 503 |
3512 | test-trace.R | tree printing only changes deliberately | can slice backtrace | expect_identical | 509 | 512 |
3513 | test-trace.R | tree printing only changes deliberately | can slice backtrace | expect_identical | 516 | 519 |
3514 | test-trace.R | tree printing only changes deliberately | can slice backtrace | expect_identical | 520 | 523 |
3515 | test-trace.R | tree printing only changes deliberately | backtraces carry version attribute |
expect_identical | 526 | 528 |
3516 | test-trace.R | tree printing only changes deliberately | can bind backtraces | expect_equal | 533 | 533 |
3517 | test-trace.R | tree printing only changes deliberately | can bind backtraces | expect_equal | 534 | 534 |
3518 | test-trace.R | tree printing only changes deliberately | can bind backtraces | expect_equal | 539 | 542 |
3519 | test-trace.R | tree printing only changes deliberately | can bind backtraces | expect_equal | 544 | 547 |
3520 | test-trace.R | tree printing only changes deliberately | backtraces don’t contain inlined objects (#1069, r-lib/testthat#1223) | expect_snapshot | 564 | 564 |
3521 | test-trace.R | tree printing only changes deliberately | backtraces don’t contain inlined objects (#1069, r-lib/testthat#1223) | expect_lt | 565 | 565 |
3522 | test-trace.R | tree printing only changes deliberately | runs of namespaces are embolden (#946) | expect_snapshot | 580 | 583 |
3523 | test-trace.R | tree printing only changes deliberately |
bottom must be a positive integer |
expect_snapshot | 586 | 588 |
3524 | test-trace.R | tree printing only changes deliberately |
bottom must be a positive integer |
expect_error | 587 | 587 |
3525 | test-trace.R | tree printing only changes deliberately | collapsed case in branch formatting | expect_snapshot_output | 592 | 592 |
3526 | test-trace.R | tree printing only changes deliberately | can detect namespace and scope from call | expect_equal | 598 | 601 |
3527 | test-trace.R | tree printing only changes deliberately | can detect namespace and scope from call | expect_equal | 602 | 605 |
3528 | test-trace.R | tree printing only changes deliberately | can detect namespace and scope from call | expect_equal | 606 | 609 |
3529 | test-trace.R | tree printing only changes deliberately | trailing FALSE visibility is handled |
expect_snapshot_trace | 618 | 618 |
3530 | test-trace.R | tree printing only changes deliberately | can create empty trace with trace_back() | expect_equal | 621 | 626 |
3531 | test-trace.R | tree printing only changes deliberately | can format empty traces | expect_snapshot_trace | 630 | 630 |
3532 | test-trace.R | tree printing only changes deliberately | backtrace is formatted with sources (#1396) | expect_true | 645 | 645 |
3533 | test-trace.R | tree printing only changes deliberately | sibling streaks in tree backtraces | expect_snapshot_trace | 653 | 653 |
3534 | test-trace.R | tree printing only changes deliberately | parallel ‘|’ branches are correctly emphasised | expect_error | 665 | 665 |
3535 | test-trace.R | tree printing only changes deliberately | parallel ‘|’ branches are correctly emphasised | expect_snapshot_trace | 666 | 666 |
3536 | test-trace.R | tree printing only changes deliberately | parallel ‘|’ branches are correctly emphasised | expect_error | 669 | 669 |
3537 | test-trace.R | tree printing only changes deliberately | parallel ‘|’ branches are correctly emphasised | expect_snapshot_trace | 670 | 670 |
3538 | test-trace.R | tree printing only changes deliberately | error calls and args are highlighted | expect_snapshot | 684 | 687 |
3539 | test-trace.R | tree printing only changes deliberately | error calls and args are highlighted (no highlighted arg) | expect_snapshot | 697 | 699 |
3540 | test-trace.R | tree printing only changes deliberately | frame is detected from the left | expect_snapshot | 708 | 711 |
3541 | test-trace.R | tree printing only changes deliberately | arg is defensively checked | expect_snapshot | 720 | 722 |
3542 | test-trace.R | tree printing only changes deliberately | namespaced calls are highlighted | expect_snapshot | 731 | 733 |
3543 | test-trace.R | tree printing only changes deliberately | can highlight long lists of arguments in backtrace (#1456) | expect_snapshot | 754 | 756 |
3544 | test-trace.R | tree printing only changes deliberately | can highlight long lists of arguments in backtrace (#1456) | expect_snapshot | 759 | 761 |
3545 | test-trace.R | tree printing only changes deliberately | can highlight multi-line arguments in backtrace (#1456) | expect_snapshot | 774 | 776 |
3546 | test-trace.R | tree printing only changes deliberately | can highlight multi-line arguments in backtrace (#1456) | expect_snapshot | 779 | 781 |
3547 | test-types.R | test_that: predicates match definitions | can bypass string serialisation | expect_identical | 20 | 20 |
3548 | test-types.R | test_that: predicates match definitions | can bypass string serialisation | expect_identical | 21 | 21 |
3549 | test-types.R | test_that: predicates match definitions | is_integerish() heeds type requirement | expect_true | 25 | 29 |
3550 | test-types.R | test_that: predicates match definitions | is_integerish() heeds type requirement | expect_true | 27 | 27 |
3551 | test-types.R | test_that: predicates match definitions | is_integerish() heeds type requirement | expect_false | 28 | 28 |
3552 | test-types.R | test_that: predicates match definitions | is_integerish() heeds type requirement | expect_false | 32 | 34 |
3553 | test-types.R | test_that: predicates match definitions | is_integerish() heeds length requirement | expect_true | 38 | 41 |
3554 | test-types.R | test_that: predicates match definitions | is_integerish() heeds length requirement | expect_false | 40 | 40 |
3555 | test-types.R | test_that: predicates match definitions | non finite double values are integerish | expect_true | 44 | 48 |
3556 | test-types.R | test_that: predicates match definitions | non finite double values are integerish | expect_true | 46 | 46 |
3557 | test-types.R | test_that: predicates match definitions | non finite double values are integerish | expect_true | 47 | 47 |
3558 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_true | 50 | 67 |
3559 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_false | 52 | 52 |
3560 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_true | 54 | 54 |
3561 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_false | 55 | 55 |
3562 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_false | 56 | 56 |
3563 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_false | 57 | 57 |
3564 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_false | 58 | 58 |
3565 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_false | 59 | 59 |
3566 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_error | 62 | 62 |
3567 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_false | 62 | 62 |
3568 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_true | 64 | 64 |
3569 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_false | 65 | 65 |
3570 | test-types.R | test_that: predicates match definitions | is_finite handles numeric types | expect_false | 66 | 66 |
3571 | test-types.R | test_that: predicates match definitions | check finiteness | expect_true | 69 | 89 |
3572 | test-types.R | test_that: predicates match definitions | check finiteness | expect_true | 71 | 71 |
3573 | test-types.R | test_that: predicates match definitions | check finiteness | expect_true | 72 | 72 |
3574 | test-types.R | test_that: predicates match definitions | check finiteness | expect_false | 74 | 74 |
3575 | test-types.R | test_that: predicates match definitions | check finiteness | expect_false | 75 | 75 |
3576 | test-types.R | test_that: predicates match definitions | check finiteness | expect_false | 76 | 76 |
3577 | test-types.R | test_that: predicates match definitions | check finiteness | expect_false | 78 | 78 |
3578 | test-types.R | test_that: predicates match definitions | check finiteness | expect_false | 79 | 79 |
3579 | test-types.R | test_that: predicates match definitions | check finiteness | expect_false | 80 | 80 |
3580 | test-types.R | test_that: predicates match definitions | check finiteness | expect_true | 82 | 82 |
3581 | test-types.R | test_that: predicates match definitions | check finiteness | expect_true | 83 | 83 |
3582 | test-types.R | test_that: predicates match definitions | check finiteness | expect_true | 84 | 84 |
3583 | test-types.R | test_that: predicates match definitions | check finiteness | expect_true | 86 | 86 |
3584 | test-types.R | test_that: predicates match definitions | check finiteness | expect_true | 87 | 87 |
3585 | test-types.R | test_that: predicates match definitions | check finiteness | expect_true | 88 | 88 |
3586 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_true | 92 | 96 |
3587 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_false | 94 | 94 |
3588 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_false | 95 | 95 |
3589 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_true_false | 98 | 98 |
3590 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_true_false | 99 | 99 |
3591 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_true_false | 100 | 100 |
3592 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_true_false | 101 | 101 |
3593 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_true_false | 102 | 102 |
3594 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_true_false | 103 | 103 |
3595 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_true_false | 104 | 104 |
3596 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_true_false | 105 | 105 |
3597 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_true_false | 106 | 106 |
3598 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_true_false | 107 | 107 |
3599 | test-types.R | test_that: predicates match definitions | scalar predicates heed type and length | expect_true_false | 108 | 108 |
3600 | test-types.R | test_that: predicates match definitions | is_integerish() supports large numbers (#578) | expect_true | 111 | 127 |
3601 | test-types.R | test_that: predicates match definitions | is_integerish() supports large numbers (#578) | expect_true | 113 | 113 |
3602 | test-types.R | test_that: predicates match definitions | is_integerish() supports large numbers (#578) | expect_true | 114 | 114 |
3603 | test-types.R | test_that: predicates match definitions | is_integerish() supports large numbers (#578) | expect_false | 116 | 116 |
3604 | test-types.R | test_that: predicates match definitions | is_integerish() supports large numbers (#578) | expect_false | 117 | 117 |
3605 | test-types.R | test_that: predicates match definitions | is_integerish() supports large numbers (#578) | expect_false | 120 | 120 |
3606 | test-types.R | test_that: predicates match definitions | is_integerish() supports large numbers (#578) | expect_false | 121 | 121 |
3607 | test-types.R | test_that: predicates match definitions | is_integerish() supports large numbers (#578) | expect_false | 122 | 122 |
3608 | test-types.R | test_that: predicates match definitions | is_integerish() supports large numbers (#578) | expect_false | 124 | 124 |
3609 | test-types.R | test_that: predicates match definitions | is_integerish() supports large numbers (#578) | expect_false | 125 | 125 |
3610 | test-types.R | test_that: predicates match definitions | is_integerish() supports large numbers (#578) | expect_false | 126 | 126 |
3611 | test-types.R | test_that: predicates match definitions | is_string() matches on string | expect_true | 129 | 138 |
3612 | test-types.R | test_that: predicates match definitions | is_string() matches on string | expect_true | 131 | 131 |
3613 | test-types.R | test_that: predicates match definitions | is_string() matches on string | expect_false | 132 | 132 |
3614 | test-types.R | test_that: predicates match definitions | is_string() matches on string | expect_false | 133 | 133 |
3615 | test-types.R | test_that: predicates match definitions | is_string() matches on string | expect_true | 135 | 135 |
3616 | test-types.R | test_that: predicates match definitions | is_string() matches on string | expect_true | 136 | 136 |
3617 | test-types.R | test_that: predicates match definitions | is_string() matches on string | expect_false | 137 | 137 |
3618 | test-types.R | test_that: predicates match definitions | is_string2() matches on empty
|
expect_snapshot | 140 | 155 |
3619 | test-types.R | test_that: predicates match definitions | is_string2() matches on empty
|
expect_error | 143 | 143 |
3620 | test-types.R | test_that: predicates match definitions | is_string2() matches on empty
|
expect_error | 144 | 144 |
3621 | test-types.R | test_that: predicates match definitions | is_string2() matches on empty
|
expect_error | 145 | 145 |
3622 | test-types.R | test_that: predicates match definitions | is_string2() matches on empty
|
expect_true | 148 | 148 |
3623 | test-types.R | test_that: predicates match definitions | is_string2() matches on empty
|
expect_true | 149 | 149 |
3624 | test-types.R | test_that: predicates match definitions | is_string2() matches on empty
|
expect_false | 150 | 150 |
3625 | test-types.R | test_that: predicates match definitions | is_string2() matches on empty
|
expect_true | 152 | 152 |
3626 | test-types.R | test_that: predicates match definitions | is_string2() matches on empty
|
expect_true | 153 | 153 |
3627 | test-types.R | test_that: predicates match definitions | is_string2() matches on empty
|
expect_false | 154 | 154 |
3628 | test-types.R | test_that: predicates match definitions | is_bool() checks for single TRUE or FALSE
|
expect_true | 157 | 162 |
3629 | test-types.R | test_that: predicates match definitions | is_bool() checks for single TRUE or FALSE
|
expect_true | 159 | 159 |
3630 | test-types.R | test_that: predicates match definitions | is_bool() checks for single TRUE or FALSE
|
expect_false | 160 | 160 |
3631 | test-types.R | test_that: predicates match definitions | is_bool() checks for single TRUE or FALSE
|
expect_false | 161 | 161 |
3632 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 164 | 183 |
3633 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 166 | 166 |
3634 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_false | 168 | 168 |
3635 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 169 | 169 |
3636 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 170 | 170 |
3637 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 171 | 171 |
3638 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_false | 173 | 173 |
3639 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 174 | 174 |
3640 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 175 | 175 |
3641 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 176 | 176 |
3642 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 178 | 178 |
3643 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 179 | 179 |
3644 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 180 | 180 |
3645 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 181 | 181 |
3646 | test-types.R | test_that: predicates match definitions | is_character2() matches empty and missing values | expect_true | 182 | 182 |
3647 | test-utils.R | test_that: locale setters report old locale | local_options() sets options | expect_identical | 15 | 15 |
3648 | test-utils.R | test_that: locale setters report old locale | local_options() sets options | expect_identical | 16 | 16 |
3649 | test-utils.R | test_that: locale setters report old locale | local_options() restores options | expect_identical | 18 | 20 |
3650 | test-utils.R | test_that: locale setters report old locale | trailing newlines are trimmed | expect_identical | 22 | 27 |
3651 | test-utils.R | test_that: locale setters report old locale | trailing newlines are trimmed | expect_identical | 24 | 24 |
3652 | test-utils.R | test_that: locale setters report old locale | trailing newlines are trimmed | expect_identical | 25 | 25 |
3653 | test-utils.R | test_that: locale setters report old locale | trailing newlines are trimmed | expect_identical | 26 | 26 |
3654 | test-utils.R | test_that: locale setters report old locale | source_refs() creates source references | expect_true | 32 | 32 |
3655 | test-utils.R | test_that: locale setters report old locale | path_trim_prefix() trims path | expect_equal | 35 | 50 |
3656 | test-utils.R | test_that: locale setters report old locale | path_trim_prefix() trims path | expect_equal | 41 | 44 |
3657 | test-utils.R | test_that: locale setters report old locale | path_trim_prefix() trims path | expect_equal | 46 | 49 |
3658 | test-utils.R | test_that: locale setters report old locale | detect_run_starts() works | expect_equal | 52 | 87 |
3659 | test-utils.R | test_that: locale setters report old locale | detect_run_starts() works | expect_equal | 57 | 60 |
3660 | test-utils.R | test_that: locale setters report old locale | detect_run_starts() works | expect_equal | 61 | 64 |
3661 | test-utils.R | test_that: locale setters report old locale | detect_run_starts() works | expect_equal | 66 | 69 |
3662 | test-utils.R | test_that: locale setters report old locale | detect_run_starts() works | expect_equal | 70 | 73 |
3663 | test-utils.R | test_that: locale setters report old locale | detect_run_starts() works | expect_equal | 75 | 78 |
3664 | test-utils.R | test_that: locale setters report old locale | detect_run_starts() works | expect_equal | 79 | 82 |
3665 | test-utils.R | test_that: locale setters report old locale | detect_run_starts() works | expect_equal | 83 | 86 |
3666 | test-vec-new.R | test_that: atomic vectors are spliced | can create empty vectors | expect_identical | 21 | 29 |
3667 | test-vec-new.R | test_that: atomic vectors are spliced | can create empty vectors | expect_identical | 23 | 23 |
3668 | test-vec-new.R | test_that: atomic vectors are spliced | can create empty vectors | expect_identical | 24 | 24 |
3669 | test-vec-new.R | test_that: atomic vectors are spliced | can create empty vectors | expect_identical | 25 | 25 |
3670 | test-vec-new.R | test_that: atomic vectors are spliced | can create empty vectors | expect_identical | 26 | 26 |
3671 | test-vec-new.R | test_that: atomic vectors are spliced | can create empty vectors | expect_identical | 27 | 27 |
3672 | test-vec-new.R | test_that: atomic vectors are spliced | can create empty vectors | expect_identical | 28 | 28 |
3673 | test-vec-new.R | test_that: atomic vectors are spliced | objects are not spliced | expect_error | 31 | 33 |
3674 | test-vec-new.R | test_that: atomic vectors are spliced | explicitly spliced lists are spliced | expect_identical | 35 | 37 |
3675 | test-vec-new.R | test_that: atomic vectors are spliced | splicing uses inner names | expect_identical | 39 | 42 |
3676 | test-vec-new.R | test_that: atomic vectors are spliced | splicing uses inner names | expect_identical | 41 | 41 |
3677 | test-vec-new.R | test_that: atomic vectors are spliced | splicing uses outer names when scalar | expect_identical | 44 | 47 |
3678 | test-vec-new.R | test_that: atomic vectors are spliced | splicing uses outer names when scalar | expect_identical | 46 | 46 |
3679 | test-vec-new.R | test_that: atomic vectors are spliced | warn when outer names unless input is unnamed scalar atomic | expect_warning | 49 | 54 |
3680 | test-vec-new.R | test_that: atomic vectors are spliced | warn when outer names unless input is unnamed scalar atomic | expect_identical | 50 | 50 |
3681 | test-vec-new.R | test_that: atomic vectors are spliced | warn when outer names unless input is unnamed scalar atomic | expect_warning | 51 | 51 |
3682 | test-vec-new.R | test_that: atomic vectors are spliced | warn when outer names unless input is unnamed scalar atomic | expect_identical | 51 | 51 |
3683 | test-vec-new.R | test_that: atomic vectors are spliced | warn when outer names unless input is unnamed scalar atomic | expect_warning | 52 | 52 |
3684 | test-vec-new.R | test_that: atomic vectors are spliced | warn when outer names unless input is unnamed scalar atomic | expect_identical | 52 | 52 |
3685 | test-vec-new.R | test_that: atomic vectors are spliced | warn when outer names unless input is unnamed scalar atomic | expect_warning | 53 | 53 |
3686 | test-vec-new.R | test_that: atomic vectors are spliced | warn when outer names unless input is unnamed scalar atomic | expect_identical | 53 | 53 |
3687 | test-vec-new.R | test_that: atomic vectors are spliced | warn when spliced lists have outer name | expect_warning | 56 | 58 |
3688 | test-vec-new.R | test_that: atomic vectors are spliced | list2() doesn’t splice bare lists | expect_identical | 60 | 63 |
3689 | test-vec-new.R | test_that: atomic vectors are spliced | list2() doesn’t splice bare lists | expect_identical | 62 | 62 |
3690 | test-vec-new.R | test_that: atomic vectors are spliced | atomic inputs are implicitly coerced | expect_identical | 65 | 71 |
3691 | test-vec-new.R | test_that: atomic vectors are spliced | atomic inputs are implicitly coerced | expect_identical | 67 | 67 |
3692 | test-vec-new.R | test_that: atomic vectors are spliced | atomic inputs are implicitly coerced | expect_error | 69 | 69 |
3693 | test-vec-new.R | test_that: atomic vectors are spliced | atomic inputs are implicitly coerced | expect_error | 70 | 70 |
3694 | test-vec-new.R | test_that: atomic vectors are spliced | type errors are handled | expect_error | 73 | 76 |
3695 | test-vec-new.R | test_that: atomic vectors are spliced | type errors are handled | expect_error | 75 | 75 |
3696 | test-vec-new.R | test_that: atomic vectors are spliced | empty inputs are spliced | expect_identical | 78 | 81 |
3697 | test-vec-new.R | test_that: atomic vectors are spliced | empty inputs are spliced | expect_warning | 80 | 80 |
3698 | test-vec-new.R | test_that: atomic vectors are spliced | empty inputs are spliced | expect_identical | 80 | 80 |
3699 | test-vec-new.R | test_that: atomic vectors are spliced | list2() splices names | expect_identical | 83 | 87 |
3700 | test-vec-new.R | test_that: atomic vectors are spliced | list2() splices names | expect_identical | 85 | 85 |
3701 | test-vec-new.R | test_that: atomic vectors are spliced | list2() splices names | expect_identical | 86 | 86 |
3702 | test-vec-new.R | test_that: atomic vectors are spliced | ll() is an alias to list2() | expect_identical | 89 | 91 |
3703 | test-vec-new.R | test_that: atomic vectors are spliced | vector ctors take names arguments | expect_identical | 93 | 101 |
3704 | test-vec-new.R | test_that: atomic vectors are spliced | vector ctors take names arguments | expect_identical | 95 | 95 |
3705 | test-vec-new.R | test_that: atomic vectors are spliced | vector ctors take names arguments | expect_identical | 96 | 96 |
3706 | test-vec-new.R | test_that: atomic vectors are spliced | vector ctors take names arguments | expect_identical | 97 | 97 |
3707 | test-vec-new.R | test_that: atomic vectors are spliced | vector ctors take names arguments | expect_identical | 98 | 98 |
3708 | test-vec-new.R | test_that: atomic vectors are spliced | vector ctors take names arguments | expect_identical | 99 | 99 |
3709 | test-vec-new.R | test_that: atomic vectors are spliced | vector ctors take names arguments | expect_identical | 100 | 100 |
3710 | test-vec-new.R | test_that: atomic vectors are spliced | rep_named() repeats along names | expect_error | 103 | 108 |
3711 | test-vec-new.R | test_that: atomic vectors are spliced | rep_named() repeats along names | expect_identical | 105 | 105 |
3712 | test-vec-new.R | test_that: atomic vectors are spliced | rep_named() repeats along names | expect_identical | 106 | 106 |
3713 | test-vec-new.R | test_that: atomic vectors are spliced | rep_named() repeats along names | expect_identical | 107 | 107 |
3714 | test-vec-new.R | test_that: atomic vectors are spliced | rep_along() reps along vector | expect_identical | 110 | 112 |
3715 | test-vec-new.R | test_that: atomic vectors are spliced | chr() supports logical NA | expect_identical | 114 | 117 |
3716 | test-vec-new.R | test_that: atomic vectors are spliced | chr() supports logical NA | expect_identical | 116 | 116 |
3717 | test-vec-squash.R | test_that: vectors and names are squashed | bad outer names warn even at depth | expect_warning | 10 | 14 |
3718 | test-vec-squash.R | test_that: vectors and names are squashed | bad outer names warn even at depth | expect_identical | 12 | 12 |
3719 | test-vec-squash.R | test_that: vectors and names are squashed | lists are squashed | expect_identical | 16 | 18 |
3720 | test-vec-squash.R | test_that: vectors and names are squashed | squash_if() handles custom predicate | expect_identical | 24 | 24 |
3721 | test-vec-squash.R | test_that: vectors and names are squashed | vectors and names are flattened | expect_identical | 30 | 34 |
3722 | test-vec-squash.R | test_that: vectors and names are squashed | vectors and names are flattened | expect_identical | 32 | 32 |
3723 | test-vec-squash.R | test_that: vectors and names are squashed | vectors and names are flattened | expect_error | 33 | 33 |
3724 | test-vec-squash.R | test_that: vectors and names are squashed | bad outer names warn when flattening | expect_warning | 36 | 39 |
3725 | test-vec-squash.R | test_that: vectors and names are squashed | bad outer names warn when flattening | expect_identical | 37 | 37 |
3726 | test-vec-squash.R | test_that: vectors and names are squashed | bad outer names warn when flattening | expect_warning | 38 | 38 |
3727 | test-vec-squash.R | test_that: vectors and names are squashed | bad outer names warn when flattening | expect_identical | 38 | 38 |
3728 | test-vec-squash.R | test_that: vectors and names are squashed | lists are flattened | expect_identical | 43 | 43 |
3729 | test-vec-squash.R | test_that: vectors and names are squashed | lists are flattened | expect_identical | 44 | 44 |
3730 | test-vec-squash.R | test_that: vectors and names are squashed | lists are flattened | expect_identical | 45 | 45 |
3731 | test-vec-squash.R | test_that: vectors and names are squashed | lists are flattened | expect_identical | 46 | 46 |
3732 | test-vec-squash.R | test_that: vectors and names are squashed | flatten() checks type of splice box contents and coerces to list | expect_identical | 49 | 51 |
3733 | test-vec-squash.R | test_that: vectors and names are squashed | is_spliced_bare() is TRUE for bare lists | expect_true | 53 | 55 |
3734 | test-vec-squash.R | test_that: vectors and names are squashed | flatten_if() handles custom predicate | expect_identical | 61 | 61 |
3735 | test-vec-squash.R | test_that: vectors and names are squashed | flatten_if() handles custom predicate | expect_identical | 62 | 62 |
3736 | test-vec-squash.R | test_that: vectors and names are squashed | flatten_if() handles custom predicate | expect_identical | 65 | 65 |
3737 | test-vec-squash.R | test_that: vectors and names are squashed | flatten() splices names | expect_warning | 68 | 81 |
3738 | test-vec-squash.R | test_that: vectors and names are squashed | flatten() splices names | expect_identical | 70 | 73 |
3739 | test-vec-squash.R | test_that: vectors and names are squashed | flatten() splices names | expect_warning | 75 | 80 |
3740 | test-vec-squash.R | test_that: vectors and names are squashed | flatten() splices names | expect_identical | 76 | 79 |
3741 | test-vec-squash.R | test_that: vectors and names are squashed | typed flatten return typed vectors | expect_identical | 85 | 85 |
3742 | test-vec-squash.R | test_that: vectors and names are squashed | typed flatten return typed vectors | expect_identical | 86 | 86 |
3743 | test-vec-squash.R | test_that: vectors and names are squashed | typed flatten return typed vectors | expect_identical | 87 | 87 |
3744 | test-vec-squash.R | test_that: vectors and names are squashed | typed flatten return typed vectors | expect_identical | 88 | 88 |
3745 | test-vec-squash.R | test_that: vectors and names are squashed | typed flatten return typed vectors | expect_identical | 91 | 91 |
3746 | test-vec-squash.R | test_that: vectors and names are squashed | typed flatten return typed vectors | expect_identical | 94 | 94 |
3747 | test-vec-squash.R | test_that: vectors and names are squashed | typed squash return typed vectors | expect_identical | 99 | 99 |
3748 | test-vec-squash.R | test_that: vectors and names are squashed | typed squash return typed vectors | expect_identical | 100 | 100 |
3749 | test-vec-squash.R | test_that: vectors and names are squashed | typed squash return typed vectors | expect_identical | 101 | 101 |
3750 | test-vec-squash.R | test_that: vectors and names are squashed | typed squash return typed vectors | expect_identical | 102 | 102 |
3751 | test-vec-squash.R | test_that: vectors and names are squashed | typed squash return typed vectors | expect_identical | 105 | 105 |
3752 | test-vec-squash.R | test_that: vectors and names are squashed | typed squash return typed vectors | expect_identical | 108 | 108 |
3753 | test-vec-squash.R | test_that: vectors and names are squashed | flatten_if() and squash_if() handle primitive functions | expect_identical | 111 | 114 |
3754 | test-vec-squash.R | test_that: vectors and names are squashed | flatten_if() and squash_if() handle primitive functions | expect_identical | 113 | 113 |
3755 | test-vec-squash.R | test_that: vectors and names are squashed | only lists can be flattened (#868, #885) | expect_error | 116 | 119 |
3756 | test-vec-squash.R | test_that: vectors and names are squashed | only lists can be flattened (#868, #885) | expect_error | 118 | 118 |
3757 | test-vec-utils.R | test_that: seq2() creates increasing sequences | seq2_along() creates increasing sequences | expect_identical | 6 | 9 |
3758 | test-vec-utils.R | test_that: seq2() creates increasing sequences | seq2_along() creates increasing sequences | expect_identical | 8 | 8 |
3759 | test-vec-utils.R | test_that: seq2() creates increasing sequences | seq2() fails with non-scalar inputs | expect_error | 11 | 14 |
3760 | test-vec-utils.R | test_that: seq2() creates increasing sequences | seq2() fails with non-scalar inputs | expect_error | 13 | 13 |
3761 | test-vec.R | test_that: can poke a range to a vector | can poke n elements to a vector |
expect_error | 18 | 18 |
3762 | test-vec.R | test_that: can poke a range to a vector | can poke n elements to a vector |
expect_identical | 21 | 21 |
3763 | test-vec.R | test_that: can poke a range to a vector | can poke n elements to a vector |
expect_identical | 22 | 22 |
3764 | test-vec.R | test_that: can poke a range to a vector | can poke to a vector with default parameters | expect_identical | 31 | 31 |
3765 | test-vec.R | test_that: can poke a range to a vector | can poke to a vector with default parameters | expect_identical | 32 | 32 |
3766 | test-vec.R | test_that: can poke a range to a vector | can poke to a vector with default parameters | expect_identical | 38 | 38 |
3767 | test-vec.R | test_that: can poke a range to a vector | can poke to a vector with default parameters | expect_identical | 39 | 39 |
3768 | test-vec.R | test_that: can poke a range to a vector | can poke to a vector with double parameters | expect_identical | 48 | 48 |
3769 | test-vec.R | test_that: can poke a range to a vector | can poke to a vector with double parameters | expect_identical | 49 | 49 |
3770 | test-vec.R | test_that: can poke a range to a vector | can poke to a vector with double parameters | expect_identical | 56 | 56 |
3771 | test-vec.R | test_that: can poke a range to a vector | can poke to a vector with double parameters | expect_identical | 57 | 57 |
3772 | test-vec.R | test_that: can poke a range to a vector | vector pokers fail if parameters are not integerish | expect_error | 64 | 64 |
3773 | test-vec.R | test_that: can poke a range to a vector | vector pokers fail if parameters are not integerish | expect_error | 65 | 65 |
3774 | test-vec.R | test_that: can poke a range to a vector | vector pokers fail if parameters are not integerish | expect_error | 66 | 66 |
3775 | test-vec.R | test_that: can poke a range to a vector | vector pokers fail if parameters are not integerish | expect_error | 68 | 68 |
3776 | test-vec.R | test_that: can poke a range to a vector | vector pokers fail if parameters are not integerish | expect_error | 69 | 69 |
3777 | test-vec.R | test_that: can poke a range to a vector | vector pokers fail if parameters are not integerish | expect_error | 70 | 70 |
3778 | test-vec.R | test_that: can poke a range to a vector | is_string() returns FALSE for NA
|
expect_false | 73 | 75 |
3779 | test-vec.R | test_that: can poke a range to a vector | are_na() requires vector input but not is_na() | expect_error | 77 | 80 |
3780 | test-vec.R | test_that: can poke a range to a vector | are_na() requires vector input but not is_na() | expect_false | 79 | 79 |
3781 | test-vec.R | test_that: can poke a range to a vector | are_na() fails with lists (#558) | expect_error | 82 | 84 |
3782 | test-vec.R | test_that: can poke a range to a vector | variadic ctors still work without warnings (#1210) | expect_no_warning | 86 | 95 |
3783 | test-vec.R | test_that: can poke a range to a vector | variadic ctors still work without warnings (#1210) | expect_identical | 89 | 89 |
3784 | test-vec.R | test_that: can poke a range to a vector | variadic ctors still work without warnings (#1210) | expect_identical | 90 | 90 |
3785 | test-vec.R | test_that: can poke a range to a vector | variadic ctors still work without warnings (#1210) | expect_identical | 91 | 91 |
3786 | test-vec.R | test_that: can poke a range to a vector | variadic ctors still work without warnings (#1210) | expect_identical | 92 | 92 |
3787 | test-vec.R | test_that: can poke a range to a vector | variadic ctors still work without warnings (#1210) | expect_identical | 93 | 93 |
3788 | test-weakref.R | test_that: weakref with key and no value allows key to be GC’d | key keeps value alive | expect_identical | 36 | 36 |
3789 | test-weakref.R | test_that: weakref with key and no value allows key to be GC’d | key keeps value alive | expect_identical | 37 | 37 |
3790 | test-weakref.R | test_that: weakref with key and no value allows key to be GC’d | key keeps value alive | expect_false | 42 | 42 |
3791 | test-weakref.R | test_that: weakref with key and no value allows key to be GC’d | key keeps value alive | expect_identical | 43 | 43 |
3792 | test-weakref.R | test_that: weakref with key and no value allows key to be GC’d | key keeps value alive | expect_false | 49 | 49 |
3793 | test-weakref.R | test_that: weakref with key and no value allows key to be GC’d | key keeps value alive | expect_false | 50 | 50 |
3794 | test-weakref.R | test_that: weakref with key and no value allows key to be GC’d | key keeps value alive | expect_true | 56 | 56 |
3795 | test-weakref.R | test_that: weakref with key and no value allows key to be GC’d | key keeps value alive | expect_true | 57 | 57 |
3796 | test-weakref.R | test_that: weakref with key and no value allows key to be GC’d | key keeps value alive | expect_true | 58 | 58 |
Run covrpage
in a sterile environment to output the report README
.
covrpage_snapshot('r-lib/rlang')