honeycombio / libhoney-rb

Ruby library for sending data to Honeycomb
Apache License 2.0
11 stars 30 forks source link

add a test_helper, Minitest reporters, & store test results in CI #88

Closed robbkidd closed 3 years ago

robbkidd commented 3 years ago

(Test suite improvements extracted from #87)

New dev dependency on minitest-reporters for more informative output (for example, individual test timing). Enable both Spec and JUnit test output in the test_helper for default. Tell git to ignore those JUnit XML files.

Update all test files to require the new test_helper which:

test_waits_for provides a tighter sleep loop so that we wait as short a time as possible.