Belle II Software development
TestUtils_getiov Class Reference
Inheritance diagram for TestUtils_getiov:

Public Member Functions

def test_get_iov_from_file (self)
 

Detailed Description

Test getting IOVs

Definition at line 44 of file test_caf_utils.py.

Member Function Documentation

◆ test_get_iov_from_file()

def test_get_iov_from_file (   self)
test get_iov_from_file()

Definition at line 49 of file test_caf_utils.py.

49 def test_get_iov_from_file(self):
50 """
51 test get_iov_from_file()
52 """
53 from basf2 import find_file
54 path = find_file('framework/tests/root_input.root')
55 iov = get_iov_from_file(path)
56 self.assertTrue(IoV(0, 1, 0, 1).contains(iov))
57
58

The documentation for this class was generated from the following file: