osm-labo/venv/lib/python3.12/site-packages/IPython/utils/tests/test_deprecated.py
2025-08-31 12:29:41 +02:00

7 lines
183 B
Python

from IPython.utils.syspathcontext import appended_to_syspath
import pytest
def test_append_deprecated():
with pytest.warns(DeprecationWarning):
appended_to_syspath(".")