Skip to content

Conversation

@bougyman
Copy link
Member

@bougyman bougyman commented Jan 4, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 4, 2026 22:13
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 establishes the initial test infrastructure by replacing the basic test setup with a more comprehensive test helper configuration and fixing a critical path reference error.

  • Replaces test/test_helper.rb with test/helper.rb that includes coverage tools, WebMock configuration, and test setup
  • Fixes incorrect require path from domeapi/version to kalshi/version in lib/kalshi.rb
  • Updates Rake test task configuration to use Rake::TestTask instead of Minitest::TestTask

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
test/test_helper.rb Removed legacy test helper
test/kalshi/test_rb.rb Updated to require new 'helper' and removed placeholder test
test/helper.rb Added comprehensive test helper with SimpleCov, WebMock, and Minitest configuration
lib/kalshi.rb Fixed require path from 'domeapi/version' to 'kalshi/version'
Rakefile Switched from Minitest::TestTask to Rake::TestTask with custom configuration

@bougyman bougyman merged commit c062e5f into main Jan 4, 2026
5 of 6 checks passed
@bougyman bougyman deleted the first-working-test branch January 4, 2026 23:04
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