summaryrefslogtreecommitdiff
path: root/tests/test_slice_transform.rs
AgeCommit message (Expand)Author
2022-07-12Refactor iterator-related tests (#652)Michal Nazarewicz
2020-08-07Use pretty_assertions in tests (#451)Stanislav Tkach
2020-06-14Fix slice transformers with no in_domain callback (#438)Nelson Elhage
2020-04-24Add clippy linter in CI (#417)Oleksandr Anyshchenko
2020-01-15Move to Rust 2018 (#375)wqfish
2019-06-26Change a column family storingOleksandr Anyshchenko
2019-03-17Remove allocations from SliceTransform's callbackMartin Ek
2019-02-15Applied clippy lintsOleksandr Anyshchenko
2018-11-28Fixing rustfmt.toml and applying formatting...Jordan Terrell
2018-11-27Renaming DBName to DBPath and implementing AsRef<Path> on DBPath...Jordan Terrell
2018-04-06Make sure DB is dropped after all testsMartin Ek
2018-02-10add slice transform supportTyler Neely