Пример #1
0
 def test_path_set_context(self):
     path = '/somewhere'
     with patch.multiple(
             main,
             get_ceph_user=lambda **kwargs: 'ceph',
     ):
         main.path_set_context(path)
Пример #2
0
 def test_path_set_context(self):
     path = '/somewhere'
     with patch.multiple(
             main,
             get_ceph_user=lambda **kwargs: 'ceph',
     ):
         main.path_set_context(path)