Django: Best way to unit-test an abstract model

后端 未结 13 1272
一个人的身影
一个人的身影 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.

    0 讨论(0)
提交回复
热议问题