mock.patch('subprocess.call', side_effect=KeyboardInterrupt)
| 1 | # -*- coding: utf-8 -*- |
| 2 | """Tests for the key interactiveshell module. |
| 3 | |
| 4 | Historically the main classes in interactiveshell have been under-tested. This |
nothing calls this directly
no outgoing calls
no test coverage detected