From f76dbb29b653c7ac17e33b10dd501d5fc3c309ef Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Wed, 18 Dec 2019 13:34:29 +0100
Subject: [PATCH] DOC: add doc string to insert_files_in_dir test

---
 tests/test_file.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tests/test_file.py b/tests/test_file.py
index 3398707..191ab62 100644
--- a/tests/test_file.py
+++ b/tests/test_file.py
@@ -577,6 +577,11 @@ def test_insert_files_in_dir_with_symlink():
 
 @with_setup(None, teardown)
 def test_insert_files_in_dir():
+    """ test if files in directories can be inserted as symlinks via the
+    InsertFilesInDir flag. This tests also verifies that the job can be
+    executed for the root directory after the child directory and only the new
+    files are being inserted.
+    """
     path = get_config().get("IntegrationTests",
                             "test_files.test_insert_files_in_dir.local") + "testfolder/"
     path_on_server = get_config().get("IntegrationTests",
-- 
GitLab