my problem is that. this is a old django project that I need to work on it.
As unknown reason, the project don't use django model. Instead, it define some class to CRUD the database by pure sql. and the project has no tests at all.
now, I want to add unittest for the project(views/models/and so on).but I wonder if this test can use fixture without model define?
I don't have so much time to test this by my hand. So is there any one knows about this?