vpp / vpp_env /lib /python3.10 /site-packages /IPython /utils /tests /test_deprecated.py
Miosy's picture
Upload folder using huggingface_hub
2143587 verified
from IPython.utils.syspathcontext import appended_to_syspath
import pytest
def test_append_deprecated():
with pytest.warns(DeprecationWarning):
appended_to_syspath(".")