%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /lib/python3/dist-packages/IPython/utils/tests/
Upload File :
Create Path :
Current File : //lib/python3/dist-packages/IPython/utils/tests/test_shimmodule.py

import sys
import warnings

from IPython.utils.shimmodule import ShimWarning


def test_shim_warning():
    sys.modules.pop('IPython.config', None)
    with warnings.catch_warnings(record=True) as w:
        warnings.simplefilter("always")
        import IPython.config
    assert len(w) == 1
    assert issubclass(w[-1].category, ShimWarning)

Zerion Mini Shell 1.0