From 38c9e475077c2e4bb3377db108f594cbb18fafcf Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Tue, 7 Nov 2023 09:20:54 +0000 Subject: [PATCH] Fix unit tests --- tests/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_examples.py b/tests/test_examples.py index 44e9d266..f8881f96 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -3,7 +3,7 @@ import glob import os -root_directory = "examples/python" +root_directory = "examples" @pytest.mark.skip def test_example(example_basename):