File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -151,41 +151,6 @@ def tearDownClass(cls):
151151 shutil .rmtree (TMUXP_DIR )
152152 logger .debug ('wiped %s' % TMUXP_DIR )
153153
154- sampleconfigdict = {
155- 'session_name' : 'sampleconfig' ,
156- 'start_directory' : '~' ,
157- 'windows' : [
158- {
159- 'window_name' : 'editor' ,
160- 'panes' : [
161- {
162- 'start_directory' : '~' ,
163- 'shell_command' : ['vim' ],
164- },
165- {
166- 'shell_command' : ['cowsay "hey"' ]
167- },
168- ],
169- 'layout' : 'main-verticle'
170- },
171- {
172- 'window_name' : 'logging' , 'panes' : [
173- {
174- 'shell_command' : ['tail -F /var/log/syslog' ],
175- 'start_directory' :'/var/log'
176- }
177- ]
178- }, {
179- 'options' : {'automatic_rename' : True , },
180- 'panes' : [
181- {
182- 'shell_command' : ['htop' ]
183- }
184- ]
185- }
186- ]
187- }
188-
189154
190155def suite ():
191156 suite = unittest .TestSuite ()
You can’t perform that action at this time.
0 commit comments