web/test/runtests.py
changeset 0 b97547f5f1fa
equal deleted inserted replaced
-1:000000000000 0:b97547f5f1fa
       
     1 # -*- coding: ISO-8859-1 -*-
       
     2 """Script used to fire all tests"""
       
     3 
       
     4 __revision__ = '$Id: runtests.py,v 1.1 2005-06-17 14:09:18 adim Exp $'
       
     5 
       
     6 from logilab.common.testlib import main
       
     7 
       
     8 if __name__ == '__main__':
       
     9     import sys, os
       
    10     main(os.path.dirname(sys.argv[0]) or '.')