MCPcopy Create free account
hub / github.com/ipython/ipython / test_script_config

Function test_script_config

IPython/core/tests/test_magic.py:953–957  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

951 nt.assert_in('line2', s)
952
953def test_script_config():
954 ip = get_ipython()
955 ip.config.ScriptMagics.script_magics = ['whoda']
956 sm = script.ScriptMagics(shell=ip)
957 nt.assert_in('whoda', sm.magics['cell'])
958
959@dec.skip_win32
960def test_script_out():

Callers

nothing calls this directly

Calls 1

get_ipythonFunction · 0.90

Tested by

no test coverage detected