Searched refs:mock_get_module_info (Results 1 – 2 of 2) sorted by relevance
98 def test_print_module_info_from_module_name(self, mock_get_module_info, argument112 mock_get_module_info.return_value = mod_one133 mock_get_module_info.return_value = None150 def test_print_test_info(self, mock_get_module_info, _mock_has_colors, argument184 mock_get_module_info.side_effect = [mod_one, mod_two, mod_three]
240 def test_is_robolectric_test(self, mock_get_module_names, mock_get_module_info): argument247 mock_get_module_info.return_value = RUN_ROBO_MOD253 mock_get_module_info.return_value = None