diff options
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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] |
