From 891cbb41f9be3074549ff93cda3db22210bb1321 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 27 Sep 2020 23:33:36 +0300 Subject: Add comparison tests --- Pipfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 4356e0c..6380d33 100644 --- a/Pipfile +++ b/Pipfile @@ -21,7 +21,8 @@ geoip2 = "*" [scripts] format = "black iss" lint = "pylint -j 0 -d R,C iss" -test = "pytest" +test = "pytest iss/tests" +compare = "pytest iss/tests --compare" server = "uvicorn iss.server:app" [requires] -- cgit v1.3.1