From 1d7c9ba2bf1eda8f00d07036476956f700b41146 Mon Sep 17 00:00:00 2001 From: Andrei D Date: Sat, 30 May 2020 20:01:34 +0300 Subject: [PATCH] Add tests start in makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 617d51c..b0464f9 100644 --- a/Makefile +++ b/Makefile @@ -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/