This commit is contained in:
Mirco Dariol 2026-05-13 17:20:56 +02:00 committed by GitHub
commit 6301fddb4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 1 deletions

View file

@ -9,6 +9,7 @@ from testing.util import get_resource_path
@pytest.mark.parametrize(
('filename', 'expected_retval'), (
('bad_yaml.notyaml', 1),
('bad_encoding_yaml.yaml', 1),
('ok_yaml.yaml', 0),
),
)