summaryrefslogtreecommitdiff
path: root/tests/test_auth_account.py
Commit message (Collapse)AuthorAgeFilesLines
* speed up test suitepennae2022-07-181-49/+50
| | | | | 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-2/+2
| | | | | this doesn't do much for performance, but it does allow running the tests with a simple `cargo t`.
* initial importpennae2022-07-131-0/+348