We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b3842 commit 3f2fdc4Copy full SHA for 3f2fdc4
1 file changed
README.md
@@ -38,11 +38,12 @@ codequality:
38
Note: if you want to use this example you should replace `program.py` with yours module names.
39
40
# Contributing
41
-Please run linters before creating pull request
+Please run linters and tests before creating pull request
42
```shell
43
pip install requirements/dev.txt
44
mypy .
45
ruff check
46
ruff format
47
+python -m unittest
48
```
49
Suggestions and pull requests are always welcome :)
0 commit comments