Skip to content
Snippets Groups Projects
Commit ee293ef7 authored by venkata kolagotla's avatar venkata kolagotla :alien:
Browse files

Update README.md

parent 2179e7e5
No related branches found
Tags v0.3.1
No related merge requests found
Pipeline #486572083 passed
......@@ -33,15 +33,21 @@ Binarize an image with trained model:
#### Package testing
Linting and formatting: [pylama](https://github.com/klen/pylama)
`pip install pylama==7.7.1 pycodestyle==2.5.0`
`pylama unagi/`
Type check the code with: [mypy](https://mypy.readthedocs.io/en/stable/)
`pip install mypy==0.761`
`mypy unagi/`
Test the code with: [pytest](https://docs.pytest.org/en/6.2.x/index.html)
`pip install pytest==5.3.2 pytest-cov==2.8.1`
`pytest --cov-report term-missing --disable-pytest-warnings --cov=unagi/ tests/`
Note: These are not included in the package requirements.txt file to speed up the CI pipeline time. I would encourage you to install them manually, since they are common to all python packages.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment