2 """Whimpy test script for the al module
6 from test_support
import verbose
8 alattrs
= ['__doc__', '__name__', 'getdefault', 'getminmax', 'getname', 'getparams',
9 'newconfig', 'openport', 'queryparams', 'setparams']
11 # This is a very inobstrusive test for the existance of the al module and all it's
12 # attributes. More comprehensive examples can be found in Demo/al
15 # touch all the attributes of al without doing anything
17 print 'Touching al module attributes...'
20 print 'touching: ', attr