Go to the documentation of this file.00001 import unittest
00002 import logging
00003 import sys
00004 sys.path.insert(0, "..")
00005 sys.path.insert(0, ".")
00006
00007
00008 from tests_cmd_lines import TestCmdLines
00009 from tests_server import TestServer, TestServerCaching
00010 from tests_client import TestClient
00011 from tests_unit import TestUnit, TestMaskEnum
00012 from tests_history import TestHistory, TestHistorySQL, TestHistoryLimits, TestHistorySQLLimits
00013 from tests_crypto_connect import TestCryptoConnect
00014 from tests_uaerrors import TestUaErrors
00015
00016
00017 if __name__ == '__main__':
00018 logging.basicConfig(level=logging.WARNING)
00019
00020
00021
00022
00023
00024 unittest.main(verbosity=3)