# Coding conventions
## Naming
- Classes: CamelCase - Functions: camelCase
- Variables/Arguments: snake_case ## Formatting
We use (black)[https://black.readthedocs.io/en/stable/] ## Testnames in configuration file - testnames: theModule_testName