8 lines
183 B
Python
Raw Normal View History

2024-10-02 22:15:59 +04:00
from IPython.utils.syspathcontext import appended_to_syspath
import pytest
def test_append_deprecated():
with pytest.warns(DeprecationWarning):
appended_to_syspath(".")