##// END OF EJS Templates
Merge pull request #13708 from suzaku/improve-automatch-perf...
Merge pull request #13708 from suzaku/improve-automatch-perf Fix #13654, improve performance of auto match for quotes

File last commit:

r27504:a96dd9e4
r27784:7dbb26a6 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(".")