-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 named data sets with the #[TestWith*]
attributes
#4964
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4964 +/- ##
============================================
+ Coverage 89.40% 89.41% +0.01%
- Complexity 6425 6430 +5
============================================
Files 683 683
Lines 20405 20427 +22
============================================
+ Hits 18243 18265 +22
Misses 2162 2162 ☔ View full report in Codecov by Sentry. |
85bf9e0
to
efdf917
Compare
efdf917
to
3208f05
Compare
@sebastianbergmann Hi, any thoughts on this one? Judging by the few likes I got, there seems to be at least some interest in this feature. If there's anything else I can do here, please let me know. |
3208f05
to
cc0baa3
Compare
9d603ae
to
7e39338
Compare
7e39338
to
4f7125c
Compare
cbc9765
to
f62c0e5
Compare
08dc555
to
63591f3
Compare
640b70b
to
6ac04af
Compare
6ac04af
to
634e973
Compare
634e973
to
1779737
Compare
#[TestWith*]
attributes
Merged manually, thanks! |
Adds an optional data set
name
argument to the#[TestWith]
&#[TestWithJson]
attributes: