is there a way to set Django test runner as the default test runner?

已回答

Hello,

 

Is there a way to set Django test runner as the default test runner? I don't see it as an option under Default test runner.

1
正式评论

Hello.

PyCharm automatically starts Django tests when class inherits django TestCase.

There is an issue about that, please track https://youtrack.jetbrains.com/issue/PY-20521

 

请先登录再写评论。