test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
__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 from testing_classes import *
9 
10 if __name__ == "__main__":
11  unittest.main(verbosity=2)