Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Nov 7, 2023
1 parent 38c9e47 commit fe451fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def test_example(example_basename):
pipe.kill()

def pytest_generate_tests(metafunc):
root_directory = "examples/python"
example_files = glob.glob(os.path.join(root_directory, "*.py"))
if len(example_files) == 0:
raise RuntimeError("Couldn't find any examples in directory: %s" % root_directory)
Expand Down

0 comments on commit fe451fa

Please sign in to comment.