Skip to content

Commit 21e569a

Browse files
committed
Remove subfolder creation from tests
1 parent bdae56a commit 21e569a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/refactor/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def setup_test_run(run: sv_run.Run, create_objects: bool, request: pytest.Fixtur
7878
"test_engine": "pytest",
7979
"test_identifier": fix_use_id
8080
},
81-
"folder": f"/simvue_unit_testing/{fix_use_id}",
81+
"folder": "/simvue_unit_testing",
8282
"tags": ["simvue_client_unit_tests", request.node.name.replace("[", "_").replace("]", "_")]
8383
}
8484

0 commit comments

Comments
 (0)