Skip to content

Setup

Editors can be support you by simplifying the contribution process with a number of useful assets. Since every developer can use the editor he or she likes the most, this section lists the most commonly used and how to set them up to maximize your workflow efficiency while working on reporting.

PyCharm

Setup

  1. Press Strg+Alt+S or click on File/Settings.
  2. Go to Tools/Python Integrated Tools
  3. Select:
    • Default test runner: pytest
    • Docstring format: Google

Best Practice

Creating a Comment

  1. click on the function or class definition
  2. press Alt+Enter
  3. choose Insert documentation string stub