Skip to content

Commit e19147e

Browse files
committed
tests: cli.py remove an unused config fixture.
1 parent 913aaaf commit e19147e

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

tmuxp/testsuite/cli.py

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff 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

190155
def suite():
191156
suite = unittest.TestSuite()

0 commit comments

Comments
 (0)