Open v1a0 opened 4 months ago
Django project testcase should emulate usecase of model based on DBViewModel.
DBViewModel
- my_app - - migrations - - - sql - - - - sqlviews.py - - models.py - - views.py
For better testing it should be tested by some amount of lookalike models but shows different ways to use and customize this feature.
Like some model should be just child of DBViewModel.
Another one should show case of customization for DBViewQuerySet or DBViewManager
DBViewQuerySet
DBViewManager
and so on an good as you can imagine
Parent: #10
Django project testcase should emulate usecase of model based on
DBViewModel
.For better testing it should be tested by some amount of lookalike models but shows different ways to use and customize this feature.
Like some model should be just child of
DBViewModel
.Another one should show case of customization for
DBViewQuerySet
orDBViewManager
and so on an good as you can imagine
Parent: #10