is there a way to set Django test runner as the default test runner?
Answered
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.

Please sign in to leave a comment.
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