I need to write some unit tests for an abstract base model, that provides some basic functionality that should be used by other apps. It it would be necessary to define a mo
Develop a minimal example app that you distribute with your 'abstract' models. Provide tests for the example app to prove the abstract models.