-
Notifications
You must be signed in to change notification settings - Fork 409
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
Unify test file names #2709
Unify test file names #2709
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2709 +/- ##
=======================================
Coverage 26.19% 26.19%
=======================================
Files 441 441
Lines 22619 22619
=======================================
Hits 5926 5926
Misses 16087 16087
Partials 606 606
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes make total sense!
E.g. if we had TestCountCommand
we would want to name the compat test TestCountCommandCompat
, so we can run all the count command tests via something like env GOFLAGS='-run=TestCountCommand*' task test-integration-pg
, and we don't need to remember at which part of the name Compat
is set :)
@w84thesun linter fails |
d32021b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.