Skip to content

Commit

Permalink
chore: unit tests for session service (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
anujk14 authored Aug 20, 2024
1 parent 4caf97a commit df7a239
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ packages:
github.com/raystack/frontier/core/policy:
config:
dir: "core/policy/mocks"
all: true
github.com/raystack/frontier/core/authenticate/session:
config:
dir: "core/authenticate/session/mocks"
all: true
288 changes: 288 additions & 0 deletions core/authenticate/session/mocks/repository.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit df7a239

Please sign in to comment.