Example #1
0
 def test_get_catch_vars_malformed(self, input):
     with pytest.raises(YamlSyntaxError):
         get_catch_vars(input)
Example #2
0
 def test_get_catch_vars_malformed(self, input):
     with pytest.raises(YamlSyntaxError):
         get_catch_vars(input)
Example #3
0
 def test_get_catch_vars_ok(self, input, output):
     assert get_catch_vars(input) == output
Example #4
0
 def test_get_catch_vars_ok(self, input, output):
     assert get_catch_vars(input) == output