Skip to content

Commit

Permalink
Updated mocks to use mockery Expecter. Resolves #200. (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyshu authored Sep 12, 2024
1 parent 8b7451b commit 5ba83da
Show file tree
Hide file tree
Showing 7 changed files with 1,382 additions and 29 deletions.
3 changes: 3 additions & 0 deletions .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ mockname: "{{.InterfaceName}}"
outpkg: mocks
with-expecter: true
packages:
github.com/c2fo/vfs/v6:
config:
all: true
github.com/c2fo/vfs/v6/backend/s3:
config:
all: true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]

## [6.18.0] - 2024-09-12
### Added
- Updated mocks to use mockery Expecter. Resolves #200.

## [6.17.0] - 2024-09-10
### Added
- Added additionally-supported HostKeyAlgorithms for SFTP backend. Resolves #198.
Expand Down
Loading

0 comments on commit 5ba83da

Please sign in to comment.