-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
A few minor miscellaneous testing, doc, and deprecation cleanups #19415
Conversation
mfile = mtime(file) | ||
mdir = mtime(dir) | ||
@test abs(now - mfile) <= skew && abs(now - mdir) <= skew && abs(mfile - mdir) <= skew | ||
@test abs(nowtime - mfile) <= skew && abs(nowtime - mdir) <= skew && abs(mfile - mdir) <= skew |
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.
This is probably a good thing to do in general but was it causing error anywhere? (Just wondering if there are more places that needs JuliaCI/CoverageBase.jl#21)
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.
Notice the commit date was actually in September, so this isn't technically necessary for make testall1
to pass any more since your PR, but at the time I authored this it was. And may as well still do it to avoid shadowing.
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.
Ah, ok. Sounds good.
and whitespace in test/test.jl
to avoid "imported binding for now overwritten in module Main"
e11e9cf
to
b1fd488
Compare
For the first commit, best to view as
58624da?w=1a2356a8?w=1