##// END OF EJS Templates
Add support for chained exceptions....
Add support for chained exceptions. Closes #13982 This is a "backport" of python/cpython#106676 See documentation there

File last commit:

r27504:a96dd9e4
r28377:95e0c37b
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(".")