9 lines
131 B
Markdown
9 lines
131 B
Markdown
|
# Pytest Unit Tests
|
||
|
|
||
|
## Install test dependencies
|
||
|
|
||
|
`pip install -r tests-unit/requirements.txt`
|
||
|
|
||
|
## Run tests
|
||
|
`pytest tests-unit/`
|