Django test is ignoring for a particular app

I have a Django project with tree apps:

  • customer
  • professional
  • register

But when I execute the tests, the professional app is ignored on the tests. How can I solve this problem?

 

 

 

0

请先登录再写评论。