Belle II Software  release-05-02-19
TestUtils_getiov Class Reference
Inheritance diagram for TestUtils_getiov:
Collaboration diagram for TestUtils_getiov:

Public Member Functions

def test_get_iov_from_file (self)
 

Detailed Description

Test getting IOVs

Definition at line 37 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 42 of file test_caf_utils.py.

42  def test_get_iov_from_file(self):
43  """
44  test get_iov_from_file()
45  """
46  from basf2 import find_file
47  path = find_file('framework/tests/root_input.root')
48  iov = get_iov_from_file(path)
49  self.assertTrue(IoV(0, 1, 0, 1).contains(iov))
50 
51 

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