Lines Matching refs:mock_isfile
281 mock_write, mock_isfile): argument
283 mock_isfile.return_value = False
286 mock_isfile.return_value = True
303 def test_merge_symbolic_version(self, mock_isfile, mock_realpath): argument
307 mock_isfile.return_value = True
319 def test_get_application_path(self, mock_isfile, mock_cfg): argument
323 mock_isfile.return_value = True
509 def test_studio_optional_config_apply(self, mock_isfile, mock_isdir, argument
516 self.assertFalse(mock_isfile.called)
521 mock_isfile.reset_mock()
524 mock_isfile.return_value = True
526 self.assertTrue(mock_isfile.called)
530 mock_isfile.reset_mock()
533 mock_isfile.return_value = False
538 mock_isfile.reset_mock()
541 mock_isfile.return_value = False