summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-23 17:38:45 +0300
committerYuval Adam <_@yuv.al>2020-09-23 17:38:45 +0300
commit081abd6b2362a1ee9da9655428e625b96ad46251 (patch)
treeaaf74a720247bf0407120afd61592f000b05c4b5 /Pipfile
parent3a7bb26bb308f3460056cf0612b913353b73e0cd (diff)
Add pytest
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 674b002..f72e8e4 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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]