File tree Expand file tree Collapse file tree 1 file changed +20
-3
lines changed
Expand file tree Collapse file tree 1 file changed +20
-3
lines changed Original file line number Diff line number Diff 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?
You can’t perform that action at this time.
0 commit comments