This website requires JavaScript.
Explore
Help
Sign In
logos-storage
/
logos-storage-go
Watch
1
Star
0
Fork
0
You've already forked logos-storage-go
mirror of
https://github.com/logos-storage/logos-storage-go.git
synced
2026-01-05 06:43:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
logos-storage-go
/
communities
History
Marcin Czenko
e703d06366
refactor the archive downloader tests to use testify in the test suite mode
2025-10-23 01:37:45 +02:00
..
mock
Adds basic test for archive downloader with the mocking setup
2025-10-22 21:18:31 +02:00
codex_archive_downloader_test.go
refactor the archive downloader tests to use testify in the test suite mode
2025-10-23 01:37:45 +02:00
codex_archive_downloader.go
Adds basic test for archive downloader with the mocking setup
2025-10-22 21:18:31 +02:00
codex_archive_downloader.txt
Prepares archive downloader for testing - sets up the protobuf infra
2025-10-22 03:19:15 +02:00
codex_client_integration_test.go
moves tests to a separate package to discorage testing of the implementation details and avoid import cycles in the future when using mocks
2025-10-22 21:02:28 +02:00
codex_client_interface.go
Adds basic test for archive downloader with the mocking setup
2025-10-22 21:18:31 +02:00
codex_client_test.go
moves tests to a separate package to discorage testing of the implementation details and avoid import cycles in the future when using mocks
2025-10-22 21:02:28 +02:00
codex_client.go
Renames LocalDownload to TriggerDownload and brings back the original LocalDownload
2025-10-22 03:44:49 +02:00