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