summaryrefslogtreecommitdiff
path: root/tests/api.py
Commit message (Collapse)AuthorAgeFilesLines
* switch to hyper backend for web-pushpennae2023-02-041-1/+3
| | | | | | upgrading dependencies will mean we have to use hyper for web-push instead of isahc. sadly hyper doesn't send content-length headers for empty bodies, but we can fudge that for the tests.
* speed up test suitepennae2022-07-181-3/+3
| | | | | mostly by grouping tests that can reuse the same account (which is expensive to create) into classes and scoping accounts to classes.
* allow integration tests to run in parallelpennae2022-07-141-6/+7
| | | | | this doesn't do much for performance, but it does allow running the tests with a simple `cargo t`.
* initial importpennae2022-07-131-0/+252