From 6f0a31983ab46998a0fbdae35ed24ebf486f94cc Mon Sep 17 00:00:00 2001 From: Josef Olsson <josol381@student.liu.se> Date: Fri, 23 Apr 2021 21:48:48 +0000 Subject: [PATCH] Update test_app.py --- server/tests/test_app.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/tests/test_app.py b/server/tests/test_app.py index 62d8655a..199df387 100644 --- a/server/tests/test_app.py +++ b/server/tests/test_app.py @@ -1,3 +1,7 @@ +""" +This file tests the api function calls. +""" + import app.core.http_codes as codes from app.database.models import Slide -- GitLab