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

Public Member Functions

def test (self)
 

Detailed Description

Test case for online book statistics

Definition at line 31 of file test_online_book_statistics.py.

Member Function Documentation

◆ test()

def test (   self)
Check that statistics creation works

Definition at line 33 of file test_online_book_statistics.py.

33 def test(self):
34 """Check that statistics creation works"""
35 subprocess.call(["python3", str(statistics_script.resolve())])
36
37

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