diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-27 23:33:36 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-27 23:33:36 +0300 |
| commit | 891cbb41f9be3074549ff93cda3db22210bb1321 (patch) | |
| tree | 87405d07a2682a59cc50894078d3f77d4f43baa4 /Pipfile | |
| parent | c7c47b112bcc96d5d1076fd92993b384937b6b09 (diff) | |
Add comparison tests
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] |
