Exemple #1
0
 def test_should_file_skip_validation_positive(self, file_path):
     should_skip = tools.should_file_skip_validation(file_path)
     assert should_skip
Exemple #2
0
 def test_should_file_skip_validation_negative(self):
     should_skip = tools.should_file_skip_validation(
         'Packs/HelloWorld/Integrations/HelloWorld/search_alerts.json')
     assert not should_skip