* Migrate to pytest All tests were update to use pytest. Tests were alse black formatted. Eventually all code will be black formatted but need to merge some PRs first.
5 lines
83 B
Text
5 lines
83 B
Text
# install base requirements
|
|
-r requirements.txt
|
|
|
|
pytest==4.6.6
|
|
pytest-cov==2.8.1
|