xsecuremcp / tests /deprecated /__init__.py
Jeremiah Lowin
Raise errors when deprecated routes are used
4d9630f
Raw
History Blame Contribute Delete
131 Bytes
import pytest
# reset deprecation warnings for this module
pytestmark = pytest.mark.filterwarnings("default::DeprecationWarning")