Skip to content
Snippets Groups Projects
Verified Commit f76dbb29 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: add doc string to insert_files_in_dir test

parent 681bac64
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment