From 20a3f1c07b4ea5476f8bec79b8660ca99b9831e6 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 26 Mar 2015 17:12:07 -0700 Subject: [PATCH] finish kernel shims --- IPython/testing/iptest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IPython/testing/iptest.py b/IPython/testing/iptest.py index 6b20cf2d9..3a679d0eb 100644 --- a/IPython/testing/iptest.py +++ b/IPython/testing/iptest.py @@ -172,6 +172,8 @@ class TestSection(object): shims = { 'parallel': 'ipython_parallel', + 'kernel': 'ipython_kernel', + 'kernel.inprocess': 'ipython_kernel.inprocess', } # Name -> (include, exclude, dependencies_met)