Searched refs:mock_nm (Results 1 – 1 of 1) sorted by relevance
269 def test_analyze_hot_pages_with_hp_top(self, mock_nm): argument271 mock_nm.return_value = self.nm284 def test_analyze_hot_pages_without_hp_top(self, mock_nm): argument286 mock_nm.return_value = self.nm299 def test_analyze_hot_pages_with_hp_top10(self, mock_nm): argument301 mock_nm.return_value = self.nm304 mock_nm.assert_called_with(['nm', '-n', '/path/to/chrome'])