Add tests start in makefile

This commit is contained in:
Andrei D 2020-05-30 20:01:34 +03:00
parent ff3f0baeef
commit 1d7c9ba2bf
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ install:
remove: remove:
pip uninstall python3-anticaptcha -y pip uninstall python3-anticaptcha -y
test:
pip install pytest pytest-cov pytest-asyncio requests_mock
pytest tests --cov=python3_anticaptcha/ -v
refactor: refactor:
pip install black isort pip install black isort
black python3_anticaptcha/ black python3_anticaptcha/