Fix #322 (Union[Literal, ...]) - #325
Conversation
Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
| # TODO: What about this again? | ||
| assert parse(Foo, args="--bar=1.23") == Foo(bar=1) |
|
@copilot resolve the merge conflicts in this pull request |
Resolved the merge conflicts (commit While resolving the conflicts, I also fixed the underlying issue (#322): added a |
Signed-off-by: Fabrice Normandin <fabrice.normandin@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #325 +/- ##
==========================================
+ Coverage 86.29% 86.33% +0.03%
==========================================
Files 34 34
Lines 4554 4566 +12
==========================================
+ Hits 3930 3942 +12
Misses 624 624 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Union[Literal, ...]is unusable #322