From 71515c066d280490e5686167d40a3a7501b50fb6 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Thu, 7 Sep 2023 07:32:15 -0400 Subject: [PATCH] adding test notes --- src/server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/server.py b/src/server.py index 3f0b83a..dd34fcd 100644 --- a/src/server.py +++ b/src/server.py @@ -306,6 +306,7 @@ def get_station_data(station_name: Union[str, None] = Query(default=None), time_ ret_val: str = '' status_code: int = 200 + # example input - station name: 8651370, timemark: 2023-08-24T00:00:00, data_source: GFSFORECAST_WNAT_53K_V1.0 try: # validate the input. nothing is optional if station_name or time_mark or data_source: