8 import rtv_propertiesfile
12 from rtv_config
import GTVGConfig
18 options
= FakeOptions()
20 config
= GTVGConfig( options
, [] )
22 rtv_propertiesfile
.test()
23 rtv_schedule
.test( config
)
24 rtv_convert
.test( config
)
25 rtv_favourite
.test( config
)
28 test
.schedule
.test_slow()
35 print "All tests passed."
37 if __name__
== "__main__":