From 081abd6b2362a1ee9da9655428e625b96ad46251 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 23 Sep 2020 17:38:45 +0300 Subject: Add pytest --- Pipfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Pipfile') 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] -- cgit v1.3.1