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

Merge branch 'dev' into f-dot-in-username

parents 52d25a5e 3b9fd769
No related branches found
No related tags found
1 merge request!36Tests for user name requirements
Pipeline #25096 failed
...@@ -583,7 +583,8 @@ def test_insert_files_in_dir(): ...@@ -583,7 +583,8 @@ def test_insert_files_in_dir():
try: try:
os.makedirs(path) os.makedirs(path)
os.makedirs(path + "subfolder/") 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.write("hello world\n")
test_file1.close() test_file1.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment