Re: Testing with managed tables

2011-05-24 Thread Karen Tracey
o be > no place to create a table. How should I do unit testing on unmanaged > tables? > > You mean unmanaged, right? Django will re-create the managed tables during testing. This blog post might help: http://www.caktusgroup.com/blog/2010/09/24/simplifying-the-testing-of-unmanaged-databa

Testing with managed tables

2011-05-23 Thread Vincent
Whenever I try to run unit tests with my managed tables, Django insists on re creating the test database, and then the tables do not get created for testing. in providing initial data, there seems to be no place to create a table. How should I do unit testing on unmanaged tables? -- You received