Add tests start in makefile
This commit is contained in:
parent
ff3f0baeef
commit
1d7c9ba2bf
4
Makefile
4
Makefile
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue