| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: use a `size_t` | Edward Thomson | 2016-07-24 | 2 | -8/+6 |
| | | |||||
| * | tests: skip the unreadable file tests as root | Edward Thomson | 2016-04-11 | 1 | -0/+5 |
| | | | | | | | When running as root, skip the unreadable file tests, because, well, they're probably _not_ unreadable to root unless you've got some crazy NSA clearance-level honoring operating system shit going on. | ||||
| * | iterator: support trailing `/` in start for submod | Edward Thomson | 2016-04-02 | 1 | -6/+12 |
| | | | | | | | Allow callers to specify a start path with a trailing slash to match a submodule, instead of just a directory. This is for some legacy behavior that's sort of dumb, but there it is. | ||||
| * | leaks: fix some leaks in the tests | Edward Thomson | 2016-03-31 | 3 | -0/+8 |
| | | |||||
| * | iterator: new workdir-iterator test for pathlist + includings trees | Marc Strapetz | 2016-03-24 | 1 | -0/+26 |
| | | |||||
| * | iterator: new index-iterator test for pathlist + includings trees | Marc Strapetz | 2016-03-24 | 1 | -0/+31 |
| | | |||||
| * | iterator: more pathlist-related tests should test actual paths | Marc Strapetz | 2016-03-24 | 2 | -6/+23 |
| | | |||||
| * | iterator: don't run the gunk test by default on CI | Edward Thomson | 2016-03-24 | 1 | -1/+1 |
| | | | | | (It's slow!) | ||||
| * | iterator: refactor index iterator | Edward Thomson | 2016-03-24 | 4 | -58/+688 |
| | | |||||
| * | iterator: give the tests a proper hierarchy | Edward Thomson | 2016-03-24 | 5 | -0/+3375 |
| Iterator tests were split over repo::iterator and diff::iterator, with duplication between the two. Move them to iterator::index, iterator::tree, and iterator::workdir. | |||||
