DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Classes | |
class | DalTest |
Functions | |
test_good (test, obj, field, values) | |
test_bad (test, obj, field, values) | |
Variables | |
scriptsdir = os.path.dirname(os.path.realpath(__file__)) | |
test = conffwk.dal.module('test', f'{scriptsdir}/test.schema.xml') | |
int | SIZE_TEST = 1000 |
int | RECURSION_TEST = 500 |
Unit test for the Python bindings to the DAL.
test_dal.test_bad | ( | test, | |
obj, | |||
field, | |||
values ) |
Tests I can not set bad values to certain fields
Definition at line 28 of file test_dal.py.
test_dal.test_good | ( | test, | |
obj, | |||
field, | |||
values ) |
Tests I can set good expected values to certain fields
Definition at line 21 of file test_dal.py.
int test_dal.RECURSION_TEST = 500 |
Definition at line 18 of file test_dal.py.
test_dal.scriptsdir = os.path.dirname(os.path.realpath(__file__)) |
Definition at line 12 of file test_dal.py.
int test_dal.SIZE_TEST = 1000 |
Definition at line 17 of file test_dal.py.
test_dal.test = conffwk.dal.module('test', f'{scriptsdir}/test.schema.xml') |
Definition at line 15 of file test_dal.py.