This repository has been archived on 2025-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web-app-template/handler/auth_test.go
Tim Wundenberg bddcfc6778
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 48s
chore: parametrize db path #181
2024-10-02 10:41:16 +02:00

12 lines
169 B
Go

package handler
import (
"testing"
)
func TestHandleSignIn(t *testing.T) {
t.Parallel()
t.Run("should signIn and return session cookie", func(t *testing.T) {
})
}