Skip to content

Commit

Permalink
Update test_specs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotwrobson committed Mar 17, 2024
1 parent eac8af2 commit c37d134
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/test_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@ def test_spec_from_folder(datadir: Path) -> None:

any_fail = False
for test_path in datadir.iterdir():
if test_path.name in ("delimiters.json",) or test_path.name.startswith("~"):
if test_path.name in (
"delimiters.json",
"~dynamic-names.json",
"~inheritance.json",
"~lambdas.json",
):
continue

with test_path.open() as test_file:
Expand Down

0 comments on commit c37d134

Please sign in to comment.