From d6e91d11e29facbcc8858740d679aece94a78500 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:46:12 -0500 Subject: [PATCH] Update test.py --- tests/python/test.py | 5 +++++ 1 file changed, 5 insertions(+) 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():