syrusakbary / snapshottest

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

Rollback doesn't work #170

Open HalfDeadPie opened 9 months ago

HalfDeadPie commented 9 months ago

Hi guys,

I think objects created in setUp are not automatically deleted after the tests (TestCase) end. I would expect the rollback is done. However, I'm new to Django, so I may not understand this correctly.