Added page protection and reauthentication tests

This commit is contained in:
2025-02-16 15:15:52 +11:00
parent deaeddb533
commit 31f1b83da4
4 changed files with 172 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ tester:
test:
rm -f **/.projectreshoot-test-database.db
go mod tidy && \
go test . -v
go test ./middleware -v
go test .
go test ./middleware
clean:
go clean