-
Notifications
You must be signed in to change notification settings - Fork 997
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
Changes to ensure test(number instead of test(name #6041
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6041 +/- ##
=======================================
Coverage 97.53% 97.53%
=======================================
Files 80 80
Lines 14915 14915
=======================================
Hits 14547 14547
Misses 368 368 ☔ View full report in Codecov by Sentry. |
a21e48d
to
4ef9f90
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MichaelChirico and the rest of your teammates on |
This is a follow-up to #6041 that will prevent regression on that front going forward.
Related to #6040 -- it will be good to keep to a pattern where
test()
always has a numeric literal in thenum=
argument, even if it's a dynamic test where the base number is incremented by a variable amount. Doing so will make thetestPattern=
argument totest.data.table()
more usable.We can add a linter for this (#5908) to prevent regression later.
Linter to find these: