Remove example_*, the docs do a better job.

This commit is contained in:
Anthony Sottile 2015-05-25 15:50:51 -07:00
parent f537b77808
commit c8f19eb2e5
4 changed files with 0 additions and 35 deletions

View file

@ -15,7 +15,6 @@ from testing.util import is_valid_according_to_schema
@pytest.mark.parametrize(
('input', 'expected_output'),
(
(['example_pre-commit-config.yaml'], 0),
(['.pre-commit-config.yaml'], 0),
(['non_existent_file.yaml'], 1),
([get_resource_path('valid_yaml_but_invalid_config.yaml')], 1),

View file

@ -13,7 +13,6 @@ from testing.util import is_valid_according_to_schema
@pytest.mark.parametrize(
('input', 'expected_output'),
(
(['example_hooks.yaml'], 0),
(['hooks.yaml'], 0),
(['non_existent_file.yaml'], 1),
([get_resource_path('valid_yaml_but_invalid_manifest.yaml')], 1),