Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 21d3aaa

Browse files
committed
test coverage README
1 parent 0d5f9fc commit 21d3aaa

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tests/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
# test coverage
1+
# Test coverage
22

33
| Can be tested | Is it tested? |
44
|:--------------|:-------------:|
5-
| flat numerical types (including booleans) | yes |
6-
| strings (`TLeafC` and `TString`) | yes |
7-
| signed/unsigned integers | yes |
8-
| fixed-size array leaves | yes |
9-
| variable-size array leaves | yes |
10-
| split objects (`small-evnt-tree-fullsplit.root`) | yes |
5+
| flat numerical types (including booleans) | ✓ |
6+
| strings (`TLeafC` and `TString`) | ✓ |
7+
| signed/unsigned integers | ✓ |
8+
| fixed-size array leaves | ✓ |
9+
| variable-size array leaves | ✓ |
10+
| split objects (`small-evnt-tree-fullsplit.root`) | ✓ |
1111
| split objects in `TClonesArray` | **no** |
1212
| leaflist (FIXME: not implemented) | **no** |
1313
| unsplit objects (won't do) | **no** |
1414
| `std::vector`, `std::string` (???) | **no** |
15-
| branch with "speed bumps" | yes |
16-
| all compression algorithms (none, zlib, lzma, lz4; ignoring "old") | yes |
17-
| `TTree` versions from 16 (2009) to 19 (present) | yes |
15+
| branch with "speed bumps" | ✓ |
16+
| all compression algorithms (none, zlib, lzma, lz4; ignoring "old") | ✓ |
17+
| `TTree` versions from 16 (2009) to 19 (present) | ✓ |
1818
| nested directories | **no** |
19-
| arrays interface | yes |
20-
| iterator interface | yes |
19+
| arrays interface | ✓ |
20+
| iterator interface | ✓ |
2121
| selection by list of branch names | **no** |
2222
| pass array to fill, rather than `dtype` | **no** |
2323
| different `outputtypes` | **no** |
24-
| memory-mapped files | yes |
24+
| memory-mapped files | ✓ |
2525
| standard files (not using; remove?) | **no** |
2626
| XRootD (would have to get XRootD library into `tests_require` somehow...) | **no** |
2727
| big files (64-bit addresses in TFile header) | **no** |

0 commit comments

Comments
 (0)