CMS 3D CMS Logo

__main__.py
Go to the documentation of this file.
1 """
2 
3 Unit tests for python conddblib framework.
4 
5 """
6 
7 import unittest
8 import sys
9 
10 from payload_tests import *
11 from shell_tests import *
12 from data_formats_tests import *
13 from querying_tests import *
14 from data_sources_tests import *
15 
16 if __name__ == "__main__":
17  unittest.main(verbosity=2)