summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/container.python/src/test/resources/org/apache/tuscany/container/python/PythonScriptTestCase.py
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/ant/container.python/src/test/resources/org/apache/tuscany/container/python/PythonScriptTestCase.py')
-rw-r--r--sandbox/ant/container.python/src/test/resources/org/apache/tuscany/container/python/PythonScriptTestCase.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/ant/container.python/src/test/resources/org/apache/tuscany/container/python/PythonScriptTestCase.py b/sandbox/ant/container.python/src/test/resources/org/apache/tuscany/container/python/PythonScriptTestCase.py
new file mode 100644
index 0000000000..5ce69aca61
--- /dev/null
+++ b/sandbox/ant/container.python/src/test/resources/org/apache/tuscany/container/python/PythonScriptTestCase.py
@@ -0,0 +1,6 @@
+from org.apache.tuscany.container.python import HelloWorldService
+
+class hello(HelloWorldService):
+
+ def sayHello(self, val1):
+ return "Hello " + val1