As configured in my dotfiles.
start new:
tmux
start new with session name:
| import mock | |
| with mock.patch('path.to.ObjectClass.my_property', new_callable=mock.PropertyMock) as mock_my_property: | |
| mock_my_property.return_value = 'my value' |
As configured in my dotfiles.
start new:
tmux
start new with session name: