lovasoa / marshmallow_dataclass

Automatic generation of marshmallow schemas from dataclasses.
https://lovasoa.github.io/marshmallow_dataclass/html/marshmallow_dataclass.html
MIT License
456 stars 78 forks source link

Do not ignore Union argument ordering in tests #248

Closed dairiki closed 11 months ago

dairiki commented 11 months ago

The union argument ordering is important!

What's here:

Related

The failing test fails due to #247.

This was discussed in PR #246.