Home | History | Annotate | Download | only in test

Lines Matching defs:cd

2 """Whimpy test script for the cd module

7 cd = import_module('cd')
14 # This is a very inobtrusive test for the existence of the cd module and all its
15 # attributes. More comprehensive examples can be found in Demo/cd and
16 # require that you have a CD and a CD ROM drive
19 # touch all the attributes of cd without doing anything
21 print 'Touching cd module attributes...'
25 getattr(cd, attr)