MCPcopy Create free account
hub / github.com/pytest-dev/pytest / my_fixture

Route my_fixture

testing/example_scripts/acceptance/fixture_mock_integration.py:None–None  ·  view source on GitHub ↗
mock.patch.dict(config, {"mykey": "MOCKED"})

Source from the content-addressed store, hash-verified

1"""Reproduces issue #3774"""
2from unittest import mock
3
4import pytest

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected