Skip to content
Snippets Groups Projects
Commit c2344af1 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

correct doc stricg for test_os_chdir

parent 231a6d27
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!15Include Pydocstyle into CI
Pipeline #368473 failed
......@@ -12,7 +12,8 @@ mod = importlib.import_module("mpsd-software-environment")
def test_os_chdir(tmp_path):
"""Create a temporary directory for testing."""
"""Test the os_chdir context manager."""
# create a temporary directory for testing
temp_dir = tmp_path / "test_os_chdir"
temp_dir.mkdir()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment