Skip to content
Snippets Groups Projects
Commit 0668f57f authored by Philipp Schmidt's avatar Philipp Schmidt
Browse files

(fixup) Fix update_config tests

parent 321dab56
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !723. Comments created here will be created in the context of that merge request.
......@@ -84,27 +84,27 @@ def test_main(capsys):
EXPECTED_CONF = [
{
'force-hg-if-below': {'typ': int},
'rel-gain': {'typ': bool},
'xray-gain': {'typ': bool},
'blc-noise': {'typ': bool},
'blc-set-min': {'typ': bool},
'dont-zero-nans': {'typ': bool},
'dont-zero-orange': {'typ': bool},
'max-pulses': {'typ': list,
'force-hg-if-below': {'type': int},
'rel-gain': {'type': bool},
'xray-gain': {'type': bool},
'blc-noise': {'type': bool},
'blc-set-min': {'type': bool},
'dont-zero-nans': {'type': bool},
'dont-zero-orange': {'type': bool},
'max-pulses': {'type': list,
'msg': 'Range list of maximum pulse indices '
'(--max-pulses start end step). '
'3 max input elements. '},
'no-rel-gain': {'typ': bool},
'no-xray-gain': {'typ': bool},
'no-blc-noise': {'typ': bool},
'no-blc-set-min': {'typ': bool},
'no-dont-zero-nans': {'typ': bool},
'no-dont-zero-orange': {'typ': bool}
'no-rel-gain': {'type': bool},
'no-xray-gain': {'type': bool},
'no-blc-noise': {'type': bool},
'no-blc-set-min': {'type': bool},
'no-dont-zero-nans': {'type': bool},
'no-dont-zero-orange': {'type': bool}
},
{
'karabo-da': {
'typ': list,
'type': list,
'choices': [
'AGIPD00', 'AGIPD01', 'AGIPD02', 'AGIPD03',
'AGIPD04', 'AGIPD05', 'AGIPD06', 'AGIPD07',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment