summaryrefslogtreecommitdiff
path: root/tests/test_auth_password.py
Commit message (Collapse)AuthorAgeFilesLines
* speed up test suitepennae2022-07-181-96/+93
| | | | | mostly by grouping tests that can reuse the same account (which is expensive to create) into classes and scoping accounts to classes.
* initial importpennae2022-07-131-0/+211