summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-27 23:33:36 +0300
committerYuval Adam <_@yuv.al>2020-09-27 23:33:36 +0300
commit891cbb41f9be3074549ff93cda3db22210bb1321 (patch)
tree87405d07a2682a59cc50894078d3f77d4f43baa4 /Pipfile
parentc7c47b112bcc96d5d1076fd92993b384937b6b09 (diff)
Add comparison tests
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
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]