Skip to content
Snippets Groups Projects
Verified Commit c3f67191 authored by Timm Fitschen's avatar Timm Fitschen
Browse files
parent 7073a58c
No related branches found
No related tags found
1 merge request!37Add tests for https://gitlab.com/caosdb/caosdb-server/-/issues/148
Pipeline #25009 passed
......@@ -583,7 +583,8 @@ def test_insert_files_in_dir():
try:
os.makedirs(path)
os.makedirs(path + "subfolder/")
test_file1 = open(path + "subfolder/test.dat", "w")
# file with space https://gitlab.com/caosdb/caosdb-server/-/issues/148
test_file1 = open(path + "subfolder/test withspace.dat", "w")
test_file1.write("hello world\n")
test_file1.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment