This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Golang] [Package] Filesystem mock (#30)
* Test [Golang] [Module] Fix Testing Main Command - [+] test(main_test.go): fix assertion in TestWriteContentToFile function * Fix [Golang] [Package] Filesystem mock - [+] chore(file_system_mock.go): clean up comments and unused code - [+] feat(file_system_mock.go): add support for MockFile and FileLike interfaces - [+] fix(file_system_mock.go): fix error handling in FileExists method
- Loading branch information
1 parent
a6bc3fb
commit 371884c
Showing
2 changed files
with
87 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters