Skip to content

Commit 103091f

Browse files
author
burakfirik
committed
python source tests added
1 parent e36835d commit 103091f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/python
2+
3+
import sys
4+
5+
print 'Number of arguments:', len(sys.argv), 'arguments.'
6+
print 'Argument List:', str(sys.argv)

PipelineScript/test/helloPython.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import os
2+
from stat import *
3+
4+
print "Hello World from python"

0 commit comments

Comments
 (0)