gmyth/tests/test_filelocal.py
author renatofilho
Fri May 18 19:36:49 2007 +0100 (2007-05-18)
branchtrunk
changeset 691 726550e48c21
parent 675 4c7f6a9bfded
permissions -rwxr-xr-x
[svn r697] removed debug messages
     1 #!/usr/bin/python
     2 
     3 #doc: test gmyth_file_local_* methods
     4 
     5 from testing_tools import start, finish
     6 import sys
     7 from utils import TestConfigFile
     8 
     9 cfg_file = TestConfigFile('test_scripts.cfg')
    10 
    11 p = start('gmyth_test_filelocal', ["myth://%s:%s/%s" % (cfg_file.get_host(), cfg_file.get_port(), \
    12         cfg_file.get_filename())], 2)
    13 
    14 sys.exit(finish(p))