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/foo3.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/pyscript/foo3.py (limited to 'tests/pyscript/foo3.py') diff --git a/tests/pyscript/foo3.py b/tests/pyscript/foo3.py new file mode 100644 index 00000000..db69edaf --- /dev/null +++ b/tests/pyscript/foo3.py @@ -0,0 +1 @@ +app.foo('11', '22', '33', '44', '55', '66', counter=3, trueval=False, constval=False) -- cgit v1.2.1