Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed May 7, 2024
1 parent fed151f commit 9231379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_all_examples.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# pylint: disable=invalid-name
"""Run all the scripts in the examples directory."""

import importlib
Expand All @@ -12,6 +11,7 @@
examples = list(pathlib.Path("miepython/examples").glob("*.py"))
ids = [example.as_posix() for example in examples]


@pytest.mark.parametrize("path", examples, ids=ids)
def test_example_runs(path):
"""Test all examples."""
Expand Down

0 comments on commit 9231379

Please sign in to comment.