##// END OF EJS Templates
Merge pull request #13903 from Carreau/log-f...
Merge pull request #13903 from Carreau/log-f MAINT: don't use f-strings in logs

File last commit:

r27504:a96dd9e4
r28055:1d559a22 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(".")