Framework Mode - monkeypatch.setattr
Folder Structure
my_pytest_project/
├── tests/
│ ├── test_example.py
│ ├── test_utils.py
│ └── __init__.py
├── src/
│ ├── my_module.py
│ └── __init__.py
├── conftest.py
├── pytest.ini
└── requirements.txt