Django: Best way to unit-test an abstract model

后端 未结 13 1379
一个人的身影
一个人的身影 2020-12-24 12:28

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

13条回答
  •  不知归路
    2020-12-24 13:21

    Develop a minimal example app that you distribute with your 'abstract' models. Provide tests for the example app to prove the abstract models.

提交回复
热议问题