Searched defs:mock_system (Results 1 – 2 of 2) sorted by relevance
29 def test_get_os_info_mac(self, mock_system): argument38 def test_get_os_info_linux(self, mock_system): argument47 def test_get_os_info_windows(self, mock_system): argument56 def test_get_os_info_default(self, mock_system): argument
574 def mock_system(cmd): function