Parameter.auto_group and utils.default_auto_group (Automatic nested subfield Group creation)#259
Parameter.auto_group and utils.default_auto_group (Automatic nested subfield Group creation)#259
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #259 +/- ##
==========================================
+ Coverage 94.12% 94.21% +0.09%
==========================================
Files 26 26
Lines 3029 3044 +15
Branches 637 641 +4
==========================================
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
@vhdirk bump |
1 similar comment
|
@vhdirk bump |
|
Sorry, I've had a busy time recently. I'll take a look at it in the next few days. Thanks a lot already! |
|
@vhdirk 😄 |
|
Ok, so I've finally found a little time to gave it a whirl! Not a lot, so this may come as a bit of a rambling :) I've been toying around with just the auto_group parameter and the new decorator. At first glance, it seems to work well, though I did encounter some oddities:
|
I think that should be happening; I'll investigate. I'll have to refresh my memory on this PR and look into your comments, thanks! |
|
other thoughts:
|
This PR allows for the automatic creation of Groups for nested subfields of dataclass-like structures.
@vhdirk can you play around with this branch and see if it works as you'd expect?
Addresses #248