Skip to content

Commit

Permalink
update mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Oct 25, 2024
1 parent 912a213 commit 337ef5c
Show file tree
Hide file tree
Showing 13 changed files with 3,431 additions and 112 deletions.
19 changes: 10 additions & 9 deletions network/.mockery.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
quiet: False
keeptree: True
disable-version-string: True
with-expecter: True
all: False
mockname: "{{.InterfaceName}}"
filename: "{{.InterfaceNameSnake}}.go"
dir: "mocks"
dir: "network/mocks"
outpkg: "mocks"
log-level: debug
recursive: True
packages:
github.com/ignite/apps/network/network:
interfaces:
Chain:
CosmosClient:
# CosmosClient:
github.com/ignite/apps/network/network/testutil:
interfaces:
AccountInfo:
BankClient:
IBCClient:
LaunchClient:
ProfileClient:
ProjectClient:
ProfileClient:
LaunchClient:
BankClient:
RewardClient:
StakingClient:
StakingClient:
MonitoringcClient:
MonitoringpClient:
AccountInfo:
# IBCClient:
17 changes: 12 additions & 5 deletions network/network/mocks/account_info.go

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

Loading

0 comments on commit 337ef5c

Please sign in to comment.