Framework Mode - Comparing values (equality, inequality)
Folder Structure
project-root/ ├── tests/ │ ├── test_values.py # Test cases for value comparisons │ ├── __init__.py ├── src/ │ ├── __init__.py │ └── value_utils.py # Helper functions if needed ├── conftest.py # Fixtures and setup ├── pytest.ini # Pytest configuration └── requirements.txt # Dependencies