syrusakbary / snapshottest

Snapshot Testing utils for Python 📸
MIT License
525 stars 102 forks source link

Add typed enums support for TypeFormatter #163

Open kwist-sgr opened 2 years ago

kwist-sgr commented 2 years ago

This patch allows producing more correct output for typed enum values. See also #120

ryin1 commented 5 months ago

@syrusakbary @paulmelnikow any chance you could spare some time to review/merge this change? Running into this issue as well on our team, and this PR would help us handle enums better in our snapshots. Tysm!