summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
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]