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?

Please sign in to leave a comment.