Your IP : 216.73.216.215


Current Path : /opt/imh-python/lib/python3.9/site-packages/IPython/utils/tests/
Upload File :
Current File : //opt/imh-python/lib/python3.9/site-packages/IPython/utils/tests/test_deprecated.py

from IPython.utils.syspathcontext import appended_to_syspath
import pytest


def test_append_deprecated():
    with pytest.warns(DeprecationWarning):
        appended_to_syspath(".")