test.py
author Tero Marttila <terom@fixme.fi>
Mon, 16 Feb 2009 21:52:03 +0200
changeset 85 fd4b9a80e602
parent 76 2f659ff51c75
permissions -rwxr-xr-x
coverage of urltree is fairly complete now
#!/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())