Skip to content

Commit

Permalink
test: reorganise yaml/generators
Browse files Browse the repository at this point in the history
  • Loading branch information
thorehusfeldt committed Dec 12, 2024
1 parent 618b415 commit 63102f2
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_generators_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class TestGeneratorConfig:
@pytest.mark.parametrize(
'yamldoc',
yaml.load_all(
Path('test/generator_yaml/invalid_yaml/bad_generators.yaml').read_text(), Loader=yaml.SafeLoader
Path('test/yaml/generators/invalid_yaml/bad_generators.yaml').read_text(), Loader=yaml.SafeLoader
),
)
def test_bad_generators_yamls(self, yamldoc):
Expand Down
File renamed without changes.

0 comments on commit 63102f2

Please sign in to comment.