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

Commit b2aeacb

Browse files
committed
test coverage README
1 parent 21d3aaa commit b2aeacb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tests/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
| fixed-size array leaves | ✓ |
99
| variable-size array leaves | ✓ |
1010
| split objects (`small-evnt-tree-fullsplit.root`) | ✓ |
11-
| split objects in `TClonesArray` | **no** |
12-
| leaflist (FIXME: not implemented) | **no** |
13-
| unsplit objects (won't do) | **no** |
14-
| `std::vector`, `std::string` (???) | **no** |
11+
| split objects in `TClonesArray` | **no!** |
12+
| leaflist (FIXME: not implemented) | **no!** |
13+
| unsplit objects (won't do) | **no!** |
14+
| `std::vector`, `std::string` (???) | **no!** |
1515
| branch with "speed bumps" | ✓ |
1616
| all compression algorithms (none, zlib, lzma, lz4; ignoring "old") | ✓ |
1717
| `TTree` versions from 16 (2009) to 19 (present) | ✓ |
18-
| nested directories | **no** |
18+
| nested directories | **no!** |
1919
| arrays interface | ✓ |
2020
| iterator interface | ✓ |
21-
| selection by list of branch names | **no** |
22-
| pass array to fill, rather than `dtype` | **no** |
23-
| different `outputtypes` | **no** |
21+
| selection by list of branch names | **no!** |
22+
| pass array to fill, rather than `dtype` | **no!** |
23+
| different `outputtypes` | **no!** |
2424
| memory-mapped files | ✓ |
25-
| standard files (not using; remove?) | **no** |
26-
| XRootD (would have to get XRootD library into `tests_require` somehow...) | **no** |
27-
| big files (64-bit addresses in TFile header) | **no** |
28-
| parallel processing (not deterministic: hard to include in test suite) | **no** |
29-
| exception raising! | **no** |
30-
| `repr` print-outs | **no** |
31-
| informational methods (keys/branches listings) | partial |
25+
| standard files (not using; remove?) | **no!** |
26+
| XRootD (would have to get XRootD library into `tests_require` somehow...) | **no!** |
27+
| big files (64-bit addresses in TFile header) | **no!** |
28+
| parallel processing (not deterministic: hard to include in test suite) | **no!** |
29+
| exception raising! | **no!** |
30+
| `repr` print-outs | **no!** |
31+
| informational methods (keys/branches listings) | **partial** |

0 commit comments

Comments
 (0)