1

I am a regular PyCharm user. For most of my project I use:

  • pytest as "Default test runner"
  • Google as "Docstring format"

However, when I create a new project, I get as a default values:

  • Unittests as "Default test runner"
  • reStructuredText as "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).

1 Answer 1

2

You can set default settings at:

File -> Other Settings -> Settings for New Projects

Edit: For the current version of PyCharm (2019.2) it is not possible to change the default Python Integrated Tools settings. See this issue. It should be available in version 2019.3.

Sign up to request clarification or add additional context in comments.

1 Comment

There seems to be no entry for the Python Integrated Tools in there.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.