Framework Mode - monkeypatch.chdir
Folder Structure
tests/ ├── test_file_system.py # Tests using monkeypatch.chdir ├── conftest.py # Shared fixtures and hooks utils/ ├── file_helpers.py # Helper functions for file operations pytest.ini # Pytest configuration file