Example #1
0
 def test_repeat_with_user_specified_label(self):
     commands.repeat(['last', '-l', 'new_label'])
Example #2
0
 def test_repeat_last(self):
     commands.repeat(['last'])
Example #3
0
 def test_repeat_with_user_specified_label(self):
     commands.repeat(['last', '-l', 'new_label'])
Example #4
0
 def test_repeat_last(self):
     commands.repeat(['last'])
Example #5
0
 def test_repeat_with_user_specified_label(self):
     commands.repeat(["last", "-l", "new_label"])
Example #6
0
 def test_repeat_last(self):
     commands.repeat(["last"])