Skip to content
Snippets Groups Projects
After you've reviewed these contribution guidelines, you'll be all set to contribute to this project.

Coding conventions

Naming

  • Classes: CamelCase
  • Functions: camelCase
  • Variables/Arguments: snake_case

Formatting

We use (black)[https://black.readthedocs.io/en/stable/]

Imports

Only absolute imports are accepted

Testnames in configuration file

  • testnames: theModule_testName