2 """Whimpy test script for the cd module
6 from test_support
import verbose
8 cdattrs
= ['BLOCKSIZE', 'CDROM', 'DATASIZE', 'ERROR', 'NODISC', 'PAUSED', 'PLAYING', 'READY',
9 'STILL', '__doc__', '__name__', 'atime', 'audio', 'catalog', 'control', 'createparser', 'error',
10 'ident', 'index', 'msftoframe', 'open', 'pnum', 'ptime']
13 # This is a very inobstrusive test for the existance of the cd module and all it's
14 # attributes. More comprehensive examples can be found in Demo/cd and
15 # require that you have a CD and a CD ROM drive
18 # touch all the attributes of cd without doing anything
20 print 'Touching cd module attributes...'
23 print 'touching: ', attr