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

certdb/sql: remove uses of github.com/stretchr/testify/require #1256

Merged
merged 1 commit into from Aug 1, 2023

Conversation

thaJeztah
Copy link
Contributor

@thaJeztah thaJeztah commented Nov 20, 2022

This was the only location where this assertion library was used; all
other code in this repository used Go's stdlib for assertions. The
remaining uses in this package could be replaced without too much
trouble, which allowed for the dependency (including its indirect
dependencies) to be removed altogether.

@codecov-commenter
Copy link

codecov-commenter commented Nov 20, 2022

Codecov Report

Merging #1256 (8d25f25) into master (f0549e3) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1256   +/-   ##
=======================================
  Coverage   52.92%   52.92%           
=======================================
  Files          76       76           
  Lines        9169     9169           
=======================================
  Hits         4853     4853           
  Misses       3843     3843           
  Partials      473      473           

@thaJeztah thaJeztah force-pushed the remove_testify branch 2 times, most recently from a7b6cee to 0d86015 Compare November 21, 2022 22:31
@thaJeztah thaJeztah marked this pull request as ready for review November 21, 2022 22:31
@thaJeztah
Copy link
Contributor Author

Rebased; this one should be ready for review as well, @nickysemenza (thanks for reviewing the other ones!)

@thaJeztah
Copy link
Contributor Author

@nickysemenza gentle nudge 🤗

This was the only location where this assertion library was used; all
other code in this repository used Go's stdlib for assertions. The
remaining uses in this package could be replaced without too much
trouble, which allowed for the dependency (including its indirect
dependencies) to be removed altogether.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah
Copy link
Contributor Author

@nickysemenza PTAL 😅

@nickysemenza nickysemenza merged commit 0f0664a into cloudflare:master Aug 1, 2023
5 checks passed
@thaJeztah thaJeztah deleted the remove_testify branch August 1, 2023 16:57
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.

None yet

3 participants