-
Notifications
You must be signed in to change notification settings - Fork 15
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
Allow editing the testset name #273
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #273 +/- ##
==========================================
+ Coverage 93.51% 93.65% +0.14%
==========================================
Files 12 12
Lines 339 347 +8
==========================================
+ Hits 317 325 +8
Misses 22 22
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Is this package meant to work on Julia 1.0? If so I think the |
@devmotion is way ahead of me:) |
Solves #272
Add a keyword argument "
testset_name
" totest_scalar
,test_frule
andtest_rrule
to allow replacing the default name.It still stays an opt-in option and is mostly useful when
f
is anonymous and its naming is too large to be displayed correctly.