コード例 #1
0
 def test_introspection_not_active(self):
     self.mock_introspection_active.return_value = False
     self.assertFalse(dnsmasq._should_enable_unknown_hosts())
コード例 #2
0
 def test_introspection_not_active(self):
     self.mock_introspection_active.return_value = False
     self.assertFalse(dnsmasq._should_enable_unknown_hosts())