mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 12:43:12 +03:00
docs: I wrote a few words about testing the project
This commit is contained in:
parent
d2c1fed374
commit
afd81af189
1 changed files with 2 additions and 0 deletions
|
@ -18,7 +18,9 @@ git checkout <name_new_branch>
|
|||
6. Submit a new Pull Request
|
||||
|
||||
### 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
|
||||
[`Pylint`][pylint], [`mypy`][mypy], [`eslint`][eslint] and [`prettier`][prettier] are used as code syntax checks
|
||||
|
|
Loading…
Add table
Reference in a new issue