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