> print(df)
              file  context                                      test nb failed skipped error warning passed
1     test-basic.R    Basic             logical tests act as expected  4      0   FALSE FALSE       2      2
2     test-basic.R    Basic           logical tests ignore attributes  4      0   FALSE FALSE       2      2
3     test-basic.R    Basic                            equality holds  2      0   FALSE FALSE       0      2
4     test-basic.R    Basic can't access variables from other tests 2  1      0    TRUE FALSE       0      0
5     test-basic.R    Basic can't access variables from other tests 1  2      0   FALSE FALSE       1      1
6     test-empty.R    empty                                empty test  1      0    TRUE FALSE       0      0
7     test-empty.R    empty                     empty test with error  0      0   FALSE  TRUE       0      0
8    test-errors.R    error                                    simple  0      0   FALSE  TRUE       0      0
9    test-errors.R    error                         after one success  1      0   FALSE  TRUE       0      1
10   test-errors.R    error                         after one failure  1      1   FALSE  TRUE       0      0
11   test-errors.R    error                               in the test  0      0   FALSE  TRUE       0      0
12   test-errors.R    error                           in expect_error  1      0   FALSE FALSE       0      1
13 test-failures.R failures                          just one failure  1      1   FALSE FALSE       0      0
14 test-failures.R failures                        one failure on two  2      1   FALSE FALSE       0      1
15 test-failures.R failures                                no failure  2      0   FALSE FALSE       0      2
16   test-helper.R   helper                               helper test  1      0   FALSE FALSE       0      1
17     test-skip.R     skip                                Skips skip  1      0    TRUE FALSE       0      0

