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 stretchr/testify throughout codebase #1931

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

harry-hov
Copy link
Contributor

@harry-hov harry-hov commented Apr 15, 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.

After discussion, we all agreed on using stretchr/testify throughout our codebase.

Closes #777

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

codecov bot commented Apr 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.07%. Comparing base (54bd960) to head (3b5fa7b).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1931   +/-   ##
=======================================
  Coverage   45.07%   45.07%           
=======================================
  Files         464      464           
  Lines       68008    68008           
=======================================
+ Hits        30652    30656    +4     
+ Misses      34781    34778    -3     
+ Partials     2575     2574    -1     

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

@harry-hov harry-hov marked this pull request as ready for review April 15, 2024 19:26
@thehowl thehowl merged commit f26634b into gnolang:master Apr 18, 2024
195 of 200 checks passed
omarsy pushed a commit to TERITORI/gno that referenced this pull request Apr 21, 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.

After discussion, we all agreed on using `stretchr/testify` throughout
our codebase.

Closes gnolang#777
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 📦 🤖 gnovm Issues or PRs gnovm related
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

Use jaekwon/testify or stretchr/testify
2 participants