Borg/pkg/website
google-labs-jules[bot] 19431ed23d refactor: Improve test suite and mocking implementation
This commit refactors the test suite and mocking implementation based on user feedback.

- The mock HTTP client in `pkg/mocks/http.go` has been made thread-safe.
- The `pkg/website/website.go` package has been refactored to use dependency injection for the HTTP client.
- The tests in `TDD/collect_commands_test.go` have been updated to use separate buffers for stdout and stderr, and to use a local test server for the `collect website` command.
2025-11-02 20:03:32 +00:00
..
website.go refactor: Improve test suite and mocking implementation 2025-11-02 20:03:32 +00:00
website_test.go feat: Add progress bars to long-running operations 2025-11-02 01:26:52 +00:00