Show More
@@ -13,7 +13,6 class TestKernelManager(TestCase): | |||
|
13 | 13 | |
|
14 | 14 | def _get_tcp_km(self): |
|
15 | 15 | c = Config() |
|
16 | # c.KernelManager.autorestart=False | |
|
17 | 16 | km = KernelManager(config=c) |
|
18 | 17 | return km |
|
19 | 18 | |
@@ -21,7 +20,6 class TestKernelManager(TestCase): | |||
|
21 | 20 | c = Config() |
|
22 | 21 | c.KernelManager.transport = 'ipc' |
|
23 | 22 | c.KernelManager.ip = 'test' |
|
24 | # c.KernelManager.autorestart=False | |
|
25 | 23 | km = KernelManager(config=c) |
|
26 | 24 | return km |
|
27 | 25 |
@@ -15,7 +15,6 class TestKernelManager(TestCase): | |||
|
15 | 15 | |
|
16 | 16 | def _get_tcp_km(self): |
|
17 | 17 | c = Config() |
|
18 | # c.KernelManager.autorestart=False | |
|
19 | 18 | km = MultiKernelManager(config=c) |
|
20 | 19 | return km |
|
21 | 20 | |
@@ -23,7 +22,6 class TestKernelManager(TestCase): | |||
|
23 | 22 | c = Config() |
|
24 | 23 | c.KernelManager.transport = 'ipc' |
|
25 | 24 | c.KernelManager.ip = 'test' |
|
26 | # c.KernelManager.autorestart=False | |
|
27 | 25 | km = MultiKernelManager(config=c) |
|
28 | 26 | return km |
|
29 | 27 |
General Comments 0
You need to be logged in to leave comments.
Login now