I am a regular PyCharm user. For most of my project I use:
pytestas "Default test runner"Googleas "Docstring format"
However, when I create a new project, I get as a default values:
Unittestsas "Default test runner"reStructuredTextas "Docstring format"
and I have to manually set them to the above. Hence, I would like this to be done automatically for new projects.
How do I change the default values for these so that, when I create a new project, I get the values I fancy better?
I use PyCharm 2019.1 (Community Edition).