creeper-adventure/.venv/lib/python3.8/site-packages/IPython/utils/tests/test_deprecated.py
2022-03-31 20:20:07 -05: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(".")