Skip to content

Commit 8c236ef

Browse files
committed
Delete unused config in ConfigConsistency testsuite.
1 parent 066d25a commit 8c236ef

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

tmuxp/testsuite/config.py

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,29 +1006,6 @@ def test_expands_blank(self):
10061006

10071007
class ConfigConsistency(TestCase):
10081008

1009-
delete_this = """
1010-
session_name: sampleconfig
1011-
start_directory: '~'
1012-
windows:
1013-
- layout: main-vertical
1014-
panes:
1015-
- shell_command:
1016-
- vim
1017-
start_directory: '~'
1018-
- shell_command:
1019-
- cowsay "hey"
1020-
window_name: editor
1021-
- panes:
1022-
- shell_command:
1023-
- tail -F /var/log/syslog
1024-
start_directory: /var/log
1025-
window_name: logging
1026-
- automatic_rename: true
1027-
panes:
1028-
- shell_command:
1029-
- htop
1030-
"""
1031-
10321009
def test_no_session_name(self):
10331010
yaml_config = """
10341011
- window_name: editor

0 commit comments

Comments
 (0)