Exemplo n.º 1
0
 def test_match_with_rpm(self, check_output_mock):
     self.assertEqual(Packages().value, 4)
Exemplo n.º 2
0
 def test_no_packages_manager(self, check_output_mock):
     self.assertEqual(Packages().value, 'Not detected')