syrusakbary / snapshottest

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

fix: adding super().setUp() call to unittest.TestCase #169

Closed holtgrewe closed 1 year ago

holtgrewe commented 1 year ago

This is required in cases where mixins are used for composing TestCases.