Re: Fixture migrations using South?

2011-12-01 Thread Gelonida N
On 11/30/2011 06:26 PM, Jeremy Dunck wrote: > I have some test fixtures with scenarios under test. Later, I need to > migrate (with South) the DB schema around, which of cours necessitates > changing domain and test code. > > A common problem I run into, though, is that I also need to migrate > t

Fixture migrations using South?

2011-11-30 Thread Jeremy Dunck
I have some test fixtures with scenarios under test. Later, I need to migrate (with South) the DB schema around, which of cours necessitates changing domain and test code. A common problem I run into, though, is that I also need to migrate the data in my fixtures. It is possible to create a new