Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Jan 29, 2025
1 parent ba817f9 commit d6e91d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/python/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@

from metacall import metacall, metacall_load_from_file

# TODO: Test monkey patch

# Test Pip
import yaml

metacall_load_from_file('mock', ['test.mock']);

def test():
Expand Down

0 comments on commit d6e91d1

Please sign in to comment.