Skip to content

Conversation

@broothie
Copy link
Owner

Resolves #14

Successfully converted the test framework from github.com/broothie/test to github.com/stretchr/testify/assert across the entire codebase.

Changes

  • Updated go.mod to replace broothie/test v0.1.9 with testify v1.10.0
  • Converted 9 test files with ~50+ assertions
  • Changed all imports from "github.com/broothie/test" to "github.com/stretchr/testify/assert"
  • Converted all test.* calls to assert.* methods
  • Removed unused broothie/test dependency

Benefits

  • Better community support and documentation
  • More stable API with standard testing patterns
  • Enhanced error messages and diagnostics
  • Wider ecosystem compatibility

Generated with Claude Code

- Replace github.com/broothie/test with github.com/stretchr/testify/assert in go.mod
- Update all test file imports to use testify/assert
- Convert all test method calls from test.* to assert.*
- Remove unused broothie/test dependency

Co-authored-by: Andrew Booth <broothie@users.noreply.github.com>
@broothie broothie closed this Jun 29, 2025
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.

Convert test framework from broothie/test to testify/assert

2 participants