Framework Mode - Mock and MagicMock
Folder Structure
tests/ ├── test_example.py # Test files using mocks ├── conftest.py # Shared fixtures and mock setups utils/ ├── helpers.py # Helper functions to be mocked pytest.ini # Pytest configuration file requirements.txt # Dependencies including pytest-mock