Skip to content

Commit d97b4e1

Browse files
committed
leave off here for tonight
1 parent 139954b commit d97b4e1

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

tmuxp/testsuite/test_config_teamocil.py

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,12 +502,30 @@ class TeamocilLayoutsTest(unittest.TestCase):
502502
'cmd': [
503503
"echo 'bar'",
504504
"echo 'bar in an array'"
505-
]
505+
],
506+
'target': 'bottom-right'
507+
},
508+
{
509+
'cmd': [
510+
"echo 'bar again'"
511+
],
512+
'focus': True,
513+
'width': 50
506514
}
507515
]
508516
}
509517
]
510518
},
519+
{
520+
'session-name': 'two-windows-with-filters',
521+
'windows':
522+
[
523+
{
524+
'window_name': 'foo',
525+
}
526+
]
527+
}
528+
511529
]
512530

513531
def test_config_to_dict(self):
@@ -517,8 +535,7 @@ def test_config_to_dict(self):
517535
yaml_to_dict = test_config.get()
518536
self.assertDictEqual(yaml_to_dict, self.teamocil_dict)
519537

520-
self.assertDictEqual(teamocil_to_tmuxp(
521-
self.tmuxinator_dict), self.tmuxp_dict)
538+
#self.assertDictEqual(teamocil_to_tmuxp(self.teamocil_dict), self.tmuxp_dict)
522539

523540
''' this configuration contains multiple sessions in a single file.
524541
tmuxp can split them into files, proceed?

0 commit comments

Comments
 (0)