scorecard/clients/git
Naveen accaffdfe2
🌱 Unit tests for git client (#3328)
- Add test functions to the Git client for testing repository initialization, commit listing, and search functionality

[clients/git/client_test.go]
- Add `createTestRepo` function to set up a test repository
- Add `TestInitRepo` to test the initialization of a repository
- Add `TestListCommits` to test the listing of commits
- Add `TestSearch` to test the search functionality

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
2023-08-15 17:20:38 +00:00
..
client_test.go 🌱 Unit tests for git client (#3328) 2023-08-15 17:20:38 +00:00
client.go Initial implementation of go-git client (#2720) 2023-03-15 21:28:09 +00:00
e2e_test.go Initial implementation of go-git client (#2720) 2023-03-15 21:28:09 +00:00
gitrepo_suite_test.go Initial implementation of go-git client (#2720) 2023-03-15 21:28:09 +00:00