##// END OF EJS Templates
Merge pull request #13266 from Carreau/downstream...
Merge pull request #13266 from Carreau/downstream Try to test downstream deps

File last commit:

r26999:27a33628
r27038:e95b1e81 merge
Show More
test_shimmodule.py
10 lines | 212 B | text/x-python | PythonLexer
import pytest
import sys
from IPython.utils.shimmodule import ShimWarning
def test_shim_warning():
sys.modules.pop('IPython.config', None)
with pytest.warns(ShimWarning):
import IPython.config