Files
2024-02-23 10:30:02 +00:00

8 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(".")