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

Migrate testify/assert and testify/require dependencies to use gotest.tools #419

Closed
wants to merge 5 commits into from

Conversation

jelilat
Copy link
Contributor

@jelilat jelilat commented Sep 23, 2022

Resolves #403

Description

It resolves the limitations with testify/assert and testify/require by migrating them to use gotest.tools

Types of changes

  • Enhancement

Testing

Requires testing: Yes

Did you write tests??: No. Tested manually

@codecov
Copy link

codecov bot commented Sep 23, 2022

Codecov Report

Base: 92.84% // Head: 92.84% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (ddb6772) compared to base (c5cc557).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #419   +/-   ##
========================================
  Coverage    92.84%   92.84%           
========================================
  Files           67       67           
  Lines         7350     7352    +2     
========================================
+ Hits          6824     6826    +2     
  Misses         519      519           
  Partials         7        7           
Flag Coverage Δ
unittests 92.84% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/crypto/weierstrass/weierstrass.go 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@IronGauntlets IronGauntlets deleted the jelilat/migrate_testify_assert branch November 4, 2022 14: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.

Migrate testify/assert and testify/require dependencies to use gotest.tools
3 participants