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

Public Member Functions

def test_pretty_print_module (self)
 

Detailed Description

Test the class to bsaf2.utils module

Definition at line 16 of file test_basf2_utils.py.

Member Function Documentation

◆ test_pretty_print_module()

def test_pretty_print_module (   self)
Check that pretty_print_module finishes without an error

Definition at line 19 of file test_basf2_utils.py.

19 def test_pretty_print_module(self):
20 """Check that pretty_print_module finishes without an error"""
21 os.environ.update({'PAGER': "cat"})
22 ut.pretty_print_module(ut, "Test")
23 os.environ.pop("PAGER")
24
25

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