|
31 | 31 | {'shell_command': ['tail -F /var/log/syslog'], |
32 | 32 | 'start_directory':'/var/log'} |
33 | 33 | ]}, { |
34 | | - 'automatic_rename': True, |
| 34 | + 'options': { |
| 35 | + 'automatic_rename': True, |
| 36 | + }, |
35 | 37 | 'panes': [ |
36 | 38 | {'shell_command': ['htop']} |
37 | 39 | ] |
@@ -147,7 +149,7 @@ class ExpandTest(unittest.TestCase): |
147 | 149 | ] |
148 | 150 | }, |
149 | 151 | { |
150 | | - 'automatic_rename': True, |
| 152 | + 'options': { 'automatic_rename': True, }, |
151 | 153 | 'panes': [ |
152 | 154 | {'shell_command': 'htop'}, |
153 | 155 | 'vim', |
@@ -177,7 +179,7 @@ class ExpandTest(unittest.TestCase): |
177 | 179 | ] |
178 | 180 | }, |
179 | 181 | { |
180 | | - 'automatic_rename': True, |
| 182 | + 'options': { 'automatic_rename': True }, |
181 | 183 | 'panes': [ |
182 | 184 | {'shell_command': ['htop']}, |
183 | 185 | {'shell_command': ['vim']} |
@@ -220,7 +222,7 @@ class InlineTest(unittest.TestCase): |
220 | 222 | ] |
221 | 223 | }, |
222 | 224 | { |
223 | | - 'automatic_rename': True, |
| 225 | + 'options': { 'automatic_rename': True, }, |
224 | 226 | 'panes': [ |
225 | 227 | {'shell_command': ['htop']} |
226 | 228 | ] |
@@ -249,7 +251,7 @@ class InlineTest(unittest.TestCase): |
249 | 251 | ] |
250 | 252 | }, |
251 | 253 | { |
252 | | - 'automatic_rename': True, |
| 254 | + 'options': { 'automatic_rename': True, }, |
253 | 255 | 'panes': [ |
254 | 256 | {'shell_command': 'htop'} |
255 | 257 | ] |
@@ -301,7 +303,7 @@ class InheritanceTest(unittest.TestCase): |
301 | 303 | ] |
302 | 304 | }, |
303 | 305 | { |
304 | | - 'automatic_rename': True, |
| 306 | + 'options': { 'automatic_rename': True, }, |
305 | 307 | 'panes': [ |
306 | 308 | {'shell_command': ['htop']} |
307 | 309 | ] |
@@ -336,7 +338,7 @@ class InheritanceTest(unittest.TestCase): |
336 | 338 | ] |
337 | 339 | }, |
338 | 340 | { |
339 | | - 'automatic_rename': True, |
| 341 | + 'options': { 'automatic_rename': True, }, |
340 | 342 | 'panes': [ |
341 | 343 | {'shell_command': ['htop'], 'start_directory':'/'} |
342 | 344 | ] |
@@ -412,7 +414,7 @@ class ShellCommandBeforeTest(unittest.TestCase): |
412 | 414 | ] |
413 | 415 | }, |
414 | 416 | { |
415 | | - 'automatic_rename': True, |
| 417 | + 'options': { 'automatic_rename': True, }, |
416 | 418 | 'panes': [ |
417 | 419 | {'shell_command': ['htop']} |
418 | 420 | ] |
@@ -453,7 +455,7 @@ class ShellCommandBeforeTest(unittest.TestCase): |
453 | 455 | ] |
454 | 456 | }, |
455 | 457 | { |
456 | | - 'automatic_rename': True, |
| 458 | + 'options': { 'automatic_rename': True, }, |
457 | 459 | 'panes': [ |
458 | 460 | {'shell_command': ['htop']} |
459 | 461 | ] |
@@ -494,7 +496,7 @@ class ShellCommandBeforeTest(unittest.TestCase): |
494 | 496 | ] |
495 | 497 | }, |
496 | 498 | { |
497 | | - 'automatic_rename': True, |
| 499 | + 'options': {'automatic_rename': True, }, |
498 | 500 | 'panes': [ |
499 | 501 | {'shell_command': ['htop']} |
500 | 502 | ] |
|
0 commit comments