Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use jaekwon/testify throughout codebase #1926

Closed

Conversation

harry-hov
Copy link
Contributor

@harry-hov harry-hov commented Apr 13, 2024

Currently, we use 2 implementations of testify in our codebase - jaekwon/testify and stretchr/testify

To streamline our practices and minimize confusion, it's a good idea to opt for a single implementation. Given our preference for jaekwon/testify (see: #777 (comment)), this PR is an attempt to replace stretchr/testify with jaekwon/testify.

--

Update: After discussion, we all agreed on using stretchr/testify throughout our codebase. Superseded by #1931.

@github-actions github-actions bot added 📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 ⛰️ gno.land Issues or PRs gno.land package related labels Apr 13, 2024
Copy link

codecov bot commented Apr 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.79%. Comparing base (d44c9a5) to head (9e85f76).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1926   +/-   ##
=======================================
  Coverage   47.79%   47.79%           
=======================================
  Files         393      393           
  Lines       61643    61643           
=======================================
  Hits        29463    29463           
  Misses      29708    29708           
  Partials     2472     2472           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@harry-hov harry-hov changed the title refactor: use jaekwon/testify throughout codebase refactor: use stretchr/testify throughout codebase Apr 15, 2024
@harry-hov harry-hov changed the title refactor: use stretchr/testify throughout codebase refactor: use jaekwon/testify throughout codebase Apr 15, 2024
@harry-hov
Copy link
Contributor Author

After discussion, we all agreed on using stretchr/testify throughout our codebase. Superseded by #1931.

@harry-hov harry-hov closed this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🌐 tendermint v2 Issues or PRs tm2 related 📦 ⛰️ gno.land Issues or PRs gno.land package related
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant