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