Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCData
lhc-sm-api
Commits
c7bc7980
Commit
c7bc7980
authored
Jun 28, 2022
by
Aleksandra Mnich
Browse files
[SIGMON-356] test fix
parent
daad3394
Pipeline
#4155256
failed with stages
in 15 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/test_gui/test_600AFgcPmSearchBaseModule.py
View file @
c7bc7980
import
unittest
from
lhcsmapi.gui
import
pc
from
lhcsmapi.gui.pc
import
select
from
lhcsmapi.gui.pc.FgcPmCircuitNameDropdownBaseModule
import
get_circuit_names_or_prefixes_to_display
from
lhcsmapi.gui.pc.select
import
FgcPmEventSelectBaseModule
from
lhcsmapi.gui.pc.find.impl.R600AFgcPmFindButtonBaseModule
import
combine_coupled_fgc_pm_entries
...
...
@@ -130,7 +130,7 @@ class Test_FgcPmSearchBaseModule_for_600ARcbxhv(unittest.TestCase):
]
# act
options_act
=
FgcPmEventSelectBaseModul
e
(
'600A_RCBXHV'
).
convert_fgc_pm_events_to_options
(
fgc_pm_entries
)
options_act
=
select
.
get_module_for_circuit_typ
e
(
'600A_RCBXHV'
).
convert_fgc_pm_events_to_options
(
fgc_pm_entries
)
# assert
options_ref
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment