-
David Schäfer authoredf132f7b1
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
CONTRIBUTING.md 297 B
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