aakash0017's picture
Upload folder using huggingface_hub
b7731cd
raw
history blame contribute delete
183 Bytes
from IPython.utils.syspathcontext import appended_to_syspath
import pytest
def test_append_deprecated():
with pytest.warns(DeprecationWarning):
appended_to_syspath(".")