##// END OF EJS Templates
Merge pull request #13740 from Carreau/update-wn...
Merge pull request #13740 from Carreau/update-wn update whatsnew for 8.5

File last commit:

r27504:a96dd9e4
r27761:9fba0f5a merge
Show More
test_deprecated.py
7 lines | 183 B | text/x-python | PythonLexer
Matthias Bussonnier
MAINT: deprecate append_to_syspath
r27504 from IPython.utils.syspathcontext import appended_to_syspath
import pytest
def test_append_deprecated():
with pytest.warns(DeprecationWarning):
appended_to_syspath(".")