Framework Mode - File system testing with tmp_path
Folder Structure
tests/ ├── test_filesystem.py # Tests using tmp_path fixture ├── conftest.py # Shared fixtures and hooks utils/ ├── file_helpers.py # Helper functions for file operations pytest.ini # Pytest configuration file