diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-23 17:38:45 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-23 17:38:45 +0300 |
| commit | 081abd6b2362a1ee9da9655428e625b96ad46251 (patch) | |
| tree | aaf74a720247bf0407120afd61592f000b05c4b5 /Pipfile | |
| parent | 3a7bb26bb308f3460056cf0612b913353b73e0cd (diff) | |
Add pytest
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] +pytest = "*" [packages] pyephem = "*" @@ -12,6 +13,7 @@ fastapi = "*" uvicorn = "*" [scripts] +test = "pytest" server = "uvicorn iss.server:app" [requires] |
