Belle II Software
release-08-02-06
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
e
f
g
n
p
s
v
z
Enumerator
c
d
f
p
t
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Typedefs
Macros
variablemanager_examples.py
1
#!/usr/bin/env python3
2
# -- analysis/tests/variablemanager_examples.py
3
4
11
12
import
b2test_utils
as
b2tu
13
import
b2test_utils_analysis
as
b2tua
14
15
16
17
18
class
ExamplesTest
(b2tua.ExamplesTest):
19
def
test_variablemanager_examples
(self):
20
"""
21
Test supported variable manager examples.
22
"""
23
24
self._test_examples_dir(
'analysis/examples/VariableManager/'
)
25
26
27
if
__name__ ==
'__main__'
:
28
with
b2tu.clean_working_directory():
29
b2tua.unittest.main()
variablemanager_examples.ExamplesTest
extend the examples test class to actually run over the variable manager examples:
Definition:
variablemanager_examples.py:18
variablemanager_examples.ExamplesTest.test_variablemanager_examples
def test_variablemanager_examples(self)
Definition:
variablemanager_examples.py:19
analysis
tests
variablemanager_examples.py
Generated on Tue Jan 28 2025 01:52:31 for Belle II Software by
1.9.1