Download this file
19 lines (15 with data), 372 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 | # a unit test driver -- these should ru w/o error
all = (
'WallisPi.py',
'scipy_least_squares_fit.py',
'weave_callback.py',
'weave_cplx.py',
'weave_examples.py',
'vtk_hello.py',
'vtk_marching_cubes.py',
'vtk_slice_viewer.py',
)
for fname in all:
print 'running %s'%fname
os.system('python %s'%fname)
print "That's all folks"
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.