ronantakizawa/garbagetruck

Add unit tests for core modules

Open

#6 opened on Jul 25, 2025

 (0 comments) (0 reactions) (0 assignees)Rust (3 forks)auto 404
enhancementgood first issuetesting

Repository metrics

Stars
 (11 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

There are currently no unit tests in the codebase, which makes it hard to ensure code reliability and correctness.

Tasks

  • Identify key functions in core modules (e.g., src/client.rs, src/service/mod.rs)
  • Write unit tests for these functions
  • Ensure that tests cover edge cases and expected behaviors

This issue was automatically created by Merger Bot to help improve your repository for open source contributors.

Contributor guide