README.md 131 Bytes
Newer Older
fengyf1's avatar
fengyf1 committed
1
2
3
4
5
6
7
8
# Pytest Unit Tests

## Install test dependencies

`pip install -r tests-unit/requirements.txt`

## Run tests
`pytest tests-unit/`