Skip to content

Conversation

@toshimaru
Copy link
Member

No description provided.

@toshimaru toshimaru force-pushed the better-test-experience branch from 2e593d3 to 2605981 Compare May 6, 2025 12:17
@toshimaru toshimaru changed the title Colorize minitest output with minitest/pride test: Add tests for apply and check / 💎 Add minitest-reporters May 6, 2025
@toshimaru toshimaru marked this pull request as ready for review May 6, 2025 12:20
Copilot AI review requested due to automatic review settings May 6, 2025 12:20
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds tests for the Serverkit::Resources::MiseInstall resource methods (apply and check) and updates the test suite to use minitest-reporters for improved test output formatting.

  • Added tests for the apply and check methods in test/serverkit/resources/test_mise_install.rb
  • Updated test/test_helper.rb to configure minitest-reporters
  • Updated Gemfile to include new gem dependencies without fixed version constraints

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
test/test_helper.rb Configures minitest-reporters for enhanced test output
test/serverkit/resources/test_mise_install.rb Adds new tests for the MiseInstall resource methods
Gemfile Updates gem dependencies, removing fixed version constraints

gem "rake", "~> 13.0"
gem "minitest", "~> 5.16"
gem "standard", "~> 1.3"
gem "minitest"
Copy link

Copilot AI May 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Removing version constraints for gems may lead to unexpected dependency upgrades; consider specifying version ranges to ensure stability in your testing environment.

Suggested change
gem "minitest"
gem "minitest", "~> 5.0"

Copilot uses AI. Check for mistakes.
@toshimaru toshimaru merged commit 4ac7459 into main May 6, 2025
12 checks passed
@toshimaru toshimaru deleted the better-test-experience branch May 6, 2025 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants