Skip to content

Commit

Permalink
fix: add missing mockery config
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Jan 7, 2024
1 parent 8cba468 commit 29f6b04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
with-expecter: true
dir: "{{.InterfaceDir}}"
filename: "mock_{{.InterfaceName | lower}}.go"
inpackage: true
#packages:
# github.com/bilalcaliskan/rss-feed-filterer/internal/feed:
# config:
# interfaces:
# Parser:
# config:
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@
- Uncomment **line 165** in [.github/workflows/push.yml](.github/workflows/push.yml)
- Uncomment **line 70** to **line 80** in [build/package/.goreleaser.yaml](build/package/.goreleaser.yaml)

## Used Libraries
## Used Libraries and Tools
- [spf13/cobra](https://github.com/spf13/cobra)
- [rs/zerolog](https://github.com/rs/zerolog)
- [vektra/mockery](https://github.com/vektra/mockery)

## Development
This project requires below tools while developing:
Expand Down

0 comments on commit 29f6b04

Please sign in to comment.