-
Notifications
You must be signed in to change notification settings - Fork 323
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
enable switching to the faster, time-stamp-based modification detection in auto_test() & auto_test_package() #598
enable switching to the faster, time-stamp-based modification detection in auto_test() & auto_test_package() #598
Conversation
Travis says: |
b487b00
to
ea55ac0
Compare
In order to enable on-demand switching to the faster, time-stamp-based modification detection.
ea55ac0
to
197bee3
Compare
Hello @krlmlr! There are currently no tests for the two functions I modified here. Would the recursion of testing |
Thanks. I guess "user testing" is fine for this function. Have you seen my brushthat package? I'd be very much interested in auto_test() functionality there, too! |
On my machine, I also ran the following user test. Is that a valid approach in your view?
This, together with the checks here seems to say: I regress nothing ;-D I guess that to get more conclusive tests results, one would need to measure the reaction time of Please just consider this PR as enabling an existing, low-level option in the high-level functions as well. |
Hello @krlmlr!
Does that mean the |
Thanks! |
You're welcome :-) |
I haven't bench-marked the difference, just found it neat to have this option in the
auto_test()
functions, as well.