Closed leonsas closed 9 years ago
yes that would be very useful, I skipped it because I don't have a clue on how to do it, if you do it that would be very instructive for everyone contributing to this package.
I have no clue either, but I'm sure I can look around for how other people do it. I'll try to dig into this at some point this week!
I used django-extensions as a guide when I was trying to write a migration test.
:+1: that's a good suggestion
Haven't figured a way to do simple tests supporting both south & 1.7 migrations, will keep looking
Thanks for the update.
One test to ensure there are no migration issues on VirtualField has just been added, see #103 for more info.
Seems like proper behavior when dealing with migrations have been troubling you. Maybe it'd be useful adding a test suite around proper migration output for south/1.7?
I could pitch in later this week if you think a migration test suite belongs to the project (I think it does).