Test function behavior after changing current working directory using monkeypatch.chdir
Preconditions (2)
Step 1: Use monkeypatch.chdir to change the current working directory to a temporary directory
Step 2: Call the function that returns the current working directory
Step 3: Verify that the returned directory path matches the temporary directory path
✅ Expected Result: The function returns the temporary directory path set by monkeypatch.chdir