File tree Expand file tree Collapse file tree
roottest/python/distrdf/backends Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import shlex
12import sys
23
34import pytest
4-
55from check_backend import *
66from check_cloned_actions import *
7- from check_distribute_cppcode import *
87from check_definepersample import *
9- from check_fromspec import *
8+ from check_distribute_cppcode import *
9+ from check_distribute_headers_sharedlibs_files import *
1010from check_explicit_api import *
11- from check_friend_trees_alignment import *
1211from check_friend_trees import *
12+ from check_friend_trees_alignment import *
13+ from check_fromspec import *
1314from check_histo_write import *
14- from check_distribute_headers_sharedlibs_files import *
1515from check_inv_mass import *
1616from check_live_visualize import *
1717from check_missing_values import *
1818from check_reducer_merge import *
1919from check_rungraphs import *
2020from check_variations import *
2121
22- import shlex
23-
2422if __name__ == "__main__" :
2523 # The call to sys.exit is needed otherwise CTest would just ignore the
2624 # results returned by pytest, even in case of errors.
You can’t perform that action at this time.
0 commit comments