All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 48s
12 lines
169 B
Go
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) {
|
|
})
|
|
}
|