gmyth/tests/test_program_info.py
author rosfran
Tue May 08 16:05:47 2007 +0100 (2007-05-08)
branchtrunk
changeset 637 de71b8478b27
child 675 4c7f6a9bfded
permissions -rwxr-xr-x
[svn r643] Added test to file local transfers, livetv common error setups, and program info utility functions.
     1 #!/usr/bin/python
     2 
     3 #doc: stress tests over gmyth_program_info_* methods
     4 
     5 from testing_tools import start, finish
     6 import sys
     7 
     8 p = start('gmyth_test_program_info', ['myth://192.168.3.165:6543/livetv?channel=1'], 2)
     9 
    10 sys.exit(finish(p))