docs: I wrote a few words about testing the project

This commit is contained in:
Данил 2024-10-30 22:00:36 +03:00
parent d2c1fed374
commit afd81af189

View file

@ -18,7 +18,9 @@ git checkout <name_new_branch>
6. Submit a new Pull Request 6. Submit a new Pull Request
### Testing ### Testing
Before sending a Pull Request, test the functionality. Everything should work both in Docker Compose and without it.
It is recommended to use Debugger and Debug log for testing. The logging level is changed in `config.yaml`
### Code Style ### Code Style
[`Pylint`][pylint], [`mypy`][mypy], [`eslint`][eslint] and [`prettier`][prettier] are used as code syntax checks [`Pylint`][pylint], [`mypy`][mypy], [`eslint`][eslint] and [`prettier`][prettier] are used as code syntax checks