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