requests-mock icon indicating copy to clipboard operation
requests-mock copied to clipboard

Make pytest support the global case_sensitive value

Open jamielennox opened this issue 6 years ago • 0 comments

Pytest would read requests_mock_case_sensitive from pytest.ini but default back to False if not found. We should determine if this value is actually unset, and if so fall back to the global value.

Closes: #75

jamielennox avatar Nov 24 '18 22:11 jamielennox