summaryrefslogtreecommitdiff
path: root/tests/integration.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove dependency on chronopennae2022-07-251-2/+4
| | | | | | prompted by a cargo audit run. time works just as well and is better maintained. web-push still uses chrono, but from the looks of things it won't be affected.
* allow integration tests to run in parallelpennae2022-07-141-24/+46
| | | | | this doesn't do much for performance, but it does allow running the tests with a simple `cargo t`.
* initial importpennae2022-07-131-0/+73