|
7 | 7 | * skip (1) |
8 | 8 |
|
9 | 9 | == Warnings ==================================================================== |
10 | | - -- Warning ('reporters/tests.R:49'): warnings get backtraces ------------------- |
| 10 | + -- Warning ('reporters/tests.R:49:3'): warnings get backtraces ----------------- |
11 | 11 | def |
12 | 12 | Backtrace: |
13 | 13 | 1. f() |
14 | 14 | at reporters/tests.R:49:2 |
15 | 15 |
|
16 | 16 | == Failed tests ================================================================ |
17 | | - -- Failure ('reporters/tests.R:12'): Failure:1 --------------------------------- |
| 17 | + -- Failure ('reporters/tests.R:12:3'): Failure:1 ------------------------------- |
18 | 18 | FALSE is not TRUE |
19 | 19 |
|
20 | 20 | `actual`: FALSE |
21 | 21 | `expected`: TRUE |
22 | | - -- Failure ('reporters/tests.R:17'): Failure:2a -------------------------------- |
| 22 | + -- Failure ('reporters/tests.R:17:3'): Failure:2a ------------------------------ |
23 | 23 | FALSE is not TRUE |
24 | 24 |
|
25 | 25 | `actual`: FALSE |
|
28 | 28 | x |
29 | 29 | 1. \-f() at reporters/tests.R:17:2 |
30 | 30 | 2. \-testthat::expect_true(FALSE) at reporters/tests.R:16:7 |
31 | | - -- Error ('reporters/tests.R:23'): Error:1 ------------------------------------- |
| 31 | + -- Error ('reporters/tests.R:23:3'): Error:1 ----------------------------------- |
32 | 32 | Error in `eval(code, test_env)`: stop |
33 | | - -- Error ('reporters/tests.R:31'): errors get tracebacks ----------------------- |
| 33 | + -- Error ('reporters/tests.R:31:3'): errors get tracebacks --------------------- |
34 | 34 | Error in `h()`: ! |
35 | 35 | Backtrace: |
36 | 36 | x |
|
45 | 45 | [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] |
46 | 46 |
|
47 | 47 | == Failed tests ================================================================ |
48 | | - -- Failure ('reporters/long-test.R:2'): That very long test messages are not truncated because they contain useful information that you probably want to read -- |
| 48 | + -- Failure ('reporters/long-test.R:2:3'): That very long test messages are not truncated because they contain useful information that you probably want to read -- |
49 | 49 | Failure has been forced |
50 | 50 |
|
51 | 51 | [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] |
|
63 | 63 | * skip (1) |
64 | 64 |
|
65 | 65 | == Warnings ==================================================================== |
66 | | - -- Warning ('reporters/tests.R:49'): warnings get backtraces ------------------- |
| 66 | + -- Warning ('reporters/tests.R:49:3'): warnings get backtraces ----------------- |
67 | 67 | def |
68 | 68 | Backtrace: |
69 | 69 | 1. f() |
70 | 70 | at reporters/tests.R:49:2 |
71 | 71 |
|
72 | 72 | == Failed tests ================================================================ |
73 | | - -- Failure ('reporters/tests.R:12'): Failure:1 --------------------------------- |
| 73 | + -- Failure ('reporters/tests.R:12:3'): Failure:1 ------------------------------- |
74 | 74 | FALSE is not TRUE |
75 | 75 |
|
76 | 76 | `actual`: FALSE |
77 | 77 | `expected`: TRUE |
78 | | - -- Failure ('reporters/tests.R:17'): Failure:2a -------------------------------- |
| 78 | + -- Failure ('reporters/tests.R:17:3'): Failure:2a ------------------------------ |
79 | 79 | FALSE is not TRUE |
80 | 80 |
|
81 | 81 | `actual`: FALSE |
|
84 | 84 | x |
85 | 85 | 1. \-f() at reporters/tests.R:17:2 |
86 | 86 | 2. \-testthat::expect_true(FALSE) at reporters/tests.R:16:7 |
87 | | - -- Error ('reporters/tests.R:23'): Error:1 ------------------------------------- |
| 87 | + -- Error ('reporters/tests.R:23:3'): Error:1 ----------------------------------- |
88 | 88 | Error in `eval(code, test_env)`: stop |
89 | | - -- Error ('reporters/tests.R:31'): errors get tracebacks ----------------------- |
| 89 | + -- Error ('reporters/tests.R:31:3'): errors get tracebacks --------------------- |
90 | 90 | Error in `h()`: ! |
91 | 91 | Backtrace: |
92 | 92 | x |
|
0 commit comments