From 701d5a7993092f2c4b6bde52db3bec248ffecef8 Mon Sep 17 00:00:00 2001
From: Josef Olsson <josol381@student.liu.se>
Date: Fri, 23 Apr 2021 21:30:39 +0000
Subject: [PATCH] Update test_db.py

---
 server/tests/test_db.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/server/tests/test_db.py b/server/tests/test_db.py
index 8f211473..cf10329c 100644
--- a/server/tests/test_db.py
+++ b/server/tests/test_db.py
@@ -1,3 +1,7 @@
+"""
+This file tests the database controller functions.
+"""
+
 import app.database.controller as dbc
 from app.database.models import City, Media, MediaType, Role, User
 
-- 
GitLab