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