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

Route test_control_c

IPython/core/tests/test_interactiveshell.py:None–None  ·  view source on GitHub ↗
mock.patch('subprocess.call', side_effect=KeyboardInterrupt)

Source from the content-addressed store, hash-verified

1# -*- coding: utf-8 -*-
2"""Tests for the key interactiveshell module.
3
4Historically the main classes in interactiveshell have been under-tested. This

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected