#!/usr/bin/env python import unittest from tests import * if __name__ == '__main__': unittest.main()