diff --git a/tests/test_examples.py b/tests/test_examples.py index 8c1ee58..3d73c04 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -1,5 +1,5 @@ -# def test_examples(): -# """ -# Run every script in the examples directory -# """ -# import examples # noqa +def test_examples(): + """ + Run every script in the examples directory + """ + import examples # noqa