From 839d957128a4fcb7d6c2b58a4508eb38855e591f Mon Sep 17 00:00:00 2001 From: Eric Lin Date: Tue, 1 May 2018 18:03:37 -0400 Subject: Added support for different argument modes and tests to validate. --- tests/pyscript/foo1.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/pyscript/foo1.py (limited to 'tests/pyscript/foo1.py') diff --git a/tests/pyscript/foo1.py b/tests/pyscript/foo1.py new file mode 100644 index 00000000..6e345d95 --- /dev/null +++ b/tests/pyscript/foo1.py @@ -0,0 +1 @@ +app.foo('aaa', 'bbb', counter=3, trueval=True, constval=True) -- cgit v1.2.1