test.py
author Tero Marttila <terom@fixme.fi>
Mon, 16 Feb 2009 21:44:06 +0200
changeset 84 65dcbedaa5f5
parent 76 2f659ff51c75
permissions -rwxr-xr-x
test URLTree build/match
#!/usr/bin/env python2.5

"""
    Running for our unittests in tests/
"""

import unittest
import tests 

if __name__ == '__main__' :
    runner = unittest.TextTestRunner()
    runner.run(tests.all_tests())