Skip to content

Commit 3f2fdc4

Browse files
committed
Update readme: improve contributing guide
1 parent c4b3842 commit 3f2fdc4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ codequality:
3838
Note: if you want to use this example you should replace `program.py` with yours module names.
3939

4040
# Contributing
41-
Please run linters before creating pull request
41+
Please run linters and tests before creating pull request
4242
```shell
4343
pip install requirements/dev.txt
4444
mypy .
4545
ruff check
4646
ruff format
47+
python -m unittest
4748
```
4849
Suggestions and pull requests are always welcome :)

0 commit comments

Comments
 (0)