test/tests-unit/README.md

9 lines
133 B
Markdown
Raw Normal View History

2024-08-03 09:27:31 +00:00
# Pytest Unit Tests
## Install test dependencies
`pip install -r tests-units/requirements.txt`
## Run tests
`pytest tests-units/`