8 import rtv_propertiesfile
11 from rtv_config
import GTVGConfig
17 options
= FakeOptions()
19 config
= GTVGConfig( options
, [] )
21 rtv_propertiesfile
.test()
22 rtv_schedule
.test( config
)
23 rtv_convert
.test( config
)
26 test
.schedule
.test_slow()
33 print "All tests passed."
35 if __name__
== "__main__":