[x] Tests that need a setup and takes 1 second (approx.) as maximum are selected as smoke tests.
[x] Having the option to run only smoke or all tests.
[x] Running only smoke tests for develop or master branches is not allowed.
[x] Running all implemented tests for develop or master branches is mandatory.
Documentation
Please update the documentation.
[x] Add the changes at the [Unreleased] section of the CHANGELOG.
Code formatting
[x] Use black package to format the code: black -l 100 ingeniamotion tests. It is recommended to configure the code editor to automatically format the code using black with a max length line of 100.
Smoke tests
Description
Issues documentation.
Fixes # (issue)
Type of change
Documentation
Please update the documentation.
[Unreleased]
section of the CHANGELOG.Code formatting
black -l 100 ingeniamotion tests
. It is recommended to configure the code editor to automatically format the code using black with a max length line of 100.