Belle II Software  release-08-01-10
ExamplesTest Class Reference

extend the examples test class to actually run over the simulation examples: More...

Inheritance diagram for ExamplesTest:
Collaboration diagram for ExamplesTest:

Public Member Functions

def test_simulation_examples (self)
 

Detailed Description

extend the examples test class to actually run over the simulation examples:

Definition at line 18 of file simulation_examples.py.

Member Function Documentation

◆ test_simulation_examples()

def test_simulation_examples (   self)
Test supported simulation examples.

Definition at line 19 of file simulation_examples.py.

19  def test_simulation_examples(self):
20  """
21  Test supported simulation examples.
22  """
23  b2tu.skip_test_if_light(self) # simulation doesn't work in light releaes
24 
25  # list of broken examples (to be removed when they are individually fixed)
26  broken_sim_egs = ['B2A105-SimulateAndReconstruct-withBeamBkg.py'] # no beam background files on bamboo
27 
28  self._test_examples_dir('analysis/examples/simulations/', broken_sim_egs)
29 
30 

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