Changes
Page history
Update Coding standards
authored
Jun 16, 2023
by
fima
Hide whitespace changes
Inline
Side-by-side
Home/Coding-standards.md
View page @
e108a101
...
...
@@ -81,4 +81,7 @@ Everything inside the `tests` directory will be executed, and a report will be s

For this case, two tests were present in the
`test_examples.py`
file.
\ No newline at end of file
For this case, two tests were present in the
`test_examples.py`
file.
# Code quality
We should use
`pylint`
to ensure the quality of the code, by checking it against the guidelines.
\ No newline at end of file