8 import rtv_propertiesfile
11 from rtv_config
import GTVGConfig
14 config
= GTVGConfig( [], [] )
16 rtv_propertiesfile
.test()
17 rtv_schedule
.test( config
)
20 test
.schedule
.test_slow()
27 print "All tests passed."
29 if __name__
== "__main__":