Menu

[r2807]: / trunk / course / examples / runall.py  Maximize  Restore  History

Download this file

25 lines (21 with data), 504 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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',
'mpl_agg_oo.py',
'mpl_imshow.py',
'mpl_pylab.py',
'mpl_set_get.py',
'mpl_subplot_demo.py',
'parse_file.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.