server/test/runtests.py
author sylvain.thenault@logilab.fr
Wed, 14 Jan 2009 14:30:45 +0100
changeset 408 a8814ff6824e
parent 0 b97547f5f1fa
permissions -rw-r--r--
reactivate tests and fix bug triggering removal of undesired relation (eg type restriction) in some cases

from logilab.common.testlib import main

if __name__ == '__main__':
    import sys, os
    main(os.path.dirname(sys.argv[0]) or '.')