aboutsummaryrefslogtreecommitdiffstats
path: root/tests/middleware/test_authenticate.py
Commit message (Collapse)AuthorAgeFilesLines
* Throw all data manipulation code in one placeTomasz Kramkowski2023-03-271-27/+26
| | | | | This means that everything now goes through a Store object, which should make testing a little bit easier.
* Respond to auth failures with WWW-AuthenticateTomasz Kramkowski2023-03-271-0/+3
|
* add middleware testsTomasz Kramkowski2023-03-241-0/+116