##// END OF EJS Templates
Fix pickleshare warning on completion (#14252)...
Fix pickleshare warning on completion (#14252) A better way woudl be to try to use the shelves module ?

File last commit:

r27504:a96dd9e4
r28516:c7aea08f merge
Show More
test_deprecated.py
7 lines | 183 B | text/x-python | PythonLexer
from IPython.utils.syspathcontext import appended_to_syspath
import pytest
def test_append_deprecated():
with pytest.warns(DeprecationWarning):
appended_to_syspath(".")