We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066d25a commit 8c236efCopy full SHA for 8c236ef
tmuxp/testsuite/config.py
@@ -1006,29 +1006,6 @@ def test_expands_blank(self):
1006
1007
class ConfigConsistency(TestCase):
1008
1009
- delete_this = """
1010
- session_name: sampleconfig
1011
- start_directory: '~'
1012
- windows:
1013
- - layout: main-vertical
1014
- panes:
1015
- - shell_command:
1016
- - vim
1017
1018
1019
- - cowsay "hey"
1020
- window_name: editor
1021
- - panes:
1022
1023
- - tail -F /var/log/syslog
1024
- start_directory: /var/log
1025
- window_name: logging
1026
- - automatic_rename: true
1027
1028
1029
- - htop
1030
- """
1031
-
1032
def test_no_session_name(self):
1033
yaml_config = """
1034
0 commit comments