diff --git a/tests/python/test.py b/tests/python/test.py index 57a9467..5bab25e 100644 --- a/tests/python/test.py +++ b/tests/python/test.py @@ -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():